JFrog · Schema

ItemProperties

ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply Chain

Properties

Name Type Description
properties object
uri string
View JSON Schema on GitHub

JSON Schema

jfrog-itemproperties-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ItemProperties",
  "title": "ItemProperties",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    "uri": {
      "type": "string",
      "format": "uri"
    }
  }
}