{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/location/location.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/location/location.schema.json",
  "title": "location",
  "description": "Allows a user to select a location",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/location/location.props.schema.json"}
  ],
  "required": ["type", "label"]
}
