{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TaskRunArtifactPresignRequest", "title": "TaskRunArtifactPresignRequest", "type": "object", "properties": { "storage_path": { "type": "string", "description": "S3 storage path returned in the artifact manifest", "maxLength": 500 } }, "required": [ "storage_path" ] }