Home MediaType Class
MediaType Class
Cancel

MediaType Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: MediaType 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models a media type object.

Properties

NameTypeSummary
EncodingDictionary<string, Encoding>Gets or sets a collection of encodings.
ExampleJsonNodeGets or sets an example.
ExamplesDictionary<string, Example>Gets or sets a collection of examples.
ExtensionDataExtensionDataGets or set extension data.
SchemaJsonSchemaGets or sets a schema for the meta type.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.
Contents