Texecom Event Schemas

JSON Schema Documentation

Generic (SIA-DC09 BINARY_STRING) Received Event Type

Event type for Generic (SIA-DC09 BINARY_STRING) received payload.

$idhttps://schemas.texecom-prod.com/v2/events/event-type/arc/sia-dc09/received/v1.0.0.json
$schemahttp://json-schema.org/draft-07/schema

Properties

NameType
payloadString
All of:Object (of type Common Properties for ARC response events)

payload

TypeString
Required Yes
Format binary

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/arc/sia-dc09/received/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Generic (SIA-DC09 BINARY_STRING) Received Event Type",
    "description": "Event type for Generic (SIA-DC09 BINARY_STRING) received payload.",
    "type": "object",
    "properties": {
        "payload": {
            "type": "string",
            "format": "binary"
        }
    },
    "allOf": [
        {
            "$ref": "../../common/received/v1.0.0.json"
        }
    ],
    "additionalProperties": false,
    "required": [
        "payload"
    ]
}