{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchedHogFunctionRearrange", "title": "PatchedHogFunctionRearrange", "type": "object", "properties": { "orders": { "type": "object", "additionalProperties": { "type": "integer" }, "description": "Map of hog function UUIDs to their new execution_order values." } } }