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