Schema definition CADFace
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p202.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
-metadata   Optional
-shape   Optional
-children   Optional
used by CADPart / -children > array items [0]+ / Schema / CADFace
Scene / -children > array items [0]+ / Schema / CADFace
-allNodes > array items [0]+ / Schema / CADFace
-child / CADFace
-children > array items [0]+ / Schema / CADFace
source code "CADFace": {
    "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"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-shape": {
            "type": "object",
            "properties": {
                "LOD": {
                    "$ref": "#/definitions/LOD"
                },
                "Shape": {
                    "$ref": "#/definitions/Shape"
                },
                "Transform": {
                    "$ref": "#/definitions/Transform"
                },
                "ProtoInstance": {
                    "$ref": "#/definitions/ProtoInstance"
                }
            },
            "additionalProperties": false
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

Property CADFace / -shape
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p211.png
property details
Occurrence  Optional
type Object
properties
Name   Occurrence
LOD   Optional
Shape   Optional
Transform   Optional
ProtoInstance   Optional
source code "-shape": {
    "type": "object",
    "properties": {
        "LOD": {
            "$ref": "#/definitions/LOD"
        },
        "Shape": {
            "$ref": "#/definitions/Shape"
        },
        "Transform": {
            "$ref": "#/definitions/Transform"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property CADFace / -shape / LOD
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p212.png
property details
Occurrence  Optional
reference LOD
source code "LOD": {
    "$ref": "#/definitions/LOD"
}

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

Property CADFace / -shape / Transform
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p214.png
property details
Occurrence  Optional
reference Transform
source code "Transform": {
    "$ref": "#/definitions/Transform"
}

Property CADFace / -shape / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p215.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}

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