Schema definition PickableGroup
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2115.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
@bboxCenter   Optional
@bboxSize   Optional
@objectType   Optional
@pickable   Optional
-children   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / PickableGroup
TransformSensor / -targetObject > array items [0]+ / Schema / PickableGroup
-allNodes > array items [0]+ / Schema / PickableGroup
-child / PickableGroup
-children > array items [0]+ / Schema / PickableGroup
-grouping > array items [0]+ / Schema / PickableGroup
-pickTarget > array items [0]+ / Schema / PickableGroup
source code "PickableGroup": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bboxCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@bboxSize": {
            "$ref": "#/definitions/@bboxSize"
        },
        "@objectType": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "ALL"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@pickable": {
            "type": "boolean",
            "default": true
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property PickableGroup / @bboxSize
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2121.png
property details
Occurrence  Optional
reference @bboxSize
source code "@bboxSize": {
    "$ref": "#/definitions/@bboxSize"
}

Property PickableGroup / @objectType
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2122.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@objectType": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "string",
            "default": "ALL"
        }
    ],
    "additionalItems": {
        "type": "string"
    }
}

Array item PickableGroup / @objectType > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2123.png
schema details
Default  "ALL"
type String
source code {
    "type": "string",
    "default": "ALL"
}

Array item wildcard PickableGroup / @objectType > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2124.png
type String
source code {
    "type": "string"
}

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

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

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


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html