Schema definition GeoProximitySensor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1101.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
@center   Optional
@enabled   Optional
@geoCenter   Optional
@geoSystem   Optional
@size   Optional
-geoOrigin   Optional
-metadata   Optional
-children   Optional
used by GeoMetadata / -data > array items [0]+ / Schema / GeoProximitySensor
Scene / -children > array items [0]+ / Schema / GeoProximitySensor
-allNodes > array items [0]+ / Schema / GeoProximitySensor
-child / GeoProximitySensor
-children > array items [0]+ / Schema / GeoProximitySensor
source code "GeoProximitySensor": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@center": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@enabled": {
            "type": "boolean",
            "default": true
        },
        "@geoCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@geoSystem": {
            "$ref": "#/definitions/@geoSystem"
        },
        "@size": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "minimum": 0,
                "default": 0
            }
        },
        "-geoOrigin": {
            "$ref": "#/definitions/-geoOrigin"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property GeoProximitySensor / @center
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1105.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@center": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard GeoProximitySensor / @center > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1106.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

Property GeoProximitySensor / @geoCenter
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1108.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@geoCenter": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "default": 0
    }
}

Array item wildcard GeoProximitySensor / @geoCenter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1109.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

Property GeoProximitySensor / @geoSystem
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1110.png
property details
Occurrence  Optional
reference @geoSystem
source code "@geoSystem": {
    "$ref": "#/definitions/@geoSystem"
}

Property GeoProximitySensor / @size
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1111.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  3
Max Items  3
array items
[0 - 2]  Schema
source code "@size": {
    "type": "array",
    "minItems": 3,
    "maxItems": 3,
    "items": {
        "type": "number",
        "minimum": 0,
        "default": 0
    }
}

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

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

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

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