Kubernetes JSON schemas

Visit /:group/:version/:kind to view the JSON schema for a specific Kind. e.g. /apps/v1/deployment

For the core API group, use "core" as the group. e.g. /core/v1/pod

Custom Resource Definitions (CRDs) are also supported, e.g. /snapshot.storage.k8s.io/v1/volumesnapshot

Credits

This service simply redirects to one of two GitHub repositories that contain JSON schemas for various Kubernetes APIs, both built-in ones and CRDs.