A representation of the location of pipeline cache content.
{ "$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" } } }