Schema definition UniversalJoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3422.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
@axis1   Optional
@axis2   Optional
@forceOutput   Optional
@stop1Bounce   Optional
@stop1ErrorCorrection   Optional
@stop2Bounce   Optional
@stop2ErrorCorrection   Optional
-body1   Optional
-body2   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / UniversalJoint
-rigidBodyJoints > array items [0]+ / Schema / UniversalJoint
source code "UniversalJoint": {
    "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
            }
        },
        "@axis1": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@axis2": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@forceOutput": {
            "type": "array",
            "minItems": 1,
            "items": [
                {
                    "type": "string",
                    "default": "NONE"
                }
            ],
            "additionalItems": {
                "type": "string"
            }
        },
        "@stop1Bounce": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "@stop1ErrorCorrection": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.8
        },
        "@stop2Bounce": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "@stop2ErrorCorrection": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.8
        },
        "-body1": {
            "$ref": "#/definitions/-body"
        },
        "-body2": {
            "$ref": "#/definitions/-body"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

Property UniversalJoint / @axis1
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3428.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@axis1": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 1
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        }
    ],
    "additionalItems": false
}

Array item UniversalJoint / @axis1 > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3429.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Array item UniversalJoint / @axis1 > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3430.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 1
}

Array item UniversalJoint / @axis1 > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3431.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Property UniversalJoint / @axis2
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3432.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0]  Schema
[1]  Schema
[2]  Schema
source code "@axis2": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": [
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 1
        },
        {
            "type": "number",
            "minimum": -1,
            "maximum": 1,
            "default": 0
        }
    ],
    "additionalItems": false
}

Array item UniversalJoint / @axis2 > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3433.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Array item UniversalJoint / @axis2 > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3434.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 1
}

Array item UniversalJoint / @axis2 > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3435.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Property UniversalJoint / @forceOutput
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3436.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 UniversalJoint / @forceOutput > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3437.png
schema details
Default  "NONE"
type String
source code {
    "type": "string",
    "default": "NONE"
}

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

Property UniversalJoint / @stop1Bounce
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3439.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stop1Bounce": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Property UniversalJoint / @stop1ErrorCorrection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3440.png
property details
Occurrence  Optional
schema details
Default  0.8
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stop1ErrorCorrection": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.8
}

Property UniversalJoint / @stop2Bounce
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3441.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stop2Bounce": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Property UniversalJoint / @stop2ErrorCorrection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3442.png
property details
Occurrence  Optional
schema details
Default  0.8
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@stop2ErrorCorrection": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.8
}

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

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

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

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