Sentinel (SIA JSON ) Received Event Type
Event type for Sentinel (SIA JSON) received payload.
| $id | https://schemas.texecom-prod.com/v2/events/event-type/arc/sentinel-sia/received/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
Properties
payload
|
| Type | Any of: | String |
| Number |
| Boolean |
| Object |
| Array |
| Required |
Yes |
payload.0
payload.1
payload.2
payload.3
payload.4
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/event-type/arc/sentinel-sia/received/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Sentinel (SIA JSON ) Received Event Type",
"description": "Event type for Sentinel (SIA JSON) received payload.",
"type": "object",
"properties": {
"payload": {
"anyOf": [
{
"type": "string"
},
{
"type": "number"
},
{
"type": "boolean"
},
{
"type": "object"
},
{
"type": "array"
}
]
}
},
"allOf": [
{
"$ref": "../../common/received/v1.0.0.json"
}
],
"additionalProperties": false,
"required": [
"payload"
]
}