{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EndpointPostPlugin", "type": "object", "properties": { "enabled": { "type": "boolean" }, "functionName": { "type": "string" }, "name": { "type": "string" }, "path": { "type": "string" } } }