ReferenceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The reference type.
public enum ReferenceType
type ReferenceType =
Public Enum ReferenceType
- Inheritance
-
ReferenceType
Fields
Name | Value | Description |
---|---|---|
Schema | 0 | Schema item. |
Response | 1 | Responses item. |
Parameter | 2 | Parameters item. |
Example | 3 | Examples item. |
RequestBody | 4 | RequestBodies item. |
Header | 5 | Headers item. |
SecurityScheme | 6 | SecuritySchemes item. |
Link | 7 | Links item. |
Callback | 8 | Callbacks item. |
Tag | 9 | Tags item. |