Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#headerObject
| Name | FHeader |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FHeader
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bExclusiveMaximum | TOptional< bool > | V2/WebAPISwaggerSchema.h | ||
| bExclusiveMinimum | TOptional< bool > | V2/WebAPISwaggerSchema.h | ||
| bUniqueItems | TOptional< bool > | V2/WebAPISwaggerSchema.h | ||
| CollectionFormat | TOptional< FString > | 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 | TSharedPtr< FItems > | 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 | ||
| MultipleOf | TOptional< int32 > | V2/WebAPISwaggerSchema.h | ||
| Pattern | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Type | FString | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |