We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an example for v1.0.0 in which the tables field of Schema Object is defined using a Standard Definition Object.
tables
{ "specification": "json-schema", "specificationVersion": "2020-12", "definition": { "mediaType": "application/schema+json", "$ref": "foodmart-schema.json" } "externalDocs": "https://json-schema.org/draft/2020-12/schema" }
It would be ideal if the schema matched the one used in the existing example, but defined using JSON Schema.
The text was updated successfully, but these errors were encountered:
gabrielefantini
No branches or pull requests
Add an example for v1.0.0 in which the
tables
field of Schema Object is defined using a Standard Definition Object.It would be ideal if the schema matched the one used in the existing example, but defined using JSON Schema.
The text was updated successfully, but these errors were encountered: