<ExtractVariables name="EV-Type-String-should-be-lowercase">
    <JSONPayload>
        <Variable name="oauth_error" type="String">
            <JSONPath>$.error</JSONPath>
        </Variable>
        <Variable name="oauth_error_description">
            <JSONPath>$.error_description</JSONPath>
        </Variable>
    </JSONPayload>
    <Source clearPayload="false">response</Source>
</ExtractVariables>
