@tradle/models
Version:
models for tradle apps
19 lines (18 loc) • 392 B
JSON
{
"id": "tradle.ScoreType",
"title": "Score Type",
"subClassOf": "tradle.Enum",
"type": "tradle.Model",
"properties": {
"scoreType": {
"displayName": true,
"type": "string"
}
},
"enum": [
{ "id": "low", "title": "Low" },
{ "id": "medium", "title": "Medium" },
{ "id": "high", "title": "High"},
{ "id": "autohigh", "title": "Auto-high"}
]
}