Publish the JSONSchema for CRDs so that the editor can validate the CRDs #9348
Open
Description
Summary
I can see that Argo-Workflow publish the JSONSchema at https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json. It would be great if Argo-CD can do the same thing
Motivation
The editor can use the JSONSchema to validate the CRDs and also other useful jobs in the editor (Hover support, Autocompletion,...)
Proposal
Publish the JSONSchema, the most convenient way is publishing to https://www.schemastore.org/json/ so the popular editor can detect it automatically without any hustles for extra configurations.