import { register } from "@kubernetes-models/validate";
const schema = {
"properties": {
"namespace": {
"type": "string",
"nullable": true
}
},
"type": "object"
};
export function addSchema() {
register("io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec", schema);
}