Schema definition OrientationChaser
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2022.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
@duration   Optional
@initialDestination   Optional
@initialValue   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / OrientationChaser
-allNodes > array items [0]+ / Schema / OrientationChaser
-child / OrientationChaser
-children > array items [0]+ / Schema / OrientationChaser
source code "OrientationChaser": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@duration": {
            "type": "number",
            "minimum": 0,
            "default": 1
        },
        "@initialDestination": {
            "$ref": "#/definitions/@rotation"
        },
        "@initialValue": {
            "$ref": "#/definitions/@rotation"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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