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