Skip to content

Commit

Permalink
Update min and max date properties on CapitalProject OpenAPI schema
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchena committed May 24, 2024
1 parent 6cad4ba commit 08e2960
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -634,13 +634,15 @@ components:
description: The managing agency name abbreviation or acronym
example: 'DOT'
minDate:
type: date
type: string
format: date
description: The starting date of the capital project
example: '2024-05-15T14:20:03.842Z'
example: '2024-05-15'
maxDate:
type: date
type: string
format: date
description: The ending date of the capital project
example: '2024-05-15T14:20:03.842Z'
example: '2024-05-15'
category:
$ref: '#/components/schemas/CapitalProjectCategory'
required:
Expand Down

0 comments on commit 08e2960

Please sign in to comment.