{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "bricks://controls/image",
  "schemaVersion": "2.3",
  "title": "Image Control",
  "description": "Image settings",
  "controlProperties": [
    "type",
    "hasRequired",
    "label",
    "tab",
    "group"
  ],
  "type": "object",
  "properties": {
    "id": {
      "type": [
        "string",
        "integer"
      ]
    },
    "filename": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "size": {
      "type": "string"
    },
    "full": {
      "type": "string"
    },
    "useDynamicData": {
      "type": "string"
    }
  }
}