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