Schema definition Shape
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2786.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
-appearance   Optional
-geometry   Optional
-metadata   Optional
-children   Optional
used by CADFace / -shape / Shape
CollidableShape / -shape / Shape
Scene / -children > array items [0]+ / Schema / Shape
TransformSensor / -targetObject > array items [0]+ / Schema / Shape
-allNodes > array items [0]+ / Schema / Shape
-child / Shape
-children > array items [0]+ / Schema / Shape
-pickTarget > array items [0]+ / Schema / Shape
source code "Shape": {
    "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"
        },
        "-appearance": {
            "$ref": "#/definitions/-appearance"
        },
        "-geometry": {
            "$ref": "#/definitions/-geometry"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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