SubmitResponse
This page is generated from the exact OpenAPI component schema. It does not add undocumented validation or product behavior.
| Property | Required | Type | Description |
|---|---|---|---|
batchPublicId | Yes | string | — |
status | Yes | BatchStatus | — |
replayed | Yes | boolean | — |
json
{
"type": "object",
"additionalProperties": false,
"required": [
"batchPublicId",
"status",
"replayed"
],
"properties": {
"batchPublicId": {
"type": "string",
"format": "uuid"
},
"status": {
"$ref": "#/components/schemas/BatchStatus"
},
"replayed": {
"type": "boolean"
}
},
"$schema": "https://json-schema.org/draft/2020-12/schema"
}
