Skip to content

SpaceApi/schema

Repository files navigation

SpaceAPI Schema Files

Validate schema Validate formatting

These are JSON Schema files for the SpaceAPI.

Releasing a new version

  • Make sure the CHANGELOG.md is up to date
  • Update MIGRATION.md with upgrade instructions
  • Rename the current xx-draft.json to xx.json and create xx+1-draft.json
    • Replace the "$id" field accordingly
    • Replace the "description" field accordingly
    • Replace the "properties"."api_compatibility"."contains"."const" accordingly
    • Update the .github/workflows accordingly
  • Update the website
    • Regenerate the schema docs
    • Update the example
  • Update the validator

Releases

No releases published

Packages

No packages published