@tradle/models
Version:
models for tradle apps
22 lines (21 loc) • 372 B
JSON
{
"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"
]
}