diff --git a/data/beaconrestapi/src/integration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/PostStateValidatorsRequestBody.json b/data/beaconrestapi/src/integration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/PostStateValidatorsRequestBody.json index e8441d42d6d..580bad1c2d0 100644 --- a/data/beaconrestapi/src/integration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/PostStateValidatorsRequestBody.json +++ b/data/beaconrestapi/src/integration-test/resources/tech/pegasys/teku/beaconrestapi/beacon/schema/PostStateValidatorsRequestBody.json @@ -1,7 +1,7 @@ { "title" : "PostStateValidatorsRequestBody", "type" : "object", - "required" : [ "ids", "statuses" ], + "required" : [ ], "properties" : { "ids" : { "type" : "array",