swagger.yaml:
swagger: "2.0"basePath: /securityDefinitions:JWTCookie:type: apiKeyin: headername: Cookiex-flat-cookiename: authtokenx-flat-jwt:key:file: pubkey.pemalg: RS256claims:iss: "The token provider"scope-claim: sc # default: scopeout-var: $jwtpost-check-flow: check-jwt.xmlpaths:/projects/{p}:x-flat-flow: ...get:security:- JWTCookie: [ read ]patch:security:- JWTCookie: [ write ]