Loading src/SOL021/components/SOL021_params.yaml +9 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,15 @@ components: $ref: '#/components/schemas/IntentExpectation' intentContexts: $ref: '#/components/schemas/IntentContext' IntentModifications: type: object properties: intentName: description: Name of the intent. type: string example: NetworkServiceDeployment001 intentExpectations: $ref: '#/components/schemas/IntentExpectation' IntentExpectation: type: object properties: Loading Loading
src/SOL021/components/SOL021_params.yaml +9 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,15 @@ components: $ref: '#/components/schemas/IntentExpectation' intentContexts: $ref: '#/components/schemas/IntentContext' IntentModifications: type: object properties: intentName: description: Name of the intent. type: string example: NetworkServiceDeployment001 intentExpectations: $ref: '#/components/schemas/IntentExpectation' IntentExpectation: type: object properties: Loading