JFrog · Schema

RepositoryListItem

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
key string
description string
type string
url string
packageType string
View JSON Schema on GitHub

JSON Schema

jfrog-repositorylistitem-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/RepositoryListItem",
  "title": "RepositoryListItem",
  "type": "object",
  "properties": {
    "key": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "url": {
      "type": "string",
      "format": "uri"
    },
    "packageType": {
      "type": "string"
    }
  }
}