{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DeleteCurrentWorkspace", "description": "", "type": "object", "properties": { "otp": { "type": "string", "writeOnly": true } }, "required": [ "otp" ] }