{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/BundleSummary", "title": "BundleSummary", "type": "object", "properties": { "id": { "type": "string", "description": "Bundle identifier" }, "projectKey": { "type": "string", "description": "Project key" }, "createdOn": { "type": "integer", "format": "int64", "description": "Creation timestamp" }, "createdBy": { "type": "string", "description": "User who created the bundle" } } }