Schema definition Anchor
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p3.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
-children   Optional
@description   Optional
-metadata   Optional
@parameter   Optional
@url   Optional
used by Scene / -children > array items [0]+ / Schema / Anchor
TransformSensor / -targetObject > array items [0]+ / Schema / Anchor
-allNodes > array items [0]+ / Schema / Anchor
-child / Anchor
-children > array items [0]+ / Schema / Anchor
-grouping > array items [0]+ / Schema / Anchor
-pickTarget > array items [0]+ / Schema / Anchor
-watchList > array items [0]+ / Schema / Anchor
source code "Anchor": {
    "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"
        },
        "-children": {
            "$ref": "#/definitions/-children"
        },
        "@description": {
            "type": "string"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "@parameter": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string"
            }
        },
        "@url": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "string",
                "format": "uri-reference"
            }
        }
    },
    "additionalProperties": false
}

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

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

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

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

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

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

Property Anchor / @description
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p11.png
property details
Occurrence  Optional
type String
source code "@description": {
    "type": "string"
}

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

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

Array item wildcard Anchor / @parameter > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p14.png
type String
source code {
    "type": "string"
}

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


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