Schema definition CylinderSensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p609.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
@diskAngle   Optional
@enabled   Optional
@maxAngle   Optional
@minAngle   Optional
@offset   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / CylinderSensor
-allNodes > array items [0]+ / Schema / CylinderSensor
-child / CylinderSensor
-children > array items [0]+ / Schema / CylinderSensor
source code "CylinderSensor": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@autoOffset": {
            "type": "boolean",
            "default": true
        },
        "@axisRotation": {
            "type": "array",
            "minItems": 4,
            "maxItems": 4,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@description": {
            "type": "string"
        },
        "@diskAngle": {
            "type": "number",
            "minimum": 0,
            "maximum": 1.5708,
            "default": 0.26179167
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@maxAngle": {
            "type": "number",
            "exclusiveMinimum": -6.2832,
            "exclusiveMaximum": 6.2832,
            "default": -1
        },
        "@minAngle": {
            "type": "number",
            "exclusiveMinimum": -6.2832,
            "exclusiveMaximum": 6.2832,
            "default": 0
        },
        "@offset": {
            "type": "number",
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property CylinderSensor / @axisRotation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p614.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
Max Items  4
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]  Schema
source code "@axisRotation": {
    "type": "array",
    "minItems": 4,
    "maxItems": 4,
    "items": [
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 1
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "default": 0
        }
    ],
    "additionalItems": false
}

Array item CylinderSensor / @axisRotation > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p615.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Array item CylinderSensor / @axisRotation > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p616.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 1
}

Array item CylinderSensor / @axisRotation > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p617.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Array item CylinderSensor / @axisRotation > array items [3] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p618.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

Property CylinderSensor / @diskAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p620.png
property details
Occurrence  Optional
schema details
Default  0.26179167
type Numeric
numeric constraints
Minimum  0
Maximum  1.5708
source code "@diskAngle": {
    "type": "number",
    "minimum": 0,
    "maximum": 1.5708,
    "default": 0.26179167
}

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

Property CylinderSensor / @maxAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p622.png
property details
Occurrence  Optional
schema details
Default  -1
type Numeric
numeric constraints
Minimum  -6.2832
Excl. Min  true
Maximum  6.2832
Excl. Max  true
source code "@maxAngle": {
    "type": "number",
    "exclusiveMinimum": -6.2832,
    "exclusiveMaximum": 6.2832,
    "default": -1
}

Property CylinderSensor / @minAngle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p623.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  -6.2832
Excl. Min  true
Maximum  6.2832
Excl. Max  true
source code "@minAngle": {
    "type": "number",
    "exclusiveMinimum": -6.2832,
    "exclusiveMaximum": 6.2832,
    "default": 0
}

Property CylinderSensor / @offset
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p624.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@offset": {
    "type": "number",
    "default": 0
}

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

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