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/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