Schema definition ImageTexture
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1289.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
@repeatS   Optional
@repeatT   Optional
@url   Optional
-metadata   Optional
-textureProperties   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / ImageTexture
-texture / ImageTexture
-texture2D / ImageTexture
-texture2DMulti / ImageTexture
-textures2D > array items [0]+ / Schema / ImageTexture
-transferFunction / ImageTexture
-watchList > array items [0]+ / Schema / ImageTexture
source code "ImageTexture": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@repeatS": {
            "type": "boolean",
            "default": true
        },
        "@repeatT": {
            "type": "boolean",
            "default": true
        },
        "@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 ImageTexture / @DEF
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1290.png
property details
Occurrence  Optional
type String
source code "@DEF": {
    "type": "string"
}

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

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

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

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

Property ImageTexture / @url
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1295.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 ImageTexture / @url > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1296.png
type String
string constraints
Format  uri-reference
source code {
    "type": "string",
    "format": "uri-reference"
}

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

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

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