Document schema x3d-3.3-JSONSchema.json
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Title  JSON Schema X3D V3.3
Description  Experimental JSON Schema for X3D V3.3
type Object
properties
Name   Occurrence
X3D   Required
source code {
    "$schema": "http://json-schema.org/draft-06/schema#",
    "title": "JSON Schema X3D V3.3",
    "description": "Experimental JSON Schema for X3D V3.3 ",
    "type": "object",
    "properties": {
        "X3D": {
            "$ref": "#/definitions/X3D"
        }
    },
    "required": [
        "X3D"
    ],
    "additionalProperties": false
}

Property x3d-3.3-JSONSchema.json / X3D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2.png
property details
Occurrence  Required
reference X3D
source code "X3D": {
    "$ref": "#/definitions/X3D"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html