Schema definition -layers
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4359.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF X3DLayerNode content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by LayerSet / -layers
source code "-layers": {
    "description": "MF X3DLayerNode content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "Layer": {
                "$ref": "#/definitions/Layout"
            },
            "LayoutLayer": {
                "$ref": "#/definitions/LayoutLayer"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -layers > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4360.png
type Object
properties
Name   Occurrence
Layer   Optional
LayoutLayer   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "Layer": {
            "$ref": "#/definitions/Layout"
        },
        "LayoutLayer": {
            "$ref": "#/definitions/LayoutLayer"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property -layers > array items [0]+ / Schema / Layer
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4361.png
property details
Occurrence  Optional
reference Layout
source code "Layer": {
    "$ref": "#/definitions/Layout"
}

Property -layers > array items [0]+ / Schema / LayoutLayer
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4362.png
property details
Occurrence  Optional
reference LayoutLayer
source code "LayoutLayer": {
    "$ref": "#/definitions/LayoutLayer"
}

Property -layers > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4363.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