{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "InitiateAuthorizationSequence", "description": "", "type": "object", "properties": { "action_name": { "enum": [ "delete workspace", "transfer ownership" ], "type": "string", "default": "delete workspace" } } }