Skip to content

Commit

Permalink
Update score-schema-reference.md (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaya-sys authored Aug 9, 2024
2 parents 47b6a3b + 3c10928 commit 5089af9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ aliases:
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-helm`) 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](https://github.com/score-spec/score-go/blob/main/schema/files/score-v1b1.json).
- For access to the full schema, visit the repository [here](https://github.com/score-spec/spec/blob/main/score-v1b1.json).

- 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]({{< relref "ide-linter-autocomplete" >}}).

0 comments on commit 5089af9

Please sign in to comment.