Commit 5afd4985 authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Edit SOL021_params.yaml

parent 9226d2d1
Loading
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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: