Schema definition HAnimJoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1215.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
@center   Optional
@limitOrientation   Optional
@llimit   Optional
@name   Optional
@rotation   Optional
@scale   Optional
@scaleOrientation   Optional
@skinCoordIndex   Optional
@skinCoordWeight   Optional
@stiffness   Optional
@translation   Optional
@ulimit   Optional
-children   Optional
-displacers   Optional
-metadata   Optional
used by Scene / -children > array items [0]+ / Schema / HAnimJoint
TransformSensor / -targetObject > array items [0]+ / Schema / HAnimJoint
-allNodes > array items [0]+ / Schema / HAnimJoint
-child / HAnimJoint
-children > array items [0]+ / Schema / HAnimJoint
-grouping > array items [0]+ / Schema / HAnimJoint
-hanimJoints > array items [0]+ / Schema / HAnimJoint
-jointChildren > array items [0]+ / Schema / HAnimJoint
-pickTarget > array items [0]+ / Schema / HAnimJoint
-skeleton > array items [0]+ / Schema / HAnimJoint
source code "HAnimJoint": {
    "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"
        },
        "@center": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@limitOrientation": {
            "$ref": "#/definitions/@rotation"
        },
        "@llimit": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@name": {
            "type": "string"
        },
        "@rotation": {
            "$ref": "#/definitions/@rotation"
        },
        "@scale": {
            "type": "array",
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@scaleOrientation": {
            "$ref": "#/definitions/@rotation"
        },
        "@skinCoordIndex": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "integer",
                "minimum": 0
            }
        },
        "@skinCoordWeight": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@stiffness": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1,
                "default": 1
            }
        },
        "@translation": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@ulimit": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "-children": {
            "$ref": "#/definitions/-jointChildren"
        },
        "-displacers": {
            "$ref": "#/definitions/-displacers"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

Property HAnimJoint / @limitOrientation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1224.png
property details
Occurrence  Optional
reference @rotation
source code "@limitOrientation": {
    "$ref": "#/definitions/@rotation"
}

Property HAnimJoint / @llimit
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1225.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@llimit": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number"
    }
}

Array item wildcard HAnimJoint / @llimit > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1226.png
type Numeric
source code {
    "type": "number"
}

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

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

Property HAnimJoint / @scale
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1229.png
property details
Occurrence  Optional
type Array
array items
[0]+  Schema
source code "@scale": {
    "type": "array",
    "items": {
        "type": "number",
        "default": 0
    }
}

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

Property HAnimJoint / @scaleOrientation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1231.png
property details
Occurrence  Optional
reference @rotation
source code "@scaleOrientation": {
    "$ref": "#/definitions/@rotation"
}

Property HAnimJoint / @skinCoordIndex
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1232.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@skinCoordIndex": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "integer",
        "minimum": 0
    }
}

Array item wildcard HAnimJoint / @skinCoordIndex > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1233.png
type Numeric
numeric constraints
Mode  Integer
Minimum  0
source code {
    "type": "integer",
    "minimum": 0
}

Property HAnimJoint / @skinCoordWeight
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1234.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@skinCoordWeight": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number"
    }
}

Array item wildcard HAnimJoint / @skinCoordWeight > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1235.png
type Numeric
source code {
    "type": "number"
}

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

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

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

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

Property HAnimJoint / @ulimit
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1240.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@ulimit": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "number"
    }
}

Array item wildcard HAnimJoint / @ulimit > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1241.png
type Numeric
source code {
    "type": "number"
}

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

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

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