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

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

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