UNPKG

@tradle/models

Version:
41 lines (40 loc) 778 B
{ "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" ] }