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

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

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

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

Property ScalarDamper / @initialDestination
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2549.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@initialDestination": {
    "type": "number",
    "default": 0
}

Property ScalarDamper / @initialValue
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2550.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
source code "@initialValue": {
    "type": "number",
    "default": 0
}

Property ScalarDamper / @order
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2551.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 ScalarDamper / @tolerance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2552.png
property details
Occurrence  Optional
reference @tolerance
source code "@tolerance": {
    "$ref": "#/definitions/@tolerance"
}

Property ScalarDamper / @tau
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2553.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 ScalarDamper / -metadata
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2554.png
property details
Occurrence  Optional
reference -metadata
source code "-metadata": {
    "$ref": "#/definitions/-metadata"
}

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