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