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