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