JFrog · Schema

LicenseInfo

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
type string
validThrough string
licensedTo string
View JSON Schema on GitHub

JSON Schema

jfrog-licenseinfo-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LicenseInfo",
  "title": "LicenseInfo",
  "type": "object",
  "properties": {
    "type": {
      "type": "string"
    },
    "validThrough": {
      "type": "string"
    },
    "licensedTo": {
      "type": "string"
    }
  }
}