Namespace: Json.Schema.Api.OpenApi
Inheritance: ResponseCollection 🡒 Dictionary<HttpStatusCode, Response> 🡒 object
Implemented interfaces:
- IDictionary<HttpStatusCode, Response>
- ICollection<KeyValuePair<HttpStatusCode, Response>>
- IEnumerable<KeyValuePair<HttpStatusCode, Response>>
- IEnumerable
- IDictionary
- ICollection
- IReadOnlyDictionary<HttpStatusCode, Response>
- IReadOnlyCollection<KeyValuePair<HttpStatusCode, Response>>
- ISerializable
- IDeserializationCallback
- IRefTargetContainer
Models a response collection.
Properties
| Name | Type | Summary |
|---|---|---|
| Capacity | int | Â |
| Comparer | IEqualityComparer<HttpStatusCode> | Â |
| Count | int | Â |
| Default | Response | Gets or sets the default response for the collection. |
| ExtensionData | ExtensionData | Gets or set extension data. |
| Item | Response | Â |
| Keys | KeyCollection | Â |
| UnknownData | UnknownData | Gets or sets properties which are not recognized by OpenAPI. |
| Values | ValueCollection | Â |