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