Sha256: 4c2bafdf135af01b8ad02870a2f3b7ccf845aae8280c10c98b7a67c2466281ee

Contents?: true

Size: 992 Bytes

Versions: 1

Compression:

Stored size: 992 Bytes

Contents

{
    "$schema": "http://json-schema.org/draft-04/schema#",
    "title": "opener-daemons",
    "description": "Schema for SQS input messages",
    "type": "object",
    "properties": {
        "input": {
            "description": "A Base64 representation of the gzip compressed input",
            "type": "string"
        },
        "input_url": {
            "description": "URL to the KAF document to process",
            "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", "callbacks"]
}

Version data entries

1 entries across 1 versions & 1 rubygems

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