From 35f4bcd8dc1a1c4291c7de08ff407e524a999fa6 Mon Sep 17 00:00:00 2001 From: Kevin Shekleton Date: Sat, 12 Jan 2019 05:48:20 -0600 Subject: [PATCH] Define fhirAuthorization.token_type as a fixed value of "Bearer" --- cds-hooks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cds-hooks.yaml b/cds-hooks.yaml index 889edb9..b20868a 100644 --- a/cds-hooks.yaml +++ b/cds-hooks.yaml @@ -118,6 +118,8 @@ definitions: type: string token_type: type: string + enum: + - Bearer expires_in: type: integer scope: