import { type JSONSchemaPropsOrArray } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/apiextensions.k8s.io@v1/structs.ts";
JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes.