diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | Object | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by | Scene / -children > array items [0]+ / Schema / SignalPdu -allNodes > array items [0]+ / Schema / SignalPdu -child / SignalPdu -children > array items [0]+ / Schema / SignalPdu |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source code | "SignalPdu": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "IS": { "$ref": "#/definitions/IS" }, "@address": { "type": "string", "default": "localhost" }, "@applicationID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@bboxSize": { "$ref": "#/definitions/@bboxSize" }, "@data": { "type": "array", "minItems": 1, "items": { "type": "integer", "minimum": 0, "maximum": 255 } }, "@dataLength": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@enabled": { "type": "boolean", "default": true }, "@encodingScheme": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@entityID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@geoCoords": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } }, "@geoSystem": { "$ref": "#/definitions/@geoSystem" }, "@multicastRelayHost": { "type": "string" }, "@multicastRelayPort": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@networkMode": { "type": "string", "enum": [ "standAlone", "networkReader", "networkWriter" ], "default": "standAlone" }, "@port": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@radioID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@readInterval": { "type": "number", "minimum": 0, "default": 0.1 }, "@rtpHeaderExpected": { "type": "boolean", "default": false }, "@sampleRate": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@samples": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@siteID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@tdlType": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 }, "@whichGeometry": { "type": "integer", "minimum": -1, "default": 1 }, "@writeInterval": { "type": "number", "minimum": 0, "default": 1 }, "-metadata": { "$ref": "#/definitions/-metadata" }, "-children": { "$ref": "#/definitions/-commentRoute" } }, "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 |
|
||
schema details |
|
||
type | String | ||
source code | "@address": { "type": "string", "default": "localhost" } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@applicationID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@bboxCenter": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
reference | @bboxSize | ||
source code | "@bboxSize": { "$ref": "#/definitions/@bboxSize" } |
diagram | |||
property details |
|
||
type | Array | ||
array constraints |
|
||
array items |
|
||
source code | "@data": { "type": "array", "minItems": 1, "items": { "type": "integer", "minimum": 0, "maximum": 255 } } |
diagram | |||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | { "type": "integer", "minimum": 0, "maximum": 255 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@dataLength": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@enabled": { "type": "boolean", "default": true } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@encodingScheme": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@entityID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||
property details |
|
||||
type | Array | ||||
array constraints |
|
||||
array items |
|
||||
source code | "@geoCoords": { "type": "array", "minItems": 3, "maxItems": 3, "items": { "type": "number", "default": 0 } } |
diagram | |||
schema details |
|
||
type | Numeric | ||
source code | { "type": "number", "default": 0 } |
diagram | |||
property details |
|
||
reference | @geoSystem | ||
source code | "@geoSystem": { "$ref": "#/definitions/@geoSystem" } |
diagram | |||
property details |
|
||
type | String | ||
source code | "@multicastRelayHost": { "type": "string" } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@multicastRelayPort": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||||
property details |
|
||||||||
schema details |
|
||||||||
type | String | ||||||||
enumerations |
|
||||||||
source code | "@networkMode": { "type": "string", "enum": [ "standAlone", "networkReader", "networkWriter" ], "default": "standAlone" } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@port": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@radioID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@readInterval": { "type": "number", "minimum": 0, "default": 0.1 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Boolean | ||
source code | "@rtpHeaderExpected": { "type": "boolean", "default": false } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@sampleRate": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@samples": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@siteID": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||||
property details |
|
||||||
schema details |
|
||||||
type | Numeric | ||||||
numeric constraints |
|
||||||
source code | "@tdlType": { "type": "integer", "minimum": 0, "maximum": 65535, "default": 0 } |
diagram | |||||
property details |
|
||||
schema details |
|
||||
type | Numeric | ||||
numeric constraints |
|
||||
source code | "@whichGeometry": { "type": "integer", "minimum": -1, "default": 1 } |
diagram | |||
property details |
|
||
schema details |
|
||
type | Numeric | ||
numeric constraints |
|
||
source code | "@writeInterval": { "type": "number", "minimum": 0, "default": 1 } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |
diagram | |||
property details |
|
||
reference | -commentRoute | ||
source code | "-children": { "$ref": "#/definitions/-commentRoute" } |