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

JSON Schema for the Specification #11

Open
matthewhudson opened this issue Dec 6, 2012 · 1 comment
Open

JSON Schema for the Specification #11

matthewhudson opened this issue Dec 6, 2012 · 1 comment

Comments

@matthewhudson
Copy link
Member

I've added some JSON Schemas describing the block definition, inputs, and outputs.

I used the file extension ".schema.json" because, as far I can tell, there is no standard file extension (reference).

All three schemas will require updates to accomodate nested objects inside inputs/outputs. Not sure if JSON Schema uses 'items', or 'additionalItems', or something else altogether. Please advise.

Once we have these schema ironed out we'll be able to put together a validator for others to test against.

@ghost ghost assigned tlrobinson Dec 7, 2012
@matthewhudson
Copy link
Member Author

This is now mostly working. The only problem seems to be the "$ref" parameter which isn't embedding the referenced schema in place.

Tom, can you take a look when you get a chance? I've been using jsonschemalint.com and https://github.com/garycourt/JSV to test against.

@tlrobinson tlrobinson removed their assignment Jun 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants