Package org.alexmond.yaml.validator
Class YamlSchemaValidatorApplication
java.lang.Object
org.alexmond.yaml.validator.YamlSchemaValidatorApplication
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
YamlSchemaValidatorApplication
public YamlSchemaValidatorApplication()
-
-
Method Details
-
main
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
-