Namespace: Json.Schema.Api.OpenApi
Inheritance: Example 🡒 object
Implemented interfaces:
- IRefTargetContainer
Models an example.
Properties
| Name | Type | Summary |
|---|---|---|
| Description | string | Gets or sets the description. |
| ExtensionData | ExtensionData | Gets or set extension data. |
| ExternalValue | string | Gets or sets a URI that points to the literal example. |
| Summary | string | Gets or sets the summary. |
| UnknownData | UnknownData | Gets or sets properties which are not recognized by OpenAPI. |
| Value | JsonNode | Gets or sets the example value. |