{ "type": "object", "properties": { "data": { "type": "object", "properties": { "uiapi": { "type": "object", "properties": { "AccountDelete": { "type": "object", "properties": { "Id": { "type": "string", "example": "abc123" } }, "required": [ "Id" ] } }, "required": [ "AccountDelete" ] } }, "required": [ "uiapi" ] }, "errors": { "type": "array", "description": "", "example": [], "items": { "type": "string" } } }, "required": [ "data", "errors" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "DeleteAccount" }