{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ReleaseBundleV2Summary", "title": "ReleaseBundleV2Summary", "type": "object", "properties": { "name": { "type": "string" }, "version": { "type": "string" }, "status": { "type": "string" }, "created": { "type": "string", "format": "date-time" }, "artifacts_count": { "type": "integer" }, "current_environment": { "type": "string" } } }