Example
This class represents an example object, allowing for a summary, description, a specific value, or an external URL pointing to an example. It is designed to be flexible, permitting additional fields beyond those explicitly defined.
Attributes
| Attribute | Type | Description |
|---|---|---|
| summary | `str | None` |
| description | `str | None` |
| value | `Any | None` |
| externalValue | `AnyUrl | None` |