Schema definition -body
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3974.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF RigidBody content
type Object
properties
Name   Occurrence
RigidBody   Optional
ProtoInstance   Optional
used by BallJoint / -body1
BallJoint / -body2
Contact / -body1
Contact / -body2
DoubleAxisHingeJoint / -body1
DoubleAxisHingeJoint / -body2
MotorJoint / -body1
MotorJoint / -body2
SingleAxisHingeJoint / -body1
SingleAxisHingeJoint / -body2
SliderJoint / -body1
SliderJoint / -body2
UniversalJoint / -body1
UniversalJoint / -body2
source code "-body": {
    "description": "SF RigidBody content",
    "type": "object",
    "properties": {
        "RigidBody": {
            "$ref": "#/definitions/RigidBody"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

Property -body / ProtoInstance
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3976.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