Check and corrections on date and dateTime.
parent
86690151c3
commit
65a5ce2e56
@ -1,5 +1,4 @@
|
||||
description: |-
|
||||
Date without time part in ISO-8601 format.
|
||||
description: Date without time part in ISO-8601 complete extended format.
|
||||
type: string
|
||||
format: date
|
||||
example: "1970-01-13"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
description: Date with time part in ISO-8601 format.
|
||||
description: Timestamp in complete basic representation of date and time according ISO 8601.
|
||||
type: string
|
||||
format: datetime
|
||||
example: "1970-01-13T13:59:00.123456"
|
||||
example: "19700131T235901"
|
||||
|
||||
Loading…
Reference in New Issue