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"