Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI > API/Plugins/WebAPIOpenAPI/V2
References
| Module | WebAPIOpenAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FInfo
Remarks
https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md#infoObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | Contact | ||
| TOptional< FString > | Description | ||
| TOptional< TSharedPtr< FLicense > > | License | ||
| TOptional< FString > | TermsOfService | ||
| FString | Title | ||
| FString | Version |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |