* Adds code genning for embedded objects. See `AquariumState` as an example. * Adds code genning for fields that are `Timer`. See `Aquarium` as an example. * Codegens aquariums * Fixes missing option for most primitive field types.
36 lines
No EOL
799 B
JSON
Generated
36 lines
No EOL
799 B
JSON
Generated
{
|
|
"version": 0,
|
|
"type": "Server.Items.BallotBox",
|
|
"properties": [
|
|
{
|
|
"name": "Topic",
|
|
"type": "string[]",
|
|
"rule": "ArrayMigrationRule",
|
|
"ruleArguments": [
|
|
"string",
|
|
"PrimitiveTypeMigrationRule",
|
|
""
|
|
]
|
|
},
|
|
{
|
|
"name": "Yes",
|
|
"type": "System.Collections.Generic.List\u003CServer.Mobile\u003E",
|
|
"rule": "ListMigrationRule",
|
|
"ruleArguments": [
|
|
"@Tidy",
|
|
"Server.Mobile",
|
|
"SerializableInterfaceMigrationRule"
|
|
]
|
|
},
|
|
{
|
|
"name": "No",
|
|
"type": "System.Collections.Generic.List\u003CServer.Mobile\u003E",
|
|
"rule": "ListMigrationRule",
|
|
"ruleArguments": [
|
|
"@Tidy",
|
|
"Server.Mobile",
|
|
"SerializableInterfaceMigrationRule"
|
|
]
|
|
}
|
|
]
|
|
} |