{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Status", "title": "Status", "enum": [ 0, 1, 2, 3 ], "type": "integer", "format": "int32" }