From 7ddf93c1e32fb4d3b2af1036cae47264aca931f0 Mon Sep 17 00:00:00 2001 From: Gadi Cohen Date: Wed, 16 Nov 2022 10:10:59 +0000 Subject: [PATCH] fix(historical): update schema for last commit :`) --- schema.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/schema.json b/schema.json index c2abb6ac..2631c868 100644 --- a/schema.json +++ b/schema.json @@ -881,11 +881,10 @@ "type": "boolean" } }, + "additionalProperties": false, "required": [ - "events", "period1" - ], - "additionalProperties": false + ] }, "HistoricalOptionsEventsDividends": { "type": "object",