Navigation
API > API/Plugins > API/Plugins/WebAPIEditor
Schema type allows same name but different Schema types, ie. both a service and model with the name "Pet".
| Name | EWebAPISchemaType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIEditor/Public/Dom/WebAPIType.h |
| Include Path | #include "Dom/WebAPIType.h" |
Syntax
enum EWebAPISchemaType
{
Model,
Service,
Operation,
Property,
Parameter,
Unspecified = 128,
}
Values
| Name | Remarks |
|---|---|
| Model | |
| Service | |
| Operation | |
| Property | All items before this are considered top-level, all below are sub-items. |
| Parameter | |
| Unspecified |