Example
This class represents a TypedDict for defining example values or references in an API specification. It provides fields for a summary, description, and either a direct value or a URL to an external value, while allowing for additional custom properties through its configuration.
Attributes
| Attribute | Type | Description |
|---|---|---|
| summary | `str | None` |
| description | `str | None` |
| value | `Any | None` |
| externalValue | `AnyUrl | None` |