From 4dedcd3a0d60188820841cf8b705dddfdb2d30ea Mon Sep 17 00:00:00 2001 From: Karen Etheridge Date: Mon, 23 Oct 2023 13:14:08 -0700 Subject: [PATCH] extra keywords in the reference object are permitted see https://spec.openapis.org/oas/v3.1.0#fixed-fields-18 --- schemas/v3.1/schema.json | 3 +-- schemas/v3.1/schema.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas/v3.1/schema.json b/schemas/v3.1/schema.json index 3fe58f2623..853cecc789 100644 --- a/schemas/v3.1/schema.json +++ b/schemas/v3.1/schema.json @@ -1054,8 +1054,7 @@ "description": { "type": "string" } - }, - "unevaluatedProperties": false + } }, "schema": { "$comment": "https://spec.openapis.org/oas/v3.1.0#schema-object", diff --git a/schemas/v3.1/schema.yaml b/schemas/v3.1/schema.yaml index 791f53dfde..693f42bfad 100644 --- a/schemas/v3.1/schema.yaml +++ b/schemas/v3.1/schema.yaml @@ -732,7 +732,6 @@ $defs: type: string description: type: string - unevaluatedProperties: false schema: $comment: https://spec.openapis.org/oas/v3.1.0#schema-object