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