# io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation

From **Kubernetes**.

CustomResourceValidation is a list of validation methods for CustomResources.

- Type: `object`

## Properties

### `openAPIV3Schema`

- Required: false
openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning.

## JSON Schema

```json
{"description":"CustomResourceValidation is a list of validation methods for CustomResources.","properties":{"openAPIV3Schema":{"allOf":[{"$ref":"#/components/schemas/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps"}],"description":"openAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning."}},"type":"object"}
```
