Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI > API/Plugins/WebAPIOpenAPI/V2
Inheritance Hierarchy
- FSchemaBase
- FParameter
- FSchema
References
| Module | WebAPIOpenAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FSchemaBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bExclusiveMaximum | ||
| TOptional< bool > | bExclusiveMinimum | ||
| TOptional< bool > | bRequired | ||
| TOptional< bool > | bUniqueItems | ||
| TOptional< FString > | Default | ||
| TOptional< FString > | Description | ||
| TOptional< TArray< FString > > | Enum | ||
| TOptional< FString > | Format | ||
| TOptional< Json::TJsonReference< FSchema > > | Items | ||
| TOptional< float > | Maximum | ||
| TOptional< int32 > | MaxItems | ||
| TOptional< int32 > | MaxLength | ||
| TOptional< float > | Minimum | ||
| TOptional< int32 > | MinItems | ||
| TOptional< int32 > | MinLength | ||
| FString | Name | ||
| TOptional< FString > | Pattern | ||
| TOptional< FString > | Type |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |