{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HogFlowStatusEnum", "title": "HogFlowStatusEnum", "enum": [ "draft", "active", "archived" ], "type": "string", "description": "* `draft` - Draft\n* `active` - Active\n* `archived` - Archived" }