Schema definition NurbsCurve
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1848.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
@closed   Optional
@knot   Optional
@order   Optional
@tessellation   Optional
@weight   Optional
-controlPoint   Optional
-metadata   Optional
-children   Optional
used by -allNodes > array items [0]+ / Schema / NurbsCurve
-geometry / NurbsCurve
-nurbsCurve / NurbsCurve
source code "NurbsCurve": {
    "type": "object",
    "properties": {
        "@DEF": {
            "type": "string"
        },
        "@USE": {
            "type": "string"
        },
        "IS": {
            "$ref": "#/definitions/IS"
        },
        "@closed": {
            "type": "boolean",
            "default": false
        },
        "@knot": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number"
            }
        },
        "@order": {
            "type": "integer",
            "minimum": 2,
            "default": 3
        },
        "@tessellation": {
            "type": "integer",
            "default": 0
        },
        "@weight": {
            "type": "array",
            "minItems": 1,
            "items": {
                "type": "number",
                "exclusiveMinimum": 0
            }
        },
        "-controlPoint": {
            "$ref": "#/definitions/-coord"
        },
        "-metadata": {
            "$ref": "#/definitions/-metadata"
        },
        "-children": {
            "$ref": "#/definitions/-commentRoute"
        }
    },
    "additionalProperties": false
}

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

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

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

Property NurbsCurve / @closed
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1852.png
property details
Occurrence  Optional
schema details
Default  false
type Boolean
source code "@closed": {
    "type": "boolean",
    "default": false
}

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

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

Property NurbsCurve / @order
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1855.png
property details
Occurrence  Optional
schema details
Default  3
type Numeric
numeric constraints
Mode  Integer
Minimum  2
source code "@order": {
    "type": "integer",
    "minimum": 2,
    "default": 3
}

Property NurbsCurve / @tessellation
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1856.png
property details
Occurrence  Optional
schema details
Default  0
type Numeric
numeric constraints
Mode  Integer
source code "@tessellation": {
    "type": "integer",
    "default": 0
}

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

Array item wildcard NurbsCurve / @weight > array items [0]+ / Schema
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1858.png
type Numeric
numeric constraints
Minimum  0
Excl. Min  true
source code {
    "type": "number",
    "exclusiveMinimum": 0
}

Property NurbsCurve / -controlPoint
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p1859.png
property details
Occurrence  Optional
reference -coord
source code "-controlPoint": {
    "$ref": "#/definitions/-coord"
}

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

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