Schema definition ROUTE
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2531.png
location C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json
type Object
properties
Name   Occurrence
@fromField   Required
@fromNode   Required
@toField   Required
@toNode   Required
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
}

Property ROUTE / @fromField
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2532.png
property details
Occurrence  Required
type String
source code "@fromField": {
    "type": "string"
}

Property ROUTE / @fromNode
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2533.png
property details
Occurrence  Required
type String
source code "@fromNode": {
    "type": "string"
}

Property ROUTE / @toField
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2534.png
property details
Occurrence  Required
type String
source code "@toField": {
    "type": "string"
}

Property ROUTE / @toNode
diagram x3d-3.3-JSONSchema_diagrams/x3d-3.3-JSONSchema_p2535.png
property details
Occurrence  Required
type String
source code "@toNode": {
    "type": "string"
}


JSON Schema documentation generated by XMLSpy JSON Schema Editor http://www.altova.com/xmlspy/json-schema-editor.html