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

From **Kubernetes**.

ExternalDocumentation allows referencing an external resource for extended documentation.

- Type: `object`

## Properties

### `description`

- Required: false
- Type: `string`

### `url`

- Required: false
- Type: `string`

## JSON Schema

```json
{"description":"ExternalDocumentation allows referencing an external resource for extended documentation.","properties":{"description":{"type":"string"},"url":{"type":"string"}},"type":"object"}
```
