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