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
Maybe my parser is not correct, but to get my code to parse some of the schema I had to make a few changes, shown below. I honestly did not try to understand the details of these schema, but was just trying to grab some valid schema on the net to pass through a visualizer I'm working on. These schema and a couple more can be viewed at: https://github.com/patefacio/json_schema/tree/master/dot_samples/schemaout
Hopefully these changes are helpful, but I'm not sure.
There are three that I modified with the diff shown in the message:
crs.json: pretty obvious issues - simple misspellings
json-home.json: I think the uniqueItems needed to be a bool not string rep of bool
avro-schema.json: I don't know if I understand the schema, but I think it is invalid - so I took a stab at fixing
Uhm, OK. I have quite some difficulty understanding non "unified" diffs. You are quite right about crs.json and json-home.json. Would you mind making a pull request separating the changes from both aforementioned schemas and the changes to avro-schema.json? In the latter, I'd appreciate a detailed commit message and links to the avro schema spec to understand what is wrong.
Maybe my parser is not correct, but to get my code to parse some of the schema I had to make a few changes, shown below. I honestly did not try to understand the details of these schema, but was just trying to grab some valid schema on the net to pass through a visualizer I'm working on. These schema and a couple more can be viewed at: https://github.com/patefacio/json_schema/tree/master/dot_samples/schemaout
Hopefully these changes are helpful, but I'm not sure.
The text was updated successfully, but these errors were encountered: