Loading OpenAPI/TS28312_IntentNrm.yaml +2 −29 Original line number Diff line number Diff line Loading @@ -419,8 +419,8 @@ components: minItems: 1 items: $ref: '#/components/schemas/ExpectationFulfilmentResult' enablerInfo: $ref: '#/components/schemas/EnablerInfo' additionalFulfilmentInfo: type: string #-------Definition of the concrete IntentFulfilmentReport dataType----------------# #-------Definition of the generic ExpectationFulfilmentResult dataType----------------# Loading Loading @@ -465,33 +465,6 @@ components: $ref: '#/components/schemas/Context' #-------Definition of the concrete TargetFulfilmentResult dataType----------------# #-------Definition of the generic EnablerInfo dataType----------------# EnablerInfo: description: >- This data type represents the information of enablers for intent fulfilment. type: object properties: managedObjectTypes: type: array items: type: string uniqueItems: true readOnly: true managedObjectInstanceInfos: type: array items: $ref: '#/components/schemas/ManagedObjectInstanceInfo' ManagedObjectInstanceInfo: description: >- It represents the information of managed object (e.g., NE, NF, Cell) during intent fulfilment. type: object properties: managedObjectInstance: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' modifications: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeValueChangeSet' #-------Definition of the generic EnablerInfo dataType----------------# #-------Definition of the generic IntentConflictReport dataType----------------# IntentConflictReport: description: >- Loading Loading
OpenAPI/TS28312_IntentNrm.yaml +2 −29 Original line number Diff line number Diff line Loading @@ -419,8 +419,8 @@ components: minItems: 1 items: $ref: '#/components/schemas/ExpectationFulfilmentResult' enablerInfo: $ref: '#/components/schemas/EnablerInfo' additionalFulfilmentInfo: type: string #-------Definition of the concrete IntentFulfilmentReport dataType----------------# #-------Definition of the generic ExpectationFulfilmentResult dataType----------------# Loading Loading @@ -465,33 +465,6 @@ components: $ref: '#/components/schemas/Context' #-------Definition of the concrete TargetFulfilmentResult dataType----------------# #-------Definition of the generic EnablerInfo dataType----------------# EnablerInfo: description: >- This data type represents the information of enablers for intent fulfilment. type: object properties: managedObjectTypes: type: array items: type: string uniqueItems: true readOnly: true managedObjectInstanceInfos: type: array items: $ref: '#/components/schemas/ManagedObjectInstanceInfo' ManagedObjectInstanceInfo: description: >- It represents the information of managed object (e.g., NE, NF, Cell) during intent fulfilment. type: object properties: managedObjectInstance: $ref: 'TS28623_ComDefs.yaml#/components/schemas/DnRo' modifications: $ref: 'TS28623_ComDefs.yaml#/components/schemas/AttributeValueChangeSet' #-------Definition of the generic EnablerInfo dataType----------------# #-------Definition of the generic IntentConflictReport dataType----------------# IntentConflictReport: description: >- Loading