Schema definition CartoonVolumeStyle
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p252.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@DEF   Optional
@USE   Optional
IS   Optional
@colorSteps   Optional
@enabled   Optional
@orthogonalColor   Optional
@parallelColor   Optional
-metadata   Optional
-surfaceNormals   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / CartoonVolumeStyle
-composableRenderStyle / CartoonVolumeStyle
-composableRenderStyles > array items [0]+ / Schema / CartoonVolumeStyle
-renderStyle / CartoonVolumeStyle
-renderStyles > array items [0]+ / Schema / CartoonVolumeStyle
source code "CartoonVolumeStyle": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@colorSteps": {
            "type": "integer",
            "minimum": 1,
            "maximum": 64,
            "default": 4
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@orthogonalColor": {
            "type": "array",
            "minItems": 4,
            "maxItems": 4,
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1,
                "default": 1
            }
        },
        "@parallelColor": {
            "type": "array",
            "minItems": 4,
            "maxItems": 4,
            "items": [
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 0
                },
                {
                    "type": "number",
                    "minimum": 0,
                    "maximum": 1,
                    "default": 1
                }
            ],
            "additionalItems": false
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-surfaceNormals": {
            "$ref": "#/definitions/-texture3D"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

Property CartoonVolumeStyle / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p253.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

Property CartoonVolumeStyle / @USE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p254.png
property details
Occurrence  Optional
type String
source code "@USE": {
    "type": "string"
}

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

Property CartoonVolumeStyle / @colorSteps
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p256.png
property details
Occurrence  Optional
schema details
Default  4
type Numeric
numeric constraints
Mode  Integer
Minimum  1
Maximum  64
source code "@colorSteps": {
    "type": "integer",
    "minimum": 1,
    "maximum": 64,
    "default": 4
}

Property CartoonVolumeStyle / @enabled
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p257.png
property details
Occurrence  Optional
schema details
Default  true
type Boolean
source code "@enabled": {
    "type": "boolean",
    "default": true
}

Property CartoonVolumeStyle / @orthogonalColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p258.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
Max Items  4
array items
[0 - 3]  Schema
source code "@orthogonalColor": {
    "type": "array",
    "minItems": 4,
    "maxItems": 4,
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1,
        "default": 1
    }
}

Array item wildcard CartoonVolumeStyle / @orthogonalColor > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p259.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 1
}

Property CartoonVolumeStyle / @parallelColor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p260.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
Max Items  4
array items
[0]  Schema
[1]  Schema
[2]  Schema
[3]  Schema
source code "@parallelColor": {
    "type": "array",
    "minItems": 4,
    "maxItems": 4,
    "items": [
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 0
        },
        {
            "type": "number",
            "minimum": 0,
            "maximum": 1,
            "default": 1
        }
    ],
    "additionalItems": false
}

Array item CartoonVolumeStyle / @parallelColor > array items [0] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p261.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item CartoonVolumeStyle / @parallelColor > array items [1] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p262.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item CartoonVolumeStyle / @parallelColor > array items [2] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p263.png
schema details
Default  0
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 0
}

Array item CartoonVolumeStyle / @parallelColor > array items [3] / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p264.png
schema details
Default  1
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1,
    "default": 1
}

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

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

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


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html