Skip to content

Commit

Permalink
chore: update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
JaZo committed Apr 23, 2024
1 parent 987407f commit 534d2b8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tests/_files/situations-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,14 @@
]
},
"addition": {
"type": "string"
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
]
},
"status": {
"$ref": "#/definitions/SituationStatus"
Expand Down

0 comments on commit 534d2b8

Please sign in to comment.