Skip to content

Commit

Permalink
Added link to score spec schema (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaya-sys authored Apr 16, 2024
2 parents 1d1db3d + ac7b6a0 commit e7c045e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 388 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/score specification/score-schema-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ 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 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" >}}).
* 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 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" >}}).

<!-- https://github.com/score-spec/schema -->

{{< includeJSON "schemas/score-v1b1.json" >}}
385 changes: 0 additions & 385 deletions schemas/score-v1b1.json

This file was deleted.

0 comments on commit e7c045e

Please sign in to comment.