Generic (SIA-MLR2 UNICODE) Received Event Type
Event type for Generic (SIA-MLR2 UNICODE) received payload.
| $id | https://schemas.texecom-prod.com/v2/events/event-type/arc/sia-mlr2/received/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
Properties
payload
| Type | String |
| Required |
Yes |
| Pattern |
^[\x00-\x7F]*$ |
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/arc/sia-mlr2/received/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Generic (SIA-MLR2 UNICODE) Received Event Type",
"description": "Event type for Generic (SIA-MLR2 UNICODE) received payload.",
"type": "object",
"properties": {
"payload": {
"type": "string",
"pattern": "^[\\x00-\\x7F]*$"
}
},
"allOf": [
{
"$ref": "../../common/received/v1.0.0.json"
}
],
"additionalProperties": false,
"required": [
"payload"
]
}