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

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

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

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