Loading OpenAPI/EdgeNRM.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,16 @@ components: type: string #-------- 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 @@ -234,6 +244,8 @@ components: resources-edgeNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/EASFunction-Single' - $ref: '#/components/schemas/ECSFunction-Single' Loading Loading
OpenAPI/EdgeNRM.yaml +12 −0 Original line number Diff line number Diff line Loading @@ -85,6 +85,16 @@ components: type: string #-------- 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 @@ -234,6 +244,8 @@ components: resources-edgeNrm: oneOf: - $ref: '#/components/schemas/MnS' - $ref: '#/components/schemas/SubNetwork-Single' - $ref: '#/components/schemas/EASFunction-Single' - $ref: '#/components/schemas/ECSFunction-Single' Loading