Payload Options
A placeholder schema that accepts any payload structure.
| $id | https://schemas.texecom-prod.com/v2/events/payload-options/v1.0.0.json |
| $schema | http://json-schema.org/draft-07/schema |
| $id |
https://schemas.texecom-prod.com/v2/events/payload-options/v1.0.0.json |
| Title |
Payload Options |
| Description |
A placeholder schema that accepts any payload structure. |
| Type | [object, array, string, number, boolean, null] |
Schema
{
"$id": "https://schemas.texecom-prod.com/v2/events/payload-options/v1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "Payload Options",
"description": "A placeholder schema that accepts any payload structure.",
"type": [
"object",
"array",
"string",
"number",
"boolean",
"null"
],
"additionalProperties": true
}