Schema definition Inline
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1430.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
@load   Optional
@url   Optional
-metadata   Optional
-children   Optional
used by Scene / -children > array items [0]+ / Schema / Inline
-allNodes > array items [0]+ / Schema / Inline
-child / Inline
-children > array items [0]+ / Schema / Inline
-pickTarget > array items [0]+ / Schema / Inline
-watchList > array items [0]+ / Schema / Inline
source code "Inline": {
    "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"
        },
        "@load": {
            "type": "boolean",
            "default": true
        },
        "@url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

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

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

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