@tradle/models
Version:
models for tradle apps
24 lines (23 loc) • 373 B
JSON
{
"id": "tradle.DeliveryErrorStatus",
"subClassOf": "tradle.Enum",
"title": "Country",
"sort": "country",
"type": "tradle.Model",
"properties": {
"country": {
"displayName": true,
"type": "string"
}
},
"enum": [
{
"id": "stuck",
"title": "Stuck"
},
{
"id": "retrying",
"title": "Retrying"
}
]
}