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