Schema definition CADAssembly
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p192.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
@name   Optional
-children   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / CADAssembly
TransformSensor / -targetObject > array items [0]+ / Schema / CADAssembly
-allNodes > array items [0]+ / Schema / CADAssembly
-child / CADAssembly
-children > array items [0]+ / Schema / CADAssembly
-grouping > array items [0]+ / Schema / CADAssembly
-pickTarget > array items [0]+ / Schema / CADAssembly
source code "CADAssembly": {
    "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"
        },
        "@name": {
            "type": "string"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

Property CADAssembly / @name
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p199.png
property details
Occurrence  Optional
type String
source code "@name": {
    "type": "string"
}

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

Property CADAssembly / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p201.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