# io.k8s.api.admissionregistration.v1.TypeChecking

From **Kubernetes**.

TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy

- Type: `object`

## Properties

### `expressionWarnings`

- Required: false
- Type: `array`

expressionWarnings contains the type checking warnings for each expression.

## JSON Schema

```json
{"description":"TypeChecking contains results of type checking the expressions in the ValidatingAdmissionPolicy","properties":{"expressionWarnings":{"description":"expressionWarnings contains the type checking warnings for each expression.","items":{"$ref":"#/components/schemas/io.k8s.api.admissionregistration.v1.ExpressionWarning"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"}
```
