Schema definition BallJoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p95.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
@anchorPoint   Optional
@forceOutput   Optional
-body1   Optional
-body2   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / BallJoint
-rigidBodyJoints > array items [0]+ / Schema / BallJoint
source code "BallJoint": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@anchorPoint": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@forceOutput": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "NONE"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "-body1": {
            "$ref": "#/definitions/-body"
        },
        "-body2": {
            "$ref": "#/definitions/-body"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property BallJoint / @anchorPoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p99.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@anchorPoint": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard BallJoint / @anchorPoint > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p100.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property BallJoint / @forceOutput
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p101.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]  Schema
[1]+  Schema
source code "@forceOutput": {
    "type": "array",
    "minItems": 1,
    "items": [
        {
            "type": "string",
            "default": "NONE"
        }
    ],
    "additionalItems": {
        "type": "string"
    }
}

Array item BallJoint / @forceOutput > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p102.png
schema details
Default  "NONE"
type String
source code {
    "type": "string",
    "default": "NONE"
}

Array item wildcard BallJoint / @forceOutput > array items [1]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p103.png
type String
source code {
    "type": "string"
}

Property BallJoint / -body1
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p104.png
property details
Occurrence  Optional
reference -body
source code "-body1": {
    "$ref": "#/definitions/-body"
}

Property BallJoint / -body2
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p105.png
property details
Occurrence  Optional
reference -body
source code "-body2": {
    "$ref": "#/definitions/-body"
}

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

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