Schema definition ImageTexture3D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1300.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
@repeatR   Optional
@repeatS   Optional
@repeatT   Optional
@url   Optional
-metadata   Optional
-textureProperties   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ImageTexture3D
-texture / ImageTexture3D
-texture3D / ImageTexture3D
-transferFunction / ImageTexture3D
-watchList > array items [0]+ / Schema / ImageTexture3D
source code "ImageTexture3D": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@repeatR": {
            "type": "boolean",
            "default": false
        },
        "@repeatS": {
            "type": "boolean",
            "default": false
        },
        "@repeatT": {
            "type": "boolean",
            "default": false
        },
        "@url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-textureProperties": {
            "$ref": "#/definitions/-textureProperties"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property ImageTexture3D / @repeatR
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1304.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatR": {
    "type": "boolean",
    "default": false
}

Property ImageTexture3D / @repeatS
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1305.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatS": {
    "type": "boolean",
    "default": false
}

Property ImageTexture3D / @repeatT
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1306.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@repeatT": {
    "type": "boolean",
    "default": false
}

Property ImageTexture3D / @url
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1307.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  1
array items
[0]+  Schema
source code "@url": {
    "type": "array",
    "minItems": 1,
    "items": {
        "type": "string",
        "format": "uri-reference"
    }
}

Array item wildcard ImageTexture3D / @url > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1308.png
type String
string constraints
Format  uri-reference
source code {
    "type": "string",
    "format": "uri-reference"
}

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

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

Property ImageTexture3D / -children
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1311.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