mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-25 17:18:39 +00:00
committed by
Wouter van Oortmerssen
parent
b97b342f59
commit
4525c91be3
@@ -20,6 +20,11 @@
|
||||
"$ref" : "#/definitions/MyGame_Example_TestEnum",
|
||||
"minItems": 2,
|
||||
"maxItems": 2
|
||||
},
|
||||
"d" : {
|
||||
"type" : "array", "items" : { "type" : "number" },
|
||||
"minItems": 2,
|
||||
"maxItems": 2
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
@@ -42,6 +47,14 @@
|
||||
"type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_NestedStruct" },
|
||||
"minItems": 2,
|
||||
"maxItems": 2
|
||||
},
|
||||
"e" : {
|
||||
"type" : "number"
|
||||
},
|
||||
"f" : {
|
||||
"type" : "array", "items" : { "type" : "number" },
|
||||
"minItems": 2,
|
||||
"maxItems": 2
|
||||
}
|
||||
},
|
||||
"additionalProperties" : false
|
||||
|
||||
Reference in New Issue
Block a user