{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HogFunctionStatusStateEnum", "title": "HogFunctionStatusStateEnum", "enum": [ 0, 1, 2, 3, 11, 12 ], "type": "integer", "description": "* `0` - 0\n* `1` - 1\n* `2` - 2\n* `3` - 3\n* `11` - 11\n* `12` - 12" }