CreateScenarioReq
Request body for POST /scenarios. Mirrors the ScenarioResp shape minus the audit timestamps.
- 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
Scenario content โ the entity data this scenario carries.
- entitiesType: array object[] ยท ScenarioEntity[]required
Scenario entity data โ keyed by entity key, holds the test data used when previewing or rendering this scenario.
