Schema definition GeoLOD
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1031.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
@bboxCenter   Optional
@bboxSize   Optional
@center   Optional
@child1Url   Optional
@child2Url   Optional
@child3Url   Optional
@child4Url   Optional
@geoSystem   Optional
@range   Optional
@rootUrl   Optional
-children   Optional
-geoOrigin   Optional
-metadata   Optional
-rootNode   Optional
used by GeoMetadata / -data > array items [0]+ / Schema / GeoLOD
Scene / -children > array items [0]+ / Schema / GeoLOD
-allNodes > array items [0]+ / Schema / GeoLOD
-child / GeoLOD
-children > array items [0]+ / Schema / GeoLOD
source code "GeoLOD": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@bboxCenter": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@bboxSize": {
            "$ref": "#/definitions/@bboxSize"
        },
        "@center": {
            "type": "array",
            "minItems": 3,
            "maxItems": 3,
            "items": {
                "type": "number",
                "default": 0
            }
        },
        "@child1Url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@child2Url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@child3Url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@child4Url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "@geoSystem": {
            "$ref": "#/definitions/@geoSystem"
        },
        "@range": {
            "type": "number",
            "minimum": 0,
            "default": 10
        },
        "@rootUrl": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "-geoOrigin": {
            "$ref": "#/definitions/-geoOrigin"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-rootNode": {
            "$ref": "#/definitions/-children"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

Property GeoLOD / @center
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1038.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 GeoLOD / @center > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1039.png
schema details
Default  0
type Numeric
source code {
    "type": "number",
    "default": 0
}

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

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

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

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

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

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

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

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

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

Property GeoLOD / @range
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1049.png
property details
Occurrence  Optional
schema details
Default  10
type Numeric
numeric constraints
Minimum  0
source code "@range": {
    "type": "number",
    "minimum": 0,
    "default": 10
}

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

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

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

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

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

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


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