ScenarioListItem
Trimmed scenario summary returned by GET /scenarios. spec carries entityKeys instead of the full per-entity data. Fetch GET /scenarios/{key} for the full data (and its ETag header) before any mutation.
- createdType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
- metadataType: objectrequired
Identity fields for a scenario —
keyplus human-facing descriptors. Same shape asResourceIdentitybut withoutversion(scenarios have no draft/published lifecycle).- keyType: stringrequired
Scenario key (snake_case, customer-supplied; stable across updates).
- nameType: stringrequired
Display name.
- descriptionType: string
Optional description.
- labelsType: object
Free-form labels for filtering / organization.
- specType: objectrequired
- entityType: array string[]
Keys requiredKeys of every entity in this scenario. Fetch the scenario by key for the actual
datapayloads.
- updatedType: stringFormat: date-time
At requiredthe date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z
