{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Scenario", "type": "object", "properties": { "id": { "type": "string", "description": "Unique scenario identifier" }, "name": { "type": "string", "description": "Human-readable scenario name" }, "description": { "type": "string", "description": "Scenario description" }, "createdAt": { "type": "string", "description": "Creation timestamp" }, "modifiedAt": { "type": "string", "description": "Last modification timestamp" } } }