Plugin
$idstring Required
$schemaconst Required
Specific value:
“https://schema.yext.com/config/platform/plugin/v1"
globalsobject
Values to set on the global object for plugin invocations
memoryLimitMBnumber
The memory limit for the plugin instance, in megabytes
Value must be greater or equal to 1
and lesser or equal to 1000
concurrencynumber
A hint to suggest the number of worker instances to create
Value must be greater or equal to 1
and lesser or equal to 50
disableLoggingarray of enum (of string)
Default: []
Invocation data to omit from Function Logs.
Each item of this array must be:
Type: enum (of string)
Plugin properties to omit from Function Logs.
Must be one of:
- “ARGUMENT_JSON”
- “CONSOLE_LOGS”
- “RESULT_JSON”