An actual DateTime property should not contain a time interval.
Description to be change to
description: |-
It MUST be local date-time expressed in ISO8601 (preferably without explicit time-zone).
Existing example
actualLoadingDateTime:
type: string
minLength: 4
description: |-
It MUST be local date-time expressed in ISO8601 (preferably without explicit time-zone), excluding duration alone, but including intervals such as the following:
- 2023-08-16T13:00/2023-08-18T13:00
- 2023-08-16/2023-08-18
- 2023-08-16T13:00/P2D
- P2D/2023-08-18T13:00
Should it be changed to OpenAPI date-time format as defined by date-time - RFC3339
actualLoadingDateTime:
type: string
format: date-time
description: |-
It MUST be local date-time expressed in ISO8601 (preferably without explicit time-zone)
An actual DateTime property should not contain a time interval.
Description to be change to
Existing example
Should it be changed to OpenAPI date-time format as defined by date-time - RFC3339