diff --git a/definitions/3.0.0/anySchema.json b/definitions/3.0.0/anySchema.json index db910599..d9b5bc5b 100644 --- a/definitions/3.0.0/anySchema.json +++ b/definitions/3.0.0/anySchema.json @@ -3,20 +3,6 @@ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "description": "An object representing either a Reference, a Schema or a Multi Format Schema", - "properties": { - "schemaFormat": { - "type": "string", - "description": "Supported Schema format" - }, - "schema": { - "type": "object", - "description": "Schema definition" - }, - "$ref": { - "type": "string", - "description": "Reference to schema" - } - }, "oneOf": [ { "description": "Because of $ref collision in Reference and AsyncAPI Schema(includes $ref from Json Schema)", diff --git a/schemas/3.0.0-without-$id.json b/schemas/3.0.0-without-$id.json index 19f9eef9..ce69d7bc 100644 --- a/schemas/3.0.0-without-$id.json +++ b/schemas/3.0.0-without-$id.json @@ -2688,20 +2688,6 @@ "anySchema": { "type": "object", "description": "An object representing either a Reference, a Schema or a Multi Format Schema", - "properties": { - "schemaFormat": { - "type": "string", - "description": "Supported Schema format" - }, - "schema": { - "type": "object", - "description": "Schema definition" - }, - "$ref": { - "type": "string", - "description": "Reference to schema" - } - }, "oneOf": [ { "description": "Because of $ref collision in Reference and AsyncAPI Schema(includes $ref from Json Schema)",