We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9184016 commit a5a62bfCopy full SHA for a5a62bf
json_schemas/data_response.json
@@ -11,6 +11,7 @@
11
"type": "string"
12
},
13
"data": {
14
+ "additionalProperties": true,
15
"description": "Data that should be returned.",
16
"title": "Data",
17
"type": "object"
json_schemas/request.json
@@ -1514,14 +1514,17 @@
1514
"FieldValueCalculationData": {
1515
"properties": {
1516
"scheme_updates": {
1517
1518
"title": "Scheme Updates",
1519
1520
1521
"ctx": {
1522
1523
"title": "Ctx",
1524
1525
1526
"obj": {
1527
1528
"title": "Obj",
1529
1530
0 commit comments