Commit 5b3ef100 authored by allwang's avatar allwang
Browse files

Update TS28623_ComDefs.yaml according to rev1

parent d4fbbdfb
Loading
Loading
Loading
Loading
+15 −6
Original line number Diff line number Diff line
@@ -81,10 +81,19 @@ components:
      type: string
      pattern: '^[A-Fa-f0-9]{9}$'
    TimeWindow:
      type: object
      oneOf:
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTime'
            endTime:
              $ref: '#/components/schemas/DateTime'
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTime'
        - type: object
          properties:
            endTime:
              $ref: '#/components/schemas/DateTime'
    GeoCoordinate: