Loading OpenAPI/sliceNrm.yaml +34 −1 Original line number Diff line number Diff line Loading @@ -583,6 +583,8 @@ components: items: $ref: '#/components/schemas/SliceProfile' #------------ Definition of concrete IOCs ---------------------------------------- SubNetwork-Single: allOf: Loading @@ -603,6 +605,9 @@ components: $ref: '#/components/schemas/NetworkSliceSubnet-Multiple' EP_Transport: $ref: '#/components/schemas/EP_Transport-Multiple' NetworkSliceSubnetProviderCapabilities: $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Multiple' NetworkSlice-Single: allOf: Loading Loading @@ -673,6 +678,28 @@ components: epApplicationRefs: $ref: 'comDefs.yaml#/components/schemas/DnList' NetworkSliceSubnetProviderCapabilities-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: type: object properties: dLlatency: type: integer uLlatency: type: integer dLThptPerSliceSubnet: $ref: '#/components/schemas/XLThpt' uLThptPerSliceSubnet: $ref: '#/components/schemas/XLThpt' coverageAreaTAIList: type: array items: type: string #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array Loading @@ -694,6 +721,11 @@ components: items: $ref: '#/components/schemas/EP_Transport-Single' NetworkSliceSubnetProviderCapabilities-Multiple: type: array items: $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single' #------------ Definitions in TS 28.541 for TS 28.532 ----------------------------- resources-sliceNrm: Loading @@ -702,3 +734,4 @@ components: - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' - $ref: '#/components/schemas/EP_Transport-Single' - $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single' Loading
OpenAPI/sliceNrm.yaml +34 −1 Original line number Diff line number Diff line Loading @@ -583,6 +583,8 @@ components: items: $ref: '#/components/schemas/SliceProfile' #------------ Definition of concrete IOCs ---------------------------------------- SubNetwork-Single: allOf: Loading @@ -603,6 +605,9 @@ components: $ref: '#/components/schemas/NetworkSliceSubnet-Multiple' EP_Transport: $ref: '#/components/schemas/EP_Transport-Multiple' NetworkSliceSubnetProviderCapabilities: $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Multiple' NetworkSlice-Single: allOf: Loading Loading @@ -673,6 +678,28 @@ components: epApplicationRefs: $ref: 'comDefs.yaml#/components/schemas/DnList' NetworkSliceSubnetProviderCapabilities-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' - type: object properties: attributes: type: object properties: dLlatency: type: integer uLlatency: type: integer dLThptPerSliceSubnet: $ref: '#/components/schemas/XLThpt' uLThptPerSliceSubnet: $ref: '#/components/schemas/XLThpt' coverageAreaTAIList: type: array items: type: string #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array Loading @@ -694,6 +721,11 @@ components: items: $ref: '#/components/schemas/EP_Transport-Single' NetworkSliceSubnetProviderCapabilities-Multiple: type: array items: $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single' #------------ Definitions in TS 28.541 for TS 28.532 ----------------------------- resources-sliceNrm: Loading @@ -702,3 +734,4 @@ components: - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' - $ref: '#/components/schemas/EP_Transport-Single' - $ref: '#/components/schemas/NetworkSliceSubnetProviderCapabilities-Single'