Commit 81bdff5b authored by ruiyue's avatar ruiyue
Browse files

Update file TS28623_ComDefs.yaml

parent 3e02047c
Loading
Loading
Loading
Loading
+7 −5
Original line number Diff line number Diff line
@@ -142,22 +142,24 @@ components:
          properties:
            endTime:
              $ref: '#/components/schemas/DateTime'
    
    TimeWindowRo:
      description: This datatype is used for readOnly attribute 
      oneOf:  
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTime'
              $ref: '#/components/schemas/DateTimeRo'
            endTime:
              $ref: '#/components/schemas/DateTime'
              $ref: '#/components/schemas/DateTimeRo'
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTime'
              $ref: '#/components/schemas/DateTimeRo'
        - type: object
          properties:
            endTime:
              $ref: '#/components/schemas/DateTime'                  
              $ref: '#/components/schemas/DateTimeRo'                  
    GeoCoordinate:
      type: object
      properties: