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-bitbucket-repositories-pipeline_cache_content_uri-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "pipeline_cache_content_uri",
  "type": "object",
  "description": "A representation of the location of pipeline cache content.",
  "properties": {
    "uri": {
      "type": "string",
      "description": "The uri for pipeline cache content."
    }
  }
}