Schema definition -source
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4490.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DSoundSourceNode content
type Object
properties
Name   Occurrence
AudioClip   Optional
MovieTexture   Optional
ProtoInstance   Optional
used by Sound / -source
source code "-source": {
    "description": "SF X3DSoundSourceNode content",
    "type": "object",
    "properties": {
        "AudioClip": {
            "$ref": "#/definitions/AudioClip"
        },
        "MovieTexture": {
            "$ref": "#/definitions/MovieTexture"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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