UNPKG

@tradle/models

Version:
39 lines (38 loc) 630 B
{ "id": "tradle.Photo", "type": "tradle.Model", "title": "Photo", "inlined": true, "properties": { "url": { "type": "string", "readOnly": true, "sample": { "image.dataUri": [800, 600] } }, "width": { "type": "number", "readOnly": true, "sample": { "random.number": { "min": 100, "max": 2000 } } }, "height": { "type": "number", "readOnly": true, "sample": { "random.number": { "min": 100, "max": 2000 } } } }, "required": [ "url" ] }