[x3d-public] Patched x3d-4.0-JSONSchema.json on sourceforge.net
John Carlson
yottzumm at gmail.com
Fri May 11 21:37:02 PDT 2018
Index: x3d-4.0-JSONSchema.json
===================================================================
--- x3d-4.0-JSONSchema.json (revision 26765)
+++ x3d-4.0-JSONSchema.json (working copy)
@@ -9254,14 +9254,19 @@
"@description": {
"type": "string"
},
- "@frameCount": {
- "type": "integer"
+ "@enabled": {
+ "default": false,
+ "type": "boolean"
},
- "@frameTime": {
+ "@frameDuration": {
"exclusiveMinimum": 0,
"default": 0.1,
"type": "number"
},
+ "@frameNumber": {
+ "minimum": 0,
+ "type": "integer"
+ },
"@joints": {
"type": "array",
"items": {
Sent from Mail for Windows 10
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://web3d.org/pipermail/x3d-public_web3d.org/attachments/20180512/a75b4b52/attachment.html>
More information about the x3d-public
mailing list