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

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

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

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

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

Property LoadSensor / @timeOut
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1597.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
source code "@timeOut": {
    "type": "number",
    "minimum": 0,
    "default": 0
}

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

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

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