Skip to content

Commit

Permalink
escape date time values in spec yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
soad003 committed Oct 18, 2024
1 parent 8f8a442 commit f67b0cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openapi_spec/graphsense.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,7 @@ components:
schema:
$ref: '#/components/schemas/dateTime'
description: The time of the block
example: 2017-07-21T17:32:28Z
example: '2017-07-21T17:32:28Z'
height:
in: path
name: height
Expand Down Expand Up @@ -1662,7 +1662,7 @@ components:
type: string
format: date-time
description: a date string following RFC 3339, section 5.6
example: 2017-07-21T17:32:28Z
example: '2017-07-21T17:32:28Z'
timestamp:
type: integer
format: int32
Expand Down

0 comments on commit f67b0cc

Please sign in to comment.