{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HogFunctionStatus", "title": "HogFunctionStatus", "type": "object", "properties": { "state": { "$ref": "#/components/schemas/HogFunctionStatusStateEnum" }, "tokens": { "type": "integer" } }, "required": [ "state", "tokens" ] }