diagram | |||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||
type | Object | ||||||||||||
properties |
|
||||||||||||
used by | -allNodes > array items [0]+ / Schema / Contour2D -trimmingContour > array items [0]+ / Schema / Contour2D |
||||||||||||
source code | "Contour2D": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "ContourPolyline2D": { "$ref": "#/definitions/ContourPolyline2D" }, "NurbsCurve2D": { "$ref": "#/definitions/NurbsCurve2D" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "#comment": { "type": "string" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } }, "-metadata": { "$ref": "#/definitions/-metadata" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@DEF": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@USE": { "type": "string" } |
diagram | |||
property details |
|
||
reference | IS | ||
source code | "IS": { "$ref": "#/definitions/IS" } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "ContourPolyline2D": { "$ref": "#/definitions/ContourPolyline2D" }, "NurbsCurve2D": { "$ref": "#/definitions/NurbsCurve2D" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "#comment": { "type": "string" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } } |
diagram | |||||||||||||
type | Object | ||||||||||||
properties |
|
||||||||||||
source code | { "type": "object", "properties": { "ContourPolyline2D": { "$ref": "#/definitions/ContourPolyline2D" }, "NurbsCurve2D": { "$ref": "#/definitions/NurbsCurve2D" }, "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" }, "#comment": { "type": "string" }, "ROUTE": { "$ref": "#/definitions/ROUTE" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
reference | ContourPolyline2D | ||
source code | "ContourPolyline2D": { "$ref": "#/definitions/ContourPolyline2D" } |
diagram | |||
property details |
|
||
reference | NurbsCurve2D | ||
source code | "NurbsCurve2D": { "$ref": "#/definitions/NurbsCurve2D" } |
diagram | |||
property details |
|
||
reference | ProtoInstance | ||
source code | "ProtoInstance": { "$ref": "#/definitions/ProtoInstance" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "#comment": { "type": "string" } |
diagram | |||
property details |
|
||
reference | ROUTE | ||
source code | "ROUTE": { "$ref": "#/definitions/ROUTE" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |