Schema definition WindPhysicsModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3561.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
@direction   Optional
@enabled   Optional
@gustiness   Optional
@speed   Optional
@turbulence   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / WindPhysicsModel
-physics > array items [0]+ / Schema / WindPhysicsModel
source code "WindPhysicsModel": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@direction": {
            "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
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@gustiness": {
            "type": "number",
            "minimum": 0,
            "default": 0.1
        },
        "@speed": {
            "type": "number",
            "minimum": 0,
            "default": 0.1
        },
        "@turbulence": {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property WindPhysicsModel / @direction
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3565.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 "@direction": {
    "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 WindPhysicsModel / @direction > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3566.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 WindPhysicsModel / @direction > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3567.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 WindPhysicsModel / @direction > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3568.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  -1
Maximum  1
source code {
    "type": "number",
    "minimum": -1,
    "maximum": 1,
    "default": 0
}

Property WindPhysicsModel / @enabled
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3569.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@enabled": {
    "type": "boolean",
    "default": true
}

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

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

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

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

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