{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/address/address.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/address/address.schema.json",
  "title": "address",
  "description": "Address field type. Allows to enter an address information. Stored in the database as a JSON object.",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/address/address.props.schema.json"}
  ],
  "required": ["type", "label"]
}
