Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://swagger.io/specification/#openapi-object
| Name | FOpenAPIObject |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V3/WebAPIOpenAPISchema.h |
| Include Path | #include "V3/WebAPIOpenAPISchema.h" |
Syntax
class FOpenAPIObject
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Components | TSharedPtr< FComponentsObject > | V3/WebAPIOpenAPISchema.h | ||
| ExternalDocs | TOptional< TSharedPtr< FExternalDocumentationObject > > | V3/WebAPIOpenAPISchema.h | ||
| Info | TSharedPtr< FInfoObject > | V3/WebAPIOpenAPISchema.h | ||
| OpenAPI | FString | V3/WebAPIOpenAPISchema.h | ||
| Paths | TMap< FString, TSharedPtr< FPathItemObject > > | V3/WebAPIOpenAPISchema.h | ||
| Security | TOptional< TArray< TSharedPtr< FSecurityRequirementObject > > > | V3/WebAPIOpenAPISchema.h | ||
| Servers | TOptional< TArray< TSharedPtr< FServerObject > > > | V3/WebAPIOpenAPISchema.h | ||
| Tags | TOptional< TArray< TSharedPtr< FTagObject > > > | V3/WebAPIOpenAPISchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V3/WebAPIOpenAPISchema.h |