UNPKG

@tradle/models

Version:
22 lines (21 loc) 372 B
{ "id": "tradle.ShortToLongUrlMapping", "type": "tradle.Model", "title": "Short to long URL mapping", "notEditable": true, "notShareable": true, "properties": { "shortUrl": { "type": "string", "readOnly": true }, "longUrl": { "type": "string", "readOnly": true } }, "required": [ "shortUrl", "longUrl" ] }