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