Schema definition FogCoordinate
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p938.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
@depth   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / FogCoordinate
-fogCoord / FogCoordinate
source code "FogCoordinate": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@depth": {
            "type": "array",
            "items": {
                "type": "number",
                "minimum": 0,
                "maximum": 1
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property FogCoordinate / @depth
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p942.png
property details
Occurrence  Optional
type Array
array items
[0]+  Schema
source code "@depth": {
    "type": "array",
    "items": {
        "type": "number",
        "minimum": 0,
        "maximum": 1
    }
}

Array item wildcard FogCoordinate / @depth > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p943.png
type Numeric
numeric constraints
Minimum  0
Maximum  1
source code {
    "type": "number",
    "minimum": 0,
    "maximum": 1
}

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

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