Score schema reference
Validate your Score file with the Score schema
less than a minute
The Score schema is a JSON schema that defines the structure of a Score file. It’s used to validate the Score file before an implementation CLI (such as score-compose
or score-k8s
) is executed.
The Score implementation CLI validates the Score file against the schema before generating the platform-specific configuration, by default.
For access to the full schema, visit the repository here.
For information on how to configure your IDE to validate your Score file against the Score schema, see IDE linter and autocomplete for Score’s JSON schema.