@friggframework/schemas 2.0.0-next.74 → 2.0.0-next.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@friggframework/schemas",
|
|
3
|
-
"version": "2.0.0-next.
|
|
3
|
+
"version": "2.0.0-next.76",
|
|
4
4
|
"description": "Canonical JSON Schema definitions for Frigg Framework",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"author": "",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"validators/",
|
|
40
40
|
"index.js"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "5f03113234df57301443502f2751f1864dd44e73"
|
|
43
43
|
}
|
|
@@ -222,6 +222,11 @@
|
|
|
222
222
|
"description": "Batch size for SQS processing",
|
|
223
223
|
"minimum": 1,
|
|
224
224
|
"maximum": 10
|
|
225
|
+
},
|
|
226
|
+
"functionResponseType": {
|
|
227
|
+
"type": "string",
|
|
228
|
+
"description": "Function response type for partial batch failure reporting",
|
|
229
|
+
"enum": ["ReportBatchItemFailures"]
|
|
225
230
|
}
|
|
226
231
|
},
|
|
227
232
|
"additionalProperties": false
|