Loading OpenAPI/5gcNrm.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -645,6 +645,16 @@ components: $ref: 'nrNrm.yaml#/components/schemas/Tai' #-------- Definition of concrete IOCs -------------------------------------------- ProvMnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -2471,6 +2481,7 @@ components: resources-5gcNrm: oneOf: - $ref: '#/components/schemas/ProvMnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/ManagedElement-Single' - $ref: '#/components/schemas/AmfFunction-Single' Loading OpenAPI/EdgeNRM.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,12 @@ components: type: string #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -234,6 +240,7 @@ components: resources-edgeNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/EASFunction-Single' - $ref: '#/components/schemas/ECSFunction-Single' Loading OpenAPI/coslaNrm.yaml +20 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,16 @@ components: $ref: 'nrNrm.yaml#/components/schemas/TaiList' #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -169,6 +179,15 @@ components: $ref: 'comDefs.yaml#/components/schemas/Dn' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array items: $ref: '#/components/schemas/SubNetwork-Single' ManagedElement-Multiple: type: array items: $ref: '#/components/schemas/ManagedElement-Single' AssuranceClosedControlLoop-Multiple: type: array Loading @@ -184,6 +203,7 @@ components: resources-coslaNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/AssuranceClosedControlLoop-Single' - $ref: '#/components/schemas/AssuranceGoal-Single' - $ref: '#/components/schemas/SubNetwork-Single' Loading OpenAPI/nrNrm.yaml +13 −0 Original line number Diff line number Diff line Loading @@ -616,6 +616,17 @@ components: #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' Loading Loading @@ -1994,6 +2005,8 @@ components: resources-nrNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/ManagedElement-Single' Loading OpenAPI/sliceNrm.yaml +14 −0 Original line number Diff line number Diff line Loading @@ -625,6 +625,18 @@ components: #------------ Definition of concrete IOCs ---------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' # - type: object # properties: # ManagedElement: # $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' Loading Loading @@ -806,6 +818,8 @@ components: resources-sliceNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' Loading Loading
OpenAPI/5gcNrm.yaml +11 −0 Original line number Diff line number Diff line Loading @@ -645,6 +645,16 @@ components: $ref: 'nrNrm.yaml#/components/schemas/Tai' #-------- Definition of concrete IOCs -------------------------------------------- ProvMnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -2471,6 +2481,7 @@ components: resources-5gcNrm: oneOf: - $ref: '#/components/schemas/ProvMnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/ManagedElement-Single' - $ref: '#/components/schemas/AmfFunction-Single' Loading
OpenAPI/EdgeNRM.yaml +7 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,12 @@ components: type: string #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -234,6 +240,7 @@ components: resources-edgeNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/EASFunction-Single' - $ref: '#/components/schemas/ECSFunction-Single' Loading
OpenAPI/coslaNrm.yaml +20 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,16 @@ components: $ref: 'nrNrm.yaml#/components/schemas/TaiList' #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: Loading Loading @@ -169,6 +179,15 @@ components: $ref: 'comDefs.yaml#/components/schemas/Dn' #-------- Definition of JSON arrays for name-contained IOCs ---------------------- SubNetwork-Multiple: type: array items: $ref: '#/components/schemas/SubNetwork-Single' ManagedElement-Multiple: type: array items: $ref: '#/components/schemas/ManagedElement-Single' AssuranceClosedControlLoop-Multiple: type: array Loading @@ -184,6 +203,7 @@ components: resources-coslaNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/AssuranceClosedControlLoop-Single' - $ref: '#/components/schemas/AssuranceGoal-Single' - $ref: '#/components/schemas/SubNetwork-Single' Loading
OpenAPI/nrNrm.yaml +13 −0 Original line number Diff line number Diff line Loading @@ -616,6 +616,17 @@ components: #-------- Definition of concrete IOCs -------------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' - type: object properties: ManagedElement: $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' Loading Loading @@ -1994,6 +2005,8 @@ components: resources-nrNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/ManagedElement-Single' Loading
OpenAPI/sliceNrm.yaml +14 −0 Original line number Diff line number Diff line Loading @@ -625,6 +625,18 @@ components: #------------ Definition of concrete IOCs ---------------------------------------- MnS: oneOf: - type: object properties: SubNetwork: $ref: '#/components/schemas/SubNetwork-Multiple' # - type: object # properties: # ManagedElement: # $ref: '#/components/schemas/ManagedElement-Multiple' SubNetwork-Single: allOf: - $ref: 'genericNrm.yaml#/components/schemas/Top' Loading Loading @@ -806,6 +818,8 @@ components: resources-sliceNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/NetworkSlice-Single' - $ref: '#/components/schemas/NetworkSliceSubnet-Single' Loading