From eeacbd11c736ac2a192977118e98214e106e4778 Mon Sep 17 00:00:00 2001 From: Jeremy Fiel <32110157+jeremyfiel@users.noreply.github.com> Date: Mon, 16 Dec 2024 07:45:45 -0500 Subject: [PATCH] fix(schema): remove `body` from parameter object (#287) fixes #281 --- schemas/v1.0/schema.json | 3 +-- schemas/v1.0/schema.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/schemas/v1.0/schema.json b/schemas/v1.0/schema.json index d4905a1..47bc21c 100644 --- a/schemas/v1.0/schema.json +++ b/schemas/v1.0/schema.json @@ -704,8 +704,7 @@ "path", "query", "header", - "cookie", - "body" + "cookie" ] }, "value": { diff --git a/schemas/v1.0/schema.yaml b/schemas/v1.0/schema.yaml index 2b73291..c2a22a3 100644 --- a/schemas/v1.0/schema.yaml +++ b/schemas/v1.0/schema.yaml @@ -471,7 +471,6 @@ $defs: - query - header - cookie - - body value: description: The value to pass in the parameter type: