From 01102ac6b867f7279ad479e09f1b090264750f3a Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 24 Jun 2024 05:33:29 +0200 Subject: [PATCH] Remove overly specific detail that we don't want to promise. Unspecified behaviour has its uses. --- schemas/date.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/schemas/date.yaml b/schemas/date.yaml index e98715f..5c12ce5 100644 --- a/schemas/date.yaml +++ b/schemas/date.yaml @@ -1,7 +1,5 @@ description: |- Date without time part in ISO-8601 format. - - Note on submitting dates to this API. Dates are processed using Java's java.util.GregorianCalender in non-lenient mode. That for example means that 2023-02-29, which was not in a leap year, is intepreted as 2023-03-01. type: string format: date example: "1970-01-13"