addedOutput schema / properties / scenarios / items / properties / category
Added value: +{
+ "description": "Scenario category",
+ "type": "string"
+}
addedOutput schema / properties / scenarios / items / properties / connectionCount
Added value: +{
+ "description": "Number of connections in the scenario graph",
+ "type": "number"
+}
removedOutput schema / properties / scenarios / items / properties / connections
Removed value: -{
- "description": "Connection definitions",
- "items": {
- "additionalProperties": {},
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / scenarios / items / properties / difficulty
Added value: +{
+ "description": "Scenario difficulty",
+ "type": "string"
+}
addedOutput schema / properties / scenarios / items / properties / duration
Added value: +{
+ "description": "Expected scenario duration",
+ "type": "string"
+}
changedOutput schema / properties / scenarios / items / properties / id / description
Previous value: -"Scenario identifier"New value: +"Stable scenario identifier — pass to scenario.get"
changedOutput schema / properties / scenarios / items / properties / name / description
Previous value: -"Scenario display name"New value: +"Scenario display name; equivalent to title"
addedOutput schema / properties / scenarios / items / properties / providerSummary
Added value: +{
+ "description": "Compact provider summary",
+ "type": "string"
+}
addedOutput schema / properties / scenarios / items / properties / providers
Added value: +{
+ "description": "Cloud providers represented in the scenario",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / scenarios / items / properties / resourceCount
Added value: +{
+ "description": "Number of resources in the scenario graph",
+ "type": "number"
+}
removedOutput schema / properties / scenarios / items / properties / resources
Removed value: -{
- "description": "Resource definitions",
- "items": {
- "additionalProperties": {},
- "type": "object"
- },
- "type": "array"
-}
addedOutput schema / properties / scenarios / items / properties / tags
Added value: +{
+ "description": "Discovery tags",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedOutput schema / properties / scenarios / items / properties / title
Added value: +{
+ "description": "Scenario title",
+ "type": "string"
+}
removedOutput schema / properties / scenarios / items / required
Removed value: -[
- "id",
- "name"
-]