{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/InlineHookResponseCommands", "title": "InlineHookResponseCommands", "type": "object", "properties": { "type": { "type": "string" }, "value": { "type": "array", "items": { "$ref": "#/components/schemas/InlineHookResponseCommandValue" } } }, "x-okta-tags": [ "InlineHook" ] }