John Carlson
John Carlson
If one could specify a JSON schema to start derived from an XML Schema, like one from Jsonix Schema Compiler or JAXB/Jsonix, or conversion from OWL, I think that would...
Ugh, too many transforms. John > On Nov 6, 2015, at 12:49 AM, Josh [email protected] wrote: > > Hey @coderextreme https://github.com/coderextreme you can try out schema-guru here (http://schemaguru.snowplowanalytics.com/ http://schemaguru.snowplowanalytics.com/). As...
I'm pretty sure it could be implemented with a map or dynamic object.
It's also possible to accept either in JSON Schema. I will work on that too. I'll broach the discussion.
I agree, but no one wants to discuss it frankly or honestly, they just avoid, avoid, avoid. So I'm looking to supporting both in JSON schema, just for NavigationInfo @type....
JSON schema has been tested, but I haven't changed the schema generation script yet.
If you change MFString implementation, let me know. I am currently assuming that MFStrings are arrays. I have 2 branches of code, one, .json, with NavigationInfo.type as a string. The...
Current X3dtoJson.xslt documentation has NavigatorInfo@type as an array.
I've got changes to X3dToJson.xslt if you are interested. I will be pushing this through my pipelines.
I would like to make the x-orderOf property a subschema, but here's an initial approach: ``` "head": { "x-orderOf": { "type": "object", "properties": { "@component": { "$comment": "x-orderOf-StatementContentModel", "minOccurs": "0",...