Generic (SIA-DC09 BINARY_STRING) Received Event Type
Event type for Generic (SIA-DC09 BINARY_STRING) received payload.
| $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 |
Properties
payload
| Type | String |
| 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"
]
}