Commit c39f7361 authored by ruiyue's avatar ruiyue
Browse files

Update 2 files

- /OpenAPI/TS28623_ComDefs.yaml
- /OpenAPI/TS28541_SliceNrm.yaml
parent 77308cb8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -791,7 +791,7 @@ components:
    ReservationExpiration:
      description: >-
        An attribute which specifies the actual validity period of the resource reservation..
      $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindowRo'
      $ref: 'TS28623_ComDefs.yaml#/components/schemas/TimeWindow'
    ReservationFailureReason:
      description: >-
        An attribute that specifies the additional reason information if the reservation is failed. 
+15 −16
Original line number Diff line number Diff line
@@ -125,41 +125,40 @@ components:
    NrCellId:
      type: string
      pattern: '^[A-Fa-f0-9]{9}$'   
    TimeWindowRo:
      description: This datatype is used for readOnly attribute   
    TimeWindow:
      description: This datatype is used for writable attribute
      oneOf:  
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTimeRo'
              $ref: '#/components/schemas/DateTime'
            endTime:
              $ref: '#/components/schemas/DateTimeRo'        
              $ref: '#/components/schemas/DateTime'
        - type: object
          properties:
            startTime:
              $ref: '#/components/schemas/DateTimeRo'
              $ref: '#/components/schemas/DateTime'
        - type: object
          properties:
            endTime:
              $ref: '#/components/schemas/DateTimeRo'      
    TimeWindow:
      description: This datatype is used for writable attribute
              $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: