@tradle/models
Version:
models for tradle apps
41 lines (40 loc) • 778 B
JSON
{
"id": "tradle.VisualVerificationMethod",
"type": "tradle.Model",
"title": "Visual Verification Method",
"subClassOf": "tradle.Method",
"properties": {
"aspect": {
"type": "string"
},
"documentPresence": {
"type": "string"
},
"ownerPresence": {
"type": "string"
},
"title": {
"type": "string",
"readOnly": true,
"displayName": true,
"displayAs": "based on document ownership checked by visual inspection in person",
"group": []
},
"photos": {
"type": "array",
"inlined": true,
"items": {
"ref": "tradle.Photo"
}
}
},
"required": [
"aspect"
],
"viewCols": [
"aspect",
"ownerPresence",
"documentPresence",
"photos"
]
}