Schema definition CollisionSpace
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p355.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
@enabled   Optional
@useGeometry   Optional
-collidables   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / CollisionSpace
-collidables > array items [0]+ / Schema / CollisionSpace
source code "CollisionSpace": {
    "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"
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@useGeometry": {
            "type": "boolean",
            "default": false
        },
        "-collidables": {
            "$ref": "#/definitions/-collidables"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property CollisionSpace / @bboxCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p359.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 CollisionSpace / @bboxCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p360.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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

Property CollisionSpace / @useGeometry
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p363.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@useGeometry": {
    "type": "boolean",
    "default": false
}

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

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

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