diagram | |||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||
type | Object | ||||||||||
properties |
|
||||||||||
used by | CADPart / -children > array items [0]+ / Schema / ROUTE Contour2D / -children > array items [0]+ / Schema / ROUTE Scene / -children > array items [0]+ / Schema / ROUTE ViewpointGroup / -children > array items [0]+ / Schema / ROUTE -allNodes > array items [0]+ / Schema / ROUTE -children > array items [0]+ / Schema / ROUTE -commentRoute > array items [0]+ / Schema / ROUTE -jointChildren > array items [0]+ / Schema / ROUTE |
||||||||||
source code | "ROUTE": { "type": "object", "properties": { "@fromField": { "type": "string" }, "@fromNode": { "type": "string" }, "@toField": { "type": "string" }, "@toNode": { "type": "string" } }, "required": [ "@fromField", "@fromNode", "@toField", "@toNode" ], "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@fromField": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@fromNode": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@toField": { "type": "string" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@toNode": { "type": "string" } |