{
  "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"
  ]
}
