Lines Matching defs:items

117         "inventory" : { "type" : "array", "items" : { "type" : "number" } },  object
121 "test4" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } }, object
122 "testarrayofstring" : { "type" : "array", "items" : { "type" : "string" } }, object
123 …"testarrayoftables" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Monst… object
125 "testnestedflatbuffer" : { "type" : "array", "items" : { "type" : "number" } }, object
136 "testarrayofbools" : { "type" : "array", "items" : { "type" : "boolean" } }, object
140 "testarrayofstring2" : { "type" : "array", "items" : { "type" : "string" } }, object
141 …"testarrayofsortedstruct" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example… object
142 "flex" : { "type" : "array", "items" : { "type" : "number" } }, object
143 "test5" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_Test" } }, object
144 "vector_of_longs" : { "type" : "array", "items" : { "type" : "number" } }, object
145 "vector_of_doubles" : { "type" : "array", "items" : { "type" : "number" } }, object
147 …"vector_of_referrables" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Example_R… object
149 "vector_of_weak_references" : { "type" : "array", "items" : { "type" : "number" } }, object
150 …"vector_of_strong_referrables" : { "type" : "array", "items" : { "$ref" : "#/definitions/MyGame_Ex… object
152 "vector_of_co_owning_references" : { "type" : "array", "items" : { "type" : "number" } }, object
154 "vector_of_non_owning_references" : { "type" : "array", "items" : { "type" : "number" } }, object
177 "v8" : { "type" : "array", "items" : { "type" : "number" } }, object
178 "vf64" : { "type" : "array", "items" : { "type" : "number" } } object