{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/integer/integer.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/integer/integer.schema.json",
  "title": "integer",
  "description": "Integer from -2147483648 to +2147483647",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/integer/integer.props.schema.json"}
  ],
  "required": ["type", "label"]
}
