From 0a309ef7861dd91f732092d86ad900703ec44119 Mon Sep 17 00:00:00 2001 From: Marcin Hagmajer Date: Tue, 11 Jul 2023 10:25:52 +0200 Subject: [PATCH] fix: in seconds in seconds typo (#328) --- content/attributes/access_token--embedded.yml | 2 +- content/attributes/access_token--skill_invocation.yml | 2 +- content/responses/access_token.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/attributes/access_token--embedded.yml b/content/attributes/access_token--embedded.yml index df83d0bf..3934de92 100644 --- a/content/attributes/access_token--embedded.yml +++ b/content/attributes/access_token--embedded.yml @@ -17,7 +17,7 @@ properties: format: int64 example: 3600 description: |- - The time in seconds in seconds by which this token will expire. + The time in seconds by which this token will expire. token_type: type: string diff --git a/content/attributes/access_token--skill_invocation.yml b/content/attributes/access_token--skill_invocation.yml index 836f37b7..d69b8e53 100644 --- a/content/attributes/access_token--skill_invocation.yml +++ b/content/attributes/access_token--skill_invocation.yml @@ -17,7 +17,7 @@ properties: format: int64 example: 3600 description: |- - The time in seconds in seconds by which this token will expire. + The time in seconds by which this token will expire. token_type: type: string diff --git a/content/responses/access_token.yml b/content/responses/access_token.yml index 158dba11..fe1f75e4 100644 --- a/content/responses/access_token.yml +++ b/content/responses/access_token.yml @@ -22,7 +22,7 @@ properties: format: int64 example: 3600 description: |- - The time in seconds in seconds by which this token will expire. + The time in seconds by which this token will expire. token_type: type: string