{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/image/image.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/image/image.schema.json",
  "title": "image field",
  "description": "Allows to upload and crop an image.",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/image/image.props.schema.json"}
  ],
  "required": ["type", "label"]
}
