{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/number/number.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/number/number.schema.json",
  "title": "number",
  "description": "Decimal number. Range is up to 131072 digits before the decimal point and up to 16383 digits after the decimal point.",
  "allOf": [
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.schema.json"},
    {"$ref": "https://schemas.apps.smartmate.io/fields/types/number/number.props.schema.json"}
  ],
  "required": ["type", "label"]
}
