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