Loading OpenAPI/coslaNrm.yaml +12 −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 @@ -184,6 +194,8 @@ components: resources-coslaNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/AssuranceClosedControlLoop-Single' - $ref: '#/components/schemas/AssuranceGoal-Single' - $ref: '#/components/schemas/SubNetwork-Single' Loading Loading
OpenAPI/coslaNrm.yaml +12 −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 @@ -184,6 +194,8 @@ components: resources-coslaNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/AssuranceClosedControlLoop-Single' - $ref: '#/components/schemas/AssuranceGoal-Single' - $ref: '#/components/schemas/SubNetwork-Single' Loading