Atlassian · Schema

Pipeline Cache Content URI

A representation of the location of pipeline cache content.

CodeCollaborationPlatformProductivitySoftware Development

Properties

Name Type Description
uri string The uri for pipeline cache content.
View JSON Schema on GitHub

JSON Schema

atlassian-pipeline-cache-content-uri-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/pipeline_cache_content_uri",
  "title": "Pipeline Cache Content URI",
  "type": "object",
  "description": "A representation of the location of pipeline cache content.",
  "properties": {
    "uri": {
      "type": "string",
      "format": "uri",
      "description": "The uri for pipeline cache content.",
      "example": "https://www.example.com"
    }
  }
}