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