Skip to content
New issue

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 based on json schema #10

Open
andrea-gioia opened this issue Nov 17, 2024 · 0 comments
Open

Add an example based on json schema #10

andrea-gioia opened this issue Nov 17, 2024 · 0 comments
Assignees
Labels
✏️ Documentation Improvements or additions to the project documentation
Milestone

Comments

@andrea-gioia
Copy link
Contributor

andrea-gioia commented Nov 17, 2024

Add an example for v1.0.0 in which the tables field of Schema Object is defined using a Standard Definition Object.

{
  "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.

@andrea-gioia andrea-gioia added the ✏️ Documentation Improvements or additions to the project documentation label Nov 17, 2024
@andrea-gioia andrea-gioia added this to the DSAS v1.1.0 milestone Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Documentation Improvements or additions to the project documentation
Projects
Status: No status
Development

No branches or pull requests

2 participants