From 534d2b879cf879900102125cac9019abfe31467d Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Tue, 23 Apr 2024 17:06:34 +0200 Subject: [PATCH] chore: update schema --- tests/_files/situations-schema.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tests/_files/situations-schema.json b/tests/_files/situations-schema.json index 73e467c..562c2d8 100644 --- a/tests/_files/situations-schema.json +++ b/tests/_files/situations-schema.json @@ -202,7 +202,14 @@ ] }, "addition": { - "type": "string" + "anyOf": [ + { + "type": "string" + }, + { + "type": "null" + } + ] }, "status": { "$ref": "#/definitions/SituationStatus"