Class YamlSchemaValidatorApplication

java.lang.Object
org.alexmond.yaml.validator.YamlSchemaValidatorApplication

@SpringBootApplication public class YamlSchemaValidatorApplication extends Object
Spring Boot application for validating YAML and JSON files against JSON schema definitions. This command-line utility ensures configuration files comply with predefined schemas.
  • Constructor Details

    • YamlSchemaValidatorApplication

      public YamlSchemaValidatorApplication()
  • Method Details

    • main

      public static void main(String[] args)
      The main entry point of the application. Starts the Spring Boot application context and initializes the validator.
      Parameters:
      args - command line arguments including file paths and options: --schema: Path to the JSON schema file --schemaPathOverride: Override schema path requirement --help: Show help message