{ "$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." } } }