The OpenShift OpenAPI JSON is missing the x-kubernetes-group-version-kind property to know what API group, version, and kind the schema is describing. The property is there in the upstream swagger.json.
OpenShift:
https://github.com/openshift/origin/blob/master/api/swagger-spec/openshift-openapi-spec.json
Upstream:
https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json
@smarterclayton @jwforres
The OpenShift OpenAPI JSON is missing the
x-kubernetes-group-version-kindproperty to know what API group, version, and kind the schema is describing. The property is there in the upstream swagger.json.OpenShift:
https://github.com/openshift/origin/blob/master/api/swagger-spec/openshift-openapi-spec.json
Upstream:
https://github.com/kubernetes/kubernetes/blob/master/api/openapi-spec/swagger.json
@smarterclayton @jwforres