You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.2 KiB
56 lines
1.2 KiB
{
|
|
"models": [
|
|
{
|
|
"name": "TeamScore",
|
|
"synchronizable": true,
|
|
"sideStorable": true,
|
|
"filterByStoreIdentifier": true,
|
|
"observable": true,
|
|
"relationshipNames": ["match"],
|
|
"properties": [
|
|
{
|
|
"name": "id",
|
|
"type": "String",
|
|
"defaultValue": "Store.randomId()"
|
|
},
|
|
{
|
|
"name": "lastUpdate",
|
|
"type": "Date",
|
|
"option": "fractional"
|
|
},
|
|
{
|
|
"name": "match",
|
|
"type": "String",
|
|
"foreignKey": "Match*"
|
|
},
|
|
{
|
|
"name": "teamRegistration",
|
|
"type": "String",
|
|
"optional": true,
|
|
"foreignKey": "TeamRegistration*"
|
|
},
|
|
{
|
|
"name": "score",
|
|
"type": "String",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "walkOut",
|
|
"type": "Int",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "luckyLoser",
|
|
"type": "Int",
|
|
"optional": true
|
|
},
|
|
{
|
|
"name": "storeId",
|
|
"type": "String",
|
|
"optional": true,
|
|
"defaultValue": "nil"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
|