UNPKG

@tradle/models

Version:
44 lines 780 B
{ "id": "tradle.Status", "title": "Status", "subClassOf": "tradle.Enum", "type": "tradle.Model", "properties": { "status": { "displayName": true, "type": "string" } }, "enum": [ { "id": "pass", "title": "Pass", "icon": "ios-checkmark", "color": "green" }, { "id": "fail", "title": "Fail", "icon": "ios-close", "color": "red" }, { "id": "pending", "title": "Pending", "icon": "ios-information-outline", "color": "blue" }, { "id": "warning", "title": "Warning", "icon": "ios-warning", "color": "orange" }, { "id": "error", "title": "Error", "icon": "ios-alert", "color": "darkred" } ] }