Schema definition Polypoint2D
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2262.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
@point   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / Polypoint2D
-geometry / Polypoint2D
source code "Polypoint2D": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@point": {
            "type": "array",
            "minItems": 2,
            "items": {
                "type": "number"
            }
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property Polypoint2D / @point
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2266.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  2
array items
[0 - 1]+  Schema
source code "@point": {
    "type": "array",
    "minItems": 2,
    "items": {
        "type": "number"
    }
}

Array item wildcard Polypoint2D / @point > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2267.png
type Numeric
source code {
    "type": "number"
}

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

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