schema/sqs_input.json in opener-daemons-2.5.6 vs schema/sqs_input.json in opener-daemons-2.6.0
- old
+ new
@@ -6,9 +6,13 @@
"properties": {
"input_url": {
"description": "URL to the KAF document to process",
"type": "string"
},
+ "input": {
+ "description": "A Base64 representation of the gzip compressed input",
+ "type": "string"
+ },
"identifier": {
"description": "A unique identifier to associate with the document",
"type": "string"
},