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