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