Skip to content

Instantly share code, notes, and snippets.

@cuteribs
Created August 12, 2023 14:26
Show Gist options
  • Select an option

  • Save cuteribs/81c9f399635a50afd4f913875a34d105 to your computer and use it in GitHub Desktop.

Select an option

Save cuteribs/81c9f399635a50afd4f913875a34d105 to your computer and use it in GitHub Desktop.
JSON Schema Notes

JSON Schema

. JSON Schema is an IETF standard providing a format for what JSON data is required for a given application and how to interact with it. Applying such standards for a JSON document lets you enforce consistency and data validity across similar JSON data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment