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

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

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

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

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

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

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

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