Schema definition -color
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p4229.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
schema details
Description  SF X3DColorNode content
type Object
properties
Name   Occurrence
Color   Optional
ColorRGBA   Optional
ProtoInstance   Optional
used by ElevationGrid / -color
GeoElevationGrid / -color
IndexedFaceSet / -color
IndexedLineSet / -color
IndexedQuadSet / -color
IndexedTriangleFanSet / -color
IndexedTriangleSet / -color
IndexedTriangleStripSet / -color
LineSet / -color
ParticleSystem / -colorRamp
PointSet / -color
QuadSet / -color
TriangleFanSet / -color
TriangleSet / -color
TriangleStripSet / -color
source code "-color": {
    "description": "SF X3DColorNode content",
    "type": "object",
    "properties": {
        "Color": {
            "$ref": "#/definitions/Color"
        },
        "ColorRGBA": {
            "$ref": "#/definitions/ColorRGBA"
        },
        "ProtoInstance": {
            "$ref": "#/definitions/ProtoInstance"
        }
    },
    "additionalProperties": false
}

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

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

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