Properties
| Name | Type | Description |
|---|---|---|
| disabled | boolean | |
| function_source_type | string | |
| function_source_uri | string | |
| method | string | |
| path | string | |
| proxy_on_error | boolean | |
| response_function_name | string | |
| use_session | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "VirtualMeta",
"type": "object",
"properties": {
"disabled": {
"type": "boolean"
},
"function_source_type": {
"type": "string"
},
"function_source_uri": {
"type": "string"
},
"method": {
"type": "string"
},
"path": {
"type": "string"
},
"proxy_on_error": {
"type": "boolean"
},
"response_function_name": {
"type": "string"
},
"use_session": {
"type": "boolean"
}
}
}