mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 03:17:32 +00:00
fixed comparator for native_inline (#7076)
* fixed comparator for native_inline * added native_inline data * updated more tests for the new field * more fixes
This commit is contained in:
@@ -318,6 +318,9 @@
|
||||
},
|
||||
"scalar_key_sorted_tables" : {
|
||||
"type" : "array", "items" : {"$ref" : "#/definitions/MyGame_Example_Stat"}
|
||||
},
|
||||
"native_inline" : {
|
||||
"$ref" : "#/definitions/MyGame_Example_Test"
|
||||
}
|
||||
},
|
||||
"required" : ["name"],
|
||||
|
||||
Reference in New Issue
Block a user