Schema definition LayoutLayer
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1543.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
-layout   Optional
-metadata   Optional
-viewport   Optional
used by -allNodes > array items [0]+ / Schema / LayoutLayer
-layers > array items [0]+ / Schema / LayoutLayer
source code "LayoutLayer": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@isPickable": {
            "type": "boolean",
            "default": true
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-layout": {
            "$ref": "#/definitions/-layout"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-viewport": {
            "$ref": "#/definitions/-viewport"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

Property LayoutLayer / -viewport
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1551.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