From f3793050f5828252eaaf0b79b07e52a8e4219f5c Mon Sep 17 00:00:00 2001 From: Garry Trinder Date: Thu, 18 Jan 2024 14:43:59 +0000 Subject: [PATCH] Remove unnecessary required fields in schema files --- schemas/v1.0/genericrandomerrorplugin.schema.json | 6 +----- schemas/v1.0/mockresponseplugin.schema.json | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/schemas/v1.0/genericrandomerrorplugin.schema.json b/schemas/v1.0/genericrandomerrorplugin.schema.json index 7a199bfb..1a0a0c62 100644 --- a/schemas/v1.0/genericrandomerrorplugin.schema.json +++ b/schemas/v1.0/genericrandomerrorplugin.schema.json @@ -39,11 +39,7 @@ ] } } - }, - "required": [ - "statusCode", - "body" - ] + } } } }, diff --git a/schemas/v1.0/mockresponseplugin.schema.json b/schemas/v1.0/mockresponseplugin.schema.json index 490257e4..5eff6d1f 100644 --- a/schemas/v1.0/mockresponseplugin.schema.json +++ b/schemas/v1.0/mockresponseplugin.schema.json @@ -70,11 +70,7 @@ ] } } - }, - "required": [ - "statusCode", - "body" - ] + } } }, "required": [