{ "type": "object", "properties": { "allowMergeFieldsInBody": { "type": "boolean", "example": true }, "allowMergeFieldsInHeader": { "type": "boolean", "example": true }, "generateAuthorizationHeader": { "type": "boolean", "example": true } }, "required": [ "allowMergeFieldsInBody", "allowMergeFieldsInHeader", "generateAuthorizationHeader" ], "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "CalloutOptions" }