Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
| |
|
| Name |
FSchemaBase |
| Type |
class |
| Header File |
/Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path |
#include "V2/WebAPISwaggerSchema.h" |
Syntax
class FSchemaBase
Derived Classes
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bExclusiveMaximum |
TOptional< bool > |
|
V2/WebAPISwaggerSchema.h |
|
| bExclusiveMinimum |
TOptional< bool > |
|
V2/WebAPISwaggerSchema.h |
|
| bRequired |
TOptional< bool > |
|
V2/WebAPISwaggerSchema.h |
|
| bUniqueItems |
TOptional< bool > |
|
V2/WebAPISwaggerSchema.h |
|
| Default |
TOptional< FString > |
|
V2/WebAPISwaggerSchema.h |
|
| Description |
TOptional< FString > |
|
V2/WebAPISwaggerSchema.h |
|
| Enum |
TOptional< TArray< FString > > |
|
V2/WebAPISwaggerSchema.h |
|
| Format |
TOptional< FString > |
|
V2/WebAPISwaggerSchema.h |
|
| Items |
TOptional< Json::TJsonReference< FSchema > > |
|
V2/WebAPISwaggerSchema.h |
|
| Maximum |
TOptional< float > |
|
V2/WebAPISwaggerSchema.h |
|
| MaxItems |
TOptional< int32 > |
|
V2/WebAPISwaggerSchema.h |
|
| MaxLength |
TOptional< int32 > |
|
V2/WebAPISwaggerSchema.h |
|
| Minimum |
TOptional< float > |
|
V2/WebAPISwaggerSchema.h |
|
| MinItems |
TOptional< int32 > |
|
V2/WebAPISwaggerSchema.h |
|
| MinLength |
TOptional< int32 > |
|
V2/WebAPISwaggerSchema.h |
|
| Name |
FString |
|
V2/WebAPISwaggerSchema.h |
|
| Pattern |
TOptional< FString > |
|
V2/WebAPISwaggerSchema.h |
|
| Type |
TOptional< FString > |
|
V2/WebAPISwaggerSchema.h |
|
Functions
Public