From 08e2960b933f4af33de301a90ab494c521b83200 Mon Sep 17 00:00:00 2001 From: Bryan Marchena Date: Fri, 24 May 2024 10:47:01 -0400 Subject: [PATCH] Update min and max date properties on CapitalProject OpenAPI schema --- openapi/openapi.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index fa3990d0..9fd257b8 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -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: