From d75ab54f3bc25106357350ec60731fe1c96c8e2b Mon Sep 17 00:00:00 2001 From: Christopher Aubut Date: Mon, 4 Nov 2024 15:40:29 -0700 Subject: [PATCH] fix: restore date/time --- code/API_definitions/network_access_management.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/API_definitions/network_access_management.yaml b/code/API_definitions/network_access_management.yaml index a1d064c..97af6b6 100644 --- a/code/API_definitions/network_access_management.yaml +++ b/code/API_definitions/network_access_management.yaml @@ -1386,6 +1386,15 @@ components: type: string description: Friendly Code to describe the error + DateTime: + type: string + format: date-time + description: | + It must follow [RFC 3339](https://datatracker.ietf.org/doc/html/rfc3339#section-5.6) and must have time zone. + Recommended format is yyyy-MM-dd'T'HH:mm:ss.SSSZ (i.e. which allows 2023-07-03T14:27:08.312+02:00 or + 2023-07-03T12:27:08.312Z) + example: &date-time "2023-07-03T14:27:08.312+02:00" + ServiceSiteId: type: string minLength: 1