From 807ab2bc2fbf4f485e94e1287bc825765d6a0bd4 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 32d4f335ae..14171960cc 100644 --- a/schemas/v3.1/schema.json +++ b/schemas/v3.1/schema.json @@ -1037,8 +1037,7 @@ "description": { "type": "string" } - }, - "unevaluatedProperties": false + } }, "schema": { "$dynamicAnchor": "meta", diff --git a/schemas/v3.1/schema.yaml b/schemas/v3.1/schema.yaml index 31723a33a6..68fcc0d0bc 100644 --- a/schemas/v3.1/schema.yaml +++ b/schemas/v3.1/schema.yaml @@ -706,7 +706,6 @@ $defs: type: string description: type: string - unevaluatedProperties: false schema: $dynamicAnchor: meta