Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#schemaObject
| Name | FSchema |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FSchema : public UE::WebAPI::OpenAPI::V2::FSchemaBase
Inheritance Hierarchy
- FSchema
- FSchemaBase → FSchema
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FSchemaBase | V2/WebAPISwaggerSchema.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdditionalProperties | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| AllOf | TOptional< TArray< Json::TJsonReference< FSchema > > > | V2/WebAPISwaggerSchema.h | ||
| bReadOnly | TOptional< bool > | V2/WebAPISwaggerSchema.h | ||
| Discriminator | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Example | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| ExternalDocs | TOptional< TSharedPtr< FExternalDocumentation > > | V2/WebAPISwaggerSchema.h | ||
| MaxProperties | TOptional< int32 > | V2/WebAPISwaggerSchema.h | ||
| MinProperties | TOptional< int32 > | V2/WebAPISwaggerSchema.h | ||
| MultipleOf | TOptional< int32 > | V2/WebAPISwaggerSchema.h | ||
| Properties | TOptional< TMap< FString, Json::TJsonReference< FSchema > > > | V2/WebAPISwaggerSchema.h | ||
| Title | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| XML | TOptional< TSharedPtr< FXML > > | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |