{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ImageStream", "title": "ImageStream", "type": "object", "properties": { "apiVersion": { "type": "string", "default": "image.openshift.io/v1" }, "kind": { "type": "string", "default": "ImageStream" }, "metadata": { "$ref": "#/components/schemas/ObjectMeta" }, "spec": { "type": "object" }, "status": { "type": "object" } } }