JFrog · Schema

GroupSummary

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
name string
uri string
View JSON Schema on GitHub

JSON Schema

jfrog-groupsummary-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GroupSummary",
  "title": "GroupSummary",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "uri": {
      "type": "string",
      "format": "uri"
    }
  }
}