{ "type": "object", "properties": { "AccountCreate": { "type": "object", "properties": { "Record": { "type": "object", "properties": { "Id": { "type": "string", "example": "abc123" }, "Name": { "type": "object", "properties": { "value": { "type": "string", "example": "example_value" } }, "required": [ "value" ] } }, "required": [ "Id", "Name" ] } }, "required": [ "Record" ] } }, "required": [ "AccountCreate" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Uiapi11" }