You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: