Skip to content

Commit a5a62bf

Browse files
author
Jens Kürten
committed
update dependencies
1 parent 9184016 commit a5a62bf

File tree

3 files changed

+135
-117
lines changed

3 files changed

+135
-117
lines changed

json_schemas/data_response.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"type": "string"
1212
},
1313
"data": {
14+
"additionalProperties": true,
1415
"description": "Data that should be returned.",
1516
"title": "Data",
1617
"type": "object"

json_schemas/request.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1514,14 +1514,17 @@
15141514
"FieldValueCalculationData": {
15151515
"properties": {
15161516
"scheme_updates": {
1517+
"additionalProperties": true,
15171518
"title": "Scheme Updates",
15181519
"type": "object"
15191520
},
15201521
"ctx": {
1522+
"additionalProperties": true,
15211523
"title": "Ctx",
15221524
"type": "object"
15231525
},
15241526
"obj": {
1527+
"additionalProperties": true,
15251528
"title": "Obj",
15261529
"type": "object"
15271530
},

0 commit comments

Comments
 (0)