Schema definition BooleanTrigger
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p159.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
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / BooleanTrigger
-allNodes > array items [0]+ / Schema / BooleanTrigger
-child / BooleanTrigger
-children > array items [0]+ / Schema / BooleanTrigger
source code "BooleanTrigger": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property BooleanTrigger / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p164.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