Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI > API/Plugins/WebAPIOpenAPI/V3
Inheritance Hierarchy
- FSchemaObjectBase
- FParameterObject
- FHeaderObject
References
| Module | WebAPIOpenAPI |
| Header | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V3/WebAPIOpenAPISchema.h |
| Include | #include "V3/WebAPIOpenAPISchema.h" |
Syntax
class FParameterObject : public UE::WebAPI::OpenAPI::V3::FSchemaObjectBase
Remarks
https://swagger.io/specification/#parameter-object
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< bool > | bAllowEmptyValue | ||
| TOptional< bool > | bAllowReserved | ||
| TOptional< bool > | bExplode | ||
| TOptional< TMap< FString, TSharedPtr< FMediaTypeObject > > > | Content | ||
| TOptional< TMap< FString, Json::TJsonReference< FExampleObject > > > | Examples | ||
| FString | In | ||
| TOptional< Json::TJsonReference< FSchemaObject > > | Schema | ||
| TOptional< FString > | Style |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FromJson
(
const TSharedRef< FJsonObject >& InJson |
Typedefs
| Name | Description |
|---|---|
| Super |