{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/argo-workflows/refs/heads/main/json-schema/argo-workflows-io-k8s-apimachinery-pkg-apis-meta-v1-group-version-resource-schema.json", "title": "io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionResource", "description": "+protobuf.options.(gogoproto.goproto_stringer)=false", "type": "object", "properties": { "group": { "type": "string" }, "resource": { "type": "string" }, "version": { "type": "string" } } }