UNPKG

@tradle/models

Version:
84 lines (83 loc) 1.54 kB
{ "id": "tradle.SkillVerification", "type": "tradle.Model", "title": "Skill Verification", "style": { "backgroundColor": "#FAF9E1" }, "properties": { "message": { "type": "string", "title": "Description", "displayName": true }, "blockchainUrl": { "type": "string", "readOnly": true }, "transactionHash": { "readOnly": true, "type": "string" }, "time": { "type": "date", "readOnly": true }, "photos": { "type": "array", "items": { "type": "object", "properties": { "tags": { "type": "string", "skipLabel": true }, "url": { "type": "string", "readOnly": true }, "width": { "type": "number", "readOnly": true }, "height": { "type": "number", "readOnly": true } } }, "required": [ "title", "url" ] }, "verifications": { "type": "array", "readOnly": true, "items": { "backlink": "document", "ref": "tradle.Verification" } }, "additionalInfo": { "type": "array", "items": { "ref": "tradle.AdditionalInfo", "backlink": "document" } } }, "required": [ "message" ], "gridCols": [ "message", "time" ], "viewCols": [ "message", "time", "photos", "verifications" ] }