{ "type": "object", "name": "Edge7", "properties": { "node": { "type": "object", "properties": { "Id": { "type": "string" }, "Name": { "type": "object", "properties": { "value": { "type": "string" } }, "required": [ "value" ] }, "StageName": { "type": "object", "properties": { "value": { "type": "string" } }, "required": [ "value" ] }, "CloseDate": { "type": "object", "properties": { "value": { "type": "string" }, "displayValue": { "type": "string" } }, "required": [ "value", "displayValue" ] }, "Description": { "type": "object", "properties": { "value": { "type": "string" } }, "required": [ "value" ] } }, "required": [ "Id", "Name", "StageName", "CloseDate", "Description" ] } }, "required": [ "node" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }