{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-structure/argo-workflows-grpc-gateway-runtime-stream-error-structure.json", "name": "grpc.gateway.runtime.StreamError", "description": "grpc.gateway.runtime.StreamError schema from Argo Workflows API", "type": "object", "properties": { "details": { "type": "array", "items": { "$ref": "#/definitions/google.protobuf.Any" } }, "grpc_code": { "type": "int32" }, "http_code": { "type": "int32" }, "http_status": { "type": "string" }, "message": { "type": "string" } } }