Schema definition CoordinateDamper
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p556.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
@initialDestination   Optional
@initialValue   Optional
@order   Optional
@tau   Optional
@tolerance   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / CoordinateDamper
-allNodes > array items [0]+ / Schema / CoordinateDamper
-child / CoordinateDamper
-children > array items [0]+ / Schema / CoordinateDamper
source code "CoordinateDamper": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@initialDestination": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@initialValue": {
            "type": "array",
            "minItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@order": {
            "type": "integer",
            "minimum": 0,
            "maximum": 5,
            "default": 3
        },
        "@tau": {
            "type": "number",
            "minimum": 0,
            "default": 0.3
        },
        "@tolerance": {
            "$ref": "#/definitions/@tolerance"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

Property CoordinateDamper / @order
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p564.png
property details
Occurrence  Optional
schema details
Default  3
type Numeric
numeric constraints
Mode  Integer
Minimum  0
Maximum  5
source code "@order": {
    "type": "integer",
    "minimum": 0,
    "maximum": 5,
    "default": 3
}

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

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

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

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