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

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

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

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

Property ContourPolyline2D / @controlPoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p533.png
property details
Occurrence  Optional
type Array
array constraints
Min Items  4
array items
[0 - 3]+  Schema
source code "@controlPoint": {
    "type": "array",
    "minItems": 4,
    "items": {
        "type": "number"
    }
}

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

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

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