Schema definition PlaneSensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2158.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
@autoOffset   Optional
@axisRotation   Optional
@description   Optional
@enabled   Optional
@maxPosition   Optional
@minPosition   Optional
@offset   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / PlaneSensor
-allNodes > array items [0]+ / Schema / PlaneSensor
-child / PlaneSensor
-children > array items [0]+ / Schema / PlaneSensor
source code "PlaneSensor": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@autoOffset": {
            "type": "boolean",
            "default": true
        },
        "@axisRotation": {
            "$ref": "#/definitions/@rotation"
        },
        "@description": {
            "type": "string"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@maxPosition": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": -1
            }
        },
        "@minPosition": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@offset": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property PlaneSensor / @axisRotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2163.png
property details
Occurrence  Optional
reference @rotation
source code "@axisRotation": {
    "$ref": "#/definitions/@rotation"
}

Property PlaneSensor / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2164.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

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

Property PlaneSensor / @maxPosition
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2166.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
Max Items  2
array items
[0 - 1]  Schema
source code "@maxPosition": {
    "type": "array",
    "minItems": 2,
    "maxItems": 2,
    "items": {
        "type": "number",
        "default": -1
    }
}

Array item wildcard PlaneSensor / @maxPosition > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2167.png
schema details
Default  -1
type Numeric
source code {
    "type": "number",
    "default": -1
}

Property PlaneSensor / @minPosition
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2168.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
Max Items  2
array items
[0 - 1]  Schema
source code "@minPosition": {
    "type": "array",
    "minItems": 2,
    "maxItems": 2,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard PlaneSensor / @minPosition > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2169.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property PlaneSensor / @offset
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2170.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@offset": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard PlaneSensor / @offset > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2171.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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