Schema definition -viewport
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4573.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DViewportNode content
type Object
properties
Name   Occurrence
Viewport   Optional
ProtoInstance   Optional
used by Layer / -viewport
LayoutGroup / -viewport
LayoutLayer / -viewport
source code "-viewport": {
    "description": "SF X3DViewportNode content",
    "type": "object",
    "properties": {
        "Viewport": {
            "$ref": "#/definitions/Viewport"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property -viewport / Viewport
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4574.png
property details
Occurrence  Optional
reference Viewport
source code "Viewport": {
    "$ref": "#/definitions/Viewport"
}

Property -viewport / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4575.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}


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