{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Int53Type", "title": "Int53Type", "type": "integer", "minimum": -9007199254740991, "maximum": 9007199254740991, "format": "int64" }