{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://schemas.apps.smartmate.io/fields/types/bigint/bigint.props.schema.json",
  "$$target": "https://schemas.apps.smartmate.io/fields/types/bigint/bigint.props.schema.json",
  "title": "bigint props",
  "allOf": [{"$ref": "https://schemas.apps.smartmate.io/fields/types/_base/_base.props.schema.json"}],
  "properties": {
    "type": {
      "$id": "#/properties/type",
      "type": "string",
      "enum": ["bigint"]
    },
    "label": {},
    "description": {},
    "required": {},
    "readOnly": {},
    "hidden": {},
    "defaultValue": {
      "oneOf": [
        {
          "$id": "#/properties/defaultValue",
          "type": "string",
          "pattern": "^[0-9]*$"
        },
        {
          "$id": "#/properties/defaultValue",
          "type": "integer",
          "minimum": -9223372036854775808,
          "maximum": 9223372036854775807
        }
      ]
    },
    "validations": {}
  },
  "additionalProperties": false
}
