<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE uri-redaction[
    <!ENTITY singleSegment "[^/]+">
    <!ENTITY singleCapture "(&singleSegment;)">
    <!ENTITY allowSlash "/?">
    <!ENTITY allowTrailing ".*">
    ]>
<uri-redaction xmlns="http://docs.openrepose.org/repose/uri-redaction-service/v1.0">
    <redact>
        ^/v1/&singleSegment;/&singleCapture;/&singleSegment;&allowTrailing; (1)
    </redact>
    <redact>
        ^/v2/&singleSegment;/&singleCapture;/&singleSegment;/&singleCapture;/&singleSegment;&allowSlash; (2)
    </redact>
    <redact>
        ^/v2.0/tokens/&singleCapture;&allowTrailing; (3)
    </redact>
</uri-redaction>