Texecom Event Schemas

JSON Schema Documentation

Mastermind (MAS XML) Received Event

Event type for Mastermind (MAS XML) received payload.

$idhttps://schemas.texecom-prod.com/v2/events/event-type/arc/masxml-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
Pattern ^<?xml.+?>.+?$

Schema

{
    "$id": "https://schemas.texecom-prod.com/v2/events/event-type/arc/masxml-sia-dc09/received/v1.0.0.json",
    "$schema": "http://json-schema.org/draft-07/schema",
    "title": "Mastermind (MAS XML) Received Event",
    "description": "Event type for Mastermind (MAS XML) received payload.",
    "type": "object",
    "properties": {
        "payload": {
            "type": "string",
            "pattern": "^<?xml.+?>.+?$"
        }
    },
    "allOf": [
        {
            "$ref": "../../common/received/v1.0.0.json"
        }
    ],
    "additionalProperties": false,
    "required": [
        "payload"
    ]
}