UNPKG

@tradle/models

Version:
19 lines (18 loc) 392 B
{ "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"} ] }