Commit 5fffb76e authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS28623_ComDefs.yaml
- /OpenAPI/TS28541_SliceNrm.yaml
parent 87cdb087
Loading
Loading
Loading
Loading
+18 −2
Original line number Diff line number Diff line
@@ -14,7 +14,23 @@ components:
  schemas:

#------------ Type definitions ---------------------------------------------------

    TimeWindowRo:
      description: This datatype is used for readOnly attribute   
      oneOf:
        - type: object
          properties:
            startTime:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
            endTime:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'        
        - type: object
          properties:
            startTime:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
        - type: object
          properties:
            endTime:
              $ref: 'TS28623_ComDefs.yaml#/components/schemas/DateTimeRo'
    Float:
      type: number
      format: float
@@ -791,7 +807,7 @@ components:
    ReservationExpiration:
      description: >-
        An attribute which specifies the actual validity period of the resource reservation..
      $ref: 'TS28623_ComDefs.yaml#/components/schemas/ABC'
      $ref: '#/components/schemas/TimeWindowRo'
    ReservationFailureReason:
      description: >-
        An attribute that specifies the additional reason information if the reservation is failed. 
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ components:
          properties:
            endTime:
              $ref: '#/components/schemas/DateTime'    
    ABC:
    TimeWindowRo:
      description: This datatype is used for readOnly attribute   
      oneOf:
        - type: object