Skip to content

Commit

Permalink
enclose date in double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-larionova committed Jan 24, 2025
1 parent 7878715 commit edefaea
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.4/kong-ee-3.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2065,7 +2065,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2140,7 +2140,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.5/kong-ee-3.5.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2134,7 +2134,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.6/kong-ee-3.6.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2097,7 +2097,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2172,7 +2172,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.7/kong-ee-3.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2137,7 +2137,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2212,7 +2212,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.8/kong-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2211,7 +2211,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/3.9/kong-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2260,7 +2260,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2335,7 +2335,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down
4 changes: 2 additions & 2 deletions api-specs/Gateway-EE/latest/kong-ee.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2136,7 +2136,7 @@ components:
type: hybrid
kong_version: 3.9.0.0
license:
license_expiration_date: 2025-02-20
license_expiration_date: "2025-02-20"
license_key: ASDASDASDASDASDASDASDASDASD_ASDASDA
plugins_count:
tiers:
Expand Down Expand Up @@ -2211,7 +2211,7 @@ components:
license_expiration_date:
type: string
description: The date current license expires. If no license is present, the field displays as 2017-7-20.
example: 2025-02-20
example: "2025-02-20"
license_key:
type: string
description: |
Expand Down

0 comments on commit edefaea

Please sign in to comment.