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