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