Schema definition HAnimHumanoid
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1186.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
@info   Optional
@name   Optional
@rotation   Optional
@scale   Optional
@scaleOrientation   Optional
@translation   Optional
@version   Optional
-joints   Optional
-metadata   Optional
-segments   Optional
-sites   Optional
-skeleton   Optional
-skin   Optional
-skinCoord   Optional
-skinNormal   Optional
-viewpoints   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / HAnimHumanoid
-allNodes > array items [0]+ / Schema / HAnimHumanoid
-child / HAnimHumanoid
-children > array items [0]+ / Schema / HAnimHumanoid
source code "HAnimHumanoid": {
    "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
            }
        },
        "@info": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string"
            }
        },
        "@name": {
            "type": "string"
        },
        "@rotation": {
            "$ref": "#/definitions/@rotation"
        },
        "@scale": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "exclusiveMinimum": 0
            }
        },
        "@scaleOrientation": {
            "$ref": "#/definitions/@rotation"
        },
        "@translation": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number"
            }
        },
        "@version": {
            "type": "string"
        },
        "-joints": {
            "$ref": "#/definitions/-hanimJoints"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-segments": {
            "$ref": "#/definitions/-segments"
        },
        "-sites": {
            "$ref": "#/definitions/-sites"
        },
        "-skeleton": {
            "$ref": "#/definitions/-skeleton"
        },
        "-skin": {
            "$ref": "#/definitions/-children"
        },
        "-skinCoord": {
            "$ref": "#/definitions/-coord"
        },
        "-skinNormal": {
            "$ref": "#/definitions/-normal"
        },
        "-viewpoints": {
            "$ref": "#/definitions/-sites"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

Array item wildcard HAnimHumanoid / @info > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1196.png
type String
source code {
    "type": "string"
}

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

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

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

Array item wildcard HAnimHumanoid / @scale > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1200.png
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0
}

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

Property HAnimHumanoid / @translation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1202.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"
    }
}

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

Property HAnimHumanoid / @version
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1204.png
property details
Occurrence  Optional
type String
source code "@version": {
    "type": "string"
}

Property HAnimHumanoid / -joints
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1205.png
property details
Occurrence  Optional
reference -hanimJoints
source code "-joints": {
    "$ref": "#/definitions/-hanimJoints"
}

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

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

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

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

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

Property HAnimHumanoid / -skinCoord
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1211.png
property details
Occurrence  Optional
reference -coord
source code "-skinCoord": {
    "$ref": "#/definitions/-coord"
}

Property HAnimHumanoid / -skinNormal
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1212.png
property details
Occurrence  Optional
reference -normal
source code "-skinNormal": {
    "$ref": "#/definitions/-normal"
}

Property HAnimHumanoid / -viewpoints
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1213.png
property details
Occurrence  Optional
reference -sites
source code "-viewpoints": {
    "$ref": "#/definitions/-sites"
}

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