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