JFrog · Schema

ReleaseBundleV2Summary

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
name string
version string
status string
created string
artifacts_count integer
current_environment string
View JSON Schema on GitHub

JSON Schema

jfrog-releasebundlev2summary-schema.json Raw ↑
{
  "$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"
    }
  }
}