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