Schema definition -physics
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4401.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  MF X3DParticlePhysicsModelNode content
type Array
array constraints
Min Items  1
array items
[0]+  Schema
used by ParticleSystem / -physics
source code "-physics": {
    "description": "MF X3DParticlePhysicsModelNode content",
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "object",
        "properties": {
            "BoundedPhysicsModel": {
                "$ref": "#/definitions/BoundedPhysicsModel"
            },
            "ForcePhysicsModel": {
                "$ref": "#/definitions/ForcePhysicsModel"
            },
            "WindPhysicsModel": {
                "$ref": "#/definitions/WindPhysicsModel"
            },
            "ProtoInstance": {
                "$ref": "#/definitions/ProtoInstance"
            }
        },
        "additionalProperties": false
    }
}

Array item wildcard -physics > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4402.png
type Object
properties
Name   Occurrence
BoundedPhysicsModel   Optional
ForcePhysicsModel   Optional
WindPhysicsModel   Optional
ProtoInstance   Optional
source code {
    "type": "object",
    "properties": {
        "BoundedPhysicsModel": {
            "$ref": "#/definitions/BoundedPhysicsModel"
        },
        "ForcePhysicsModel": {
            "$ref": "#/definitions/ForcePhysicsModel"
        },
        "WindPhysicsModel": {
            "$ref": "#/definitions/WindPhysicsModel"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

Property -physics > array items [0]+ / Schema / BoundedPhysicsModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4403.png
property details
Occurrence  Optional
reference BoundedPhysicsModel
source code "BoundedPhysicsModel": {
    "$ref": "#/definitions/BoundedPhysicsModel"
}

Property -physics > array items [0]+ / Schema / ForcePhysicsModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4404.png
property details
Occurrence  Optional
reference ForcePhysicsModel
source code "ForcePhysicsModel": {
    "$ref": "#/definitions/ForcePhysicsModel"
}

Property -physics > array items [0]+ / Schema / WindPhysicsModel
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4405.png
property details
Occurrence  Optional
reference WindPhysicsModel
source code "WindPhysicsModel": {
    "$ref": "#/definitions/WindPhysicsModel"
}

Property -physics > array items [0]+ / Schema / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4406.png
property details
Occurrence  Optional
reference ProtoInstance
source code "ProtoInstance": {
    "$ref": "#/definitions/ProtoInstance"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html