@tradle/models
Version:
models for tradle apps
19 lines (18 loc) • 409 B
JSON
{
"id": "tradle.IDCardType",
"title": "ID Card Type",
"subClassOf": "tradle.Enum",
"type": "tradle.Model",
"properties": {
"idCardType": {
"displayName": true,
"type": "string"
}
},
"enum": [
{ "id": "passport", "title": "Passport" },
{ "id": "license", "title": "Driver Licence" },
{ "id": "id", "title": "ID Card"},
{ "id": "other", "title": "Other"}
]
}