Schema definition Layer
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1492.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@isPickable   Optional
-children   Optional
-metadata   Optional
-viewport   Optional
used by -allNodes > array items [0]+ / Schema / Layer
source code "Layer": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@isPickable": {
            "type": "boolean",
            "default": true
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-viewport": {
            "$ref": "#/definitions/-viewport"
        }
    },
    "additionalProperties": false
}

Property Layer / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1493.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property Layer / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1494.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

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

Property Layer / @isPickable
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1496.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@isPickable": {
    "type": "boolean",
    "default": true
}

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

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

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


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