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