Schema definition LayerSet
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1500.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
@activeLayer   Optional
@order   Optional
-layers   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / LayerSet
-allNodes > array items [0]+ / Schema / LayerSet
source code "LayerSet": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@activeLayer": {
            "type": "integer",
            "minimum": 0,
            "default": 0
        },
        "@order": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": 0,
                "default": 0
            }
        },
        "-layers": {
            "$ref": "#/definitions/-layers"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property LayerSet / @activeLayer
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1504.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code "@activeLayer": {
    "type": "integer",
    "minimum": 0,
    "default": 0
}

Property LayerSet / @order
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1505.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@order": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "integer",
        "minimum": 0,
        "default": 0
    }
}

Array item wildcard LayerSet / @order > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1506.png
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code {
    "type": "integer",
    "minimum": 0,
    "default": 0
}

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

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

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


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