| diagram | ![]() |
||||||||||||||||||
| location | C:\x3d-code\www.web3d.org\specifications\x3d-3.3-JSONSchema.json | ||||||||||||||||||
| type | Object | ||||||||||||||||||
| properties |
|
||||||||||||||||||
| used by | x3d-3.3-JSONSchema.json / X3D |
||||||||||||||||||
| source code | "X3D": { "type": "object", "properties": { "@profile": { "type": "string", "enum": [ "Core", "Interchange", "CADInterchange", "Interactive", "Immersive", "MedicalInterchange", "MPEG4Interactive", "Full" ] }, "@version": { "type": "string", "enum": [ "3.0", "3.1", "3.2", "3.3" ], "default": "3.3" }, "@xsd:noNamespaceSchemaLocation": { "type": "string", "format": "uri" }, "-children": { "type": "array", "items": { "type": "object", "properties": { "#comment": { "type": "string" } }, "additionalProperties": false } }, "JSON schema": { "type": "string" }, "encoding": { "type": "string", "enum": [ "UTF-8", "UTF-16", "UTF-32" ] }, "head": { "$ref": "#/definitions/head" }, "Scene": { "$ref": "#/definitions/Scene" } }, "required": [ "@profile", "@version", "encoding", "Scene" ], "additionalProperties": false } |
| diagram | ![]() |
||||||||||||||||||
| property details |
|
||||||||||||||||||
| type | String | ||||||||||||||||||
| enumerations |
|
||||||||||||||||||
| source code | "@profile": { "type": "string", "enum": [ "Core", "Interchange", "CADInterchange", "Interactive", "Immersive", "MedicalInterchange", "MPEG4Interactive", "Full" ] } |
| diagram | ![]() |
||||||||||
| property details |
|
||||||||||
| schema details |
|
||||||||||
| type | String | ||||||||||
| enumerations |
|
||||||||||
| source code | "@version": { "type": "string", "enum": [ "3.0", "3.1", "3.2", "3.3" ], "default": "3.3" } |
| diagram | ![]() |
||
| property details |
|
||
| type | String | ||
| string constraints |
|
||
| source code | "@xsd:noNamespaceSchemaLocation": { "type": "string", "format": "uri" } |
| diagram | ![]() |
||
| property details |
|
||
| type | Array | ||
| array items |
|
||
| source code | "-children": { "type": "array", "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 |
|
||
| type | String | ||
| source code | "JSON schema": { "type": "string" } |
| diagram | ![]() |
||||||||
| property details |
|
||||||||
| type | String | ||||||||
| enumerations |
|
||||||||
| source code | "encoding": { "type": "string", "enum": [ "UTF-8", "UTF-16", "UTF-32" ] } |
| diagram | ![]() |
||
| property details |
|
||
| reference | head | ||
| source code | "head": { "$ref": "#/definitions/head" } |
| diagram | ![]() |
||
| property details |
|
||
| reference | Scene | ||
| source code | "Scene": { "$ref": "#/definitions/Scene" } |