Rust structz (#6539)

* Rust structz

* struct of structs test

* swift tmp variables

Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
Casper
2021-03-29 19:56:45 -04:00
committed by GitHub
parent 1c26d2a1a0
commit 4133a39df8
25 changed files with 1681 additions and 564 deletions

View File

@@ -121,6 +121,21 @@
},
"additionalProperties" : false
},
"MyGame_Example_StructOfStructs" : {
"type" : "object",
"properties" : {
"a" : {
"$ref" : "#/definitions/MyGame_Example_Ability"
},
"b" : {
"$ref" : "#/definitions/MyGame_Example_Test"
},
"c" : {
"$ref" : "#/definitions/MyGame_Example_Ability"
}
},
"additionalProperties" : false
},
"MyGame_Example_Stat" : {
"type" : "object",
"properties" : {