diagram | |||||||||||||||||
location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||
type | Object | ||||||||||||||||
properties |
|
||||||||||||||||
used by | Appearance / -fillProperties / ProtoInstance Appearance / -lineProperties / ProtoInstance CADFace / -shape / ProtoInstance CADPart / -children > array items [0]+ / Schema / ProtoInstance CollidableShape / -shape / ProtoInstance Contour2D / -children > array items [0]+ / Schema / ProtoInstance GeoMetadata / -data > array items [0]+ / Schema / ProtoInstance LinePickSensor / -pickingGeometry > array items [0]+ / Schema / ProtoInstance MetadataSet / -value > array items [0]+ / Schema / ProtoInstance ParticleSystem / -texCoordRamp / ProtoInstance PointPickSensor / -pickingGeometry / ProtoInstance PrimitivePickSensor / -pickingGeometry > array items [0]+ / Schema / ProtoInstance Scene / -children > array items [0]+ / Schema / ProtoInstance Text / -fontStyle / ProtoInstance TransformSensor / -targetObject > array items [0]+ / Schema / ProtoInstance ViewpointGroup / -children > array items [0]+ / Schema / ProtoInstance -allNodes > array items [0]+ / Schema / ProtoInstance -appearance / ProtoInstance -attrib > array items [0]+ / Schema / ProtoInstance -bodies > array items [0]+ / Schema / ProtoInstance -body / ProtoInstance -child / ProtoInstance -children > array items [0]+ / Schema / ProtoInstance -collidable / ProtoInstance -collidables > array items [0]+ / Schema / ProtoInstance -collider / ProtoInstance -color / ProtoInstance -composableRenderStyle / ProtoInstance -composableRenderStyles > array items [0]+ / Schema / ProtoInstance -coord / ProtoInstance -displacers > array items [0]+ / Schema / ProtoInstance -emitter / ProtoInstance -fogCoord / ProtoInstance -geometry / ProtoInstance -geometryNurbsSurface > array items [0]+ / Schema / ProtoInstance -geoOrigin / ProtoInstance -grouping > array items [0]+ / Schema / ProtoInstance -hanimJoints > array items [0]+ / Schema / ProtoInstance -jointChildren > array items [0]+ / Schema / ProtoInstance -layers > array items [0]+ / Schema / ProtoInstance -layout / ProtoInstance -mapping > array items [0]+ / Schema / ProtoInstance -massDensityModel / ProtoInstance -material / ProtoInstance -normal / ProtoInstance -nurbsCurve / ProtoInstance -nurbsCurve2D / ProtoInstance -parts > array items [0]+ / Schema / ProtoInstance -physics > array items [0]+ / Schema / ProtoInstance -pickTarget > array items [0]+ / Schema / ProtoInstance -programs > array items [0]+ / Schema / ProtoInstance -renderStyle / ProtoInstance -renderStyles > array items [0]+ / Schema / ProtoInstance -rigidBodyJoints > array items [0]+ / Schema / ProtoInstance -segments > array items [0]+ / Schema / ProtoInstance -shaders > array items [0]+ / Schema / ProtoInstance -sites > array items [0]+ / Schema / ProtoInstance -skeleton > array items [0]+ / Schema / ProtoInstance -source / ProtoInstance -texCoord / ProtoInstance -texCoordNurbs / ProtoInstance -texCoords2D > array items [0]+ / Schema / ProtoInstance -texture / ProtoInstance -texture2D / ProtoInstance -texture2DMulti / ProtoInstance -texture3D / ProtoInstance -textureProperties / ProtoInstance -textures2D > array items [0]+ / Schema / ProtoInstance -textureTransform / ProtoInstance -textureTransforms2D > array items [0]+ / Schema / ProtoInstance -transferFunction / ProtoInstance -trimmingContour > array items [0]+ / Schema / ProtoInstance -viewport / ProtoInstance -watchList > array items [0]+ / Schema / ProtoInstance |
||||||||||||||||
source code | "ProtoInstance": { "type": "object", "properties": { "@DEF": { "type": "string" }, "@USE": { "type": "string" }, "@name": { "type": "string" }, "fieldValue": { "$ref": "#/definitions/fieldValue" }, "IS": { "$ref": "#/definitions/IS" }, "-children": { "type": "array", "minItems": 1, "items": { "type": "object", "properties": { "#comment": { "type": "string" } }, "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 |
|
||
type | String | ||
source code | "@name": { "type": "string" } |
diagram | |||
property details |
|
||
reference | fieldValue | ||
source code | "fieldValue": { "$ref": "#/definitions/fieldValue" } |
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": { "#comment": { "type": "string" } }, "additionalProperties": false } } |
diagram | |||||
type | Object | ||||
properties |
|
||||
source code | { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } |
diagram | |||
property details |
|
||
type | String | ||
source code | "#comment": { "type": "string" } |
diagram | |||
property details |
|
||
reference | -metadata | ||
source code | "-metadata": { "$ref": "#/definitions/-metadata" } |