Namespace: Json.Schema.Api.OpenApi
Inheritance: MediaType 🡒 object
Implemented interfaces:
- IRefTargetContainer
Models a media type object.
Properties
| Name | Type | Summary |
|---|---|---|
| Encoding | Dictionary<string, Encoding> | Gets or sets a collection of encodings. |
| Example | JsonNode | Gets or sets an example. |
| Examples | Dictionary<string, Example> | Gets or sets a collection of examples. |
| ExtensionData | ExtensionData | Gets or set extension data. |
| Schema | JsonSchema | Gets or sets a schema for the meta type. |
| UnknownData | UnknownData | Gets or sets properties which are not recognized by OpenAPI. |