Schema definition LayoutGroup
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1532.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
-children   Optional
-layout   Optional
-metadata   Optional
-viewport   Optional
used by TransformSensor / -targetObject > array items [0]+ / Schema / LayoutGroup
-allNodes > array items [0]+ / Schema / LayoutGroup
-grouping > array items [0]+ / Schema / LayoutGroup
-pickTarget > array items [0]+ / Schema / LayoutGroup
source code "LayoutGroup": {
    "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"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-layout": {
            "$ref": "#/definitions/-layout"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-viewport": {
            "$ref": "#/definitions/-viewport"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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


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