ScenarioCustomerResponse
idstring<uuid>required
The ID of the scenario.
namestringrequired
The name of the scenario.
description objectrequired
The description of the scenario.
- string
- null
string
roundId objectrequired
The ID of the round the scenario belongs to. Null for baseline scenarios.
- string<uuid>
- null
string<uuid>
roundName objectrequired
The name of the round the scenario belongs to. Null for baseline scenarios.
- string
- null
string
createdAtstring<date-time>required
When the scenario was created.
updatedAt objectrequired
When the scenario was last updated. Null if the scenario has never been updated.
- string<date-time>
- null
string<date-time>
isAwardedbooleanrequired
Whether the scenario has been picked as the awarded one.
isLastRound objectrequired
Whether the scenario is based on the last round's bids. Null for baseline scenarios, which are round-agnostic.
- boolean
- null
boolean
ScenarioCustomerResponse
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"description": "string",
"roundId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"roundName": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"updatedAt": "2024-07-29T15:51:28.071Z",
"isAwarded": true,
"isLastRound": true
}