Sha256: 8bf73f813fea5e1a35956e5fdc19b14761dacb09f2a2b8b9b20a1c0bea5d89eb

Contents?: true

Size: 996 Bytes

Versions: 1

Compression:

Stored size: 996 Bytes

Contents

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "opener-daemons",
    "description": "Schema for SQS input messages",
    "type": "object",
    "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"
        },

        "callbacks": {
            "description": "An Array of URLs to submit the result to",
            "type": "array",
            "minItems": 1
        },

        "metadata": {
            "description": "Extra metadata to pass along to each output URL",
            "type": "object",
            "additionalProperties": true
        }
    },
    "required": ["input_url", "callbacks"]
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
opener-daemons-2.6.0 schema/sqs_input.json