Schema definition Contact
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p485.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
@appliedParameters   Optional
@bounce   Optional
@contactNormal   Optional
@depth   Optional
@frictionCoefficients   Optional
@frictionDirection   Optional
@minBounceSpeed   Optional
@position   Optional
@slipCoefficients   Optional
@softnessConstantForceMix   Optional
@softnessErrorCorrection   Optional
@surfaceSpeed   Optional
-body1   Optional
-body2   Optional
-geometry1   Optional
-geometry2   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / Contact
source code "Contact": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@appliedParameters": {
            "$ref": "#/definitions/@appliedParameters"
        },
        "@bounce": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "@contactNormal": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@depth": {
            "type": "number",
            "default": 0
        },
        "@frictionCoefficients": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "minimum": 0,
                "default": 0
            }
        },
        "@frictionDirection": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": [
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 1
                },
                {
                    "type": "number",
                    "minimum": -1,
                    "maximum": 1,
                    "default": 0
                }
            ],
            "additionalItems": false
        },
        "@minBounceSpeed": {
            "type": "number",
            "minimum": 0,
            "default": 0
        },
        "@position": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@slipCoefficients": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@softnessConstantForceMix": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.0001
        },
        "@softnessErrorCorrection": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0.8
        },
        "@surfaceSpeed": {
            "type": "array",
            "minItems": 2,
            "maxItems": 2,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "-body1": {
            "$ref": "#/definitions/-body"
        },
        "-body2": {
            "$ref": "#/definitions/-body"
        },
        "-geometry1": {
            "$ref": "#/definitions/-collidable"
        },
        "-geometry2": {
            "$ref": "#/definitions/-collidable"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Property Contact / @softnessConstantForceMix
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p507.png
property details
Occurrence  Optional
schema details
Default  0.0001
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@softnessConstantForceMix": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.0001
}

Property Contact / @softnessErrorCorrection
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p508.png
property details
Occurrence  Optional
schema details
Default  0.8
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code "@softnessErrorCorrection": {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0.8
}

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

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

Property Contact / -body1
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p511.png
property details
Occurrence  Optional
reference -body
source code "-body1": {
    "$ref": "#/definitions/-body"
}

Property Contact / -body2
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p512.png
property details
Occurrence  Optional
reference -body
source code "-body2": {
    "$ref": "#/definitions/-body"
}

Property Contact / -geometry1
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p513.png
property details
Occurrence  Optional
reference -collidable
source code "-geometry1": {
    "$ref": "#/definitions/-collidable"
}

Property Contact / -geometry2
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p514.png
property details
Occurrence  Optional
reference -collidable
source code "-geometry2": {
    "$ref": "#/definitions/-collidable"
}

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

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