{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/GenerationSummary", "title": "GenerationSummary", "type": "object", "properties": { "generationId": { "type": "string", "description": "Generation identifier" }, "active": { "type": "boolean", "description": "Whether this is the active generation" }, "createdOn": { "type": "integer", "format": "int64", "description": "Creation timestamp" } } }