score-spec / docs

Docs for Score Specification.
https://docs.score.dev/docs/
Apache License 2.0
6 stars 12 forks source link

Import latest schema #68

Closed TobiasBabin closed 10 months ago

TobiasBabin commented 10 months ago

Thank you for submitting this pull request! We appreciate you spending the time to work on these changes.

What is the motivation?

The JSON schema displayed on the "Reference / schema reference" page is outdated.

What does this change do?

This change imports the current schema from the score-spec/schema repo. The docs page will automatically display the updated version.

What is your testing strategy?

I used the git subtree pull command as specified in schemas/README.md to pull the latest version. I compared the JSON files in both repos using diff and found no differences.

Is this related to any issues?

No.

Have you read the Contributing Guidelines?