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 FItems
Remarks
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#itemsObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bUniqueItems | ||
| TOptional< FString > | CollectionFormat | ||
| TOptional< FString > | Default | ||
| TOptional< TArray< FString > > | Enum | ||
| TOptional< float > | ExclusiveMaximum | ||
| TOptional< float > | ExclusiveMinimum | ||
| TOptional< FString > | Format | ||
| TOptional< TSharedPtr< FItems > > | Items | ||
| TOptional< float > | Maximum | ||
| TOptional< int32 > | MaxItems | ||
| TOptional< int32 > | MaxLength | ||
| TOptional< float > | Minimum | ||
| TOptional< int32 > | MinItems | ||
| TOptional< int32 > | MinLength | ||
| TOptional< int32 > | MultipleOf | ||
| TOptional< FString > | Pattern | ||
| FString | Type |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |