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