Commit f80b7130 authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Edit SOL021_params.yaml

parent d11cf9ca
Loading
Loading
Loading
Loading
Loading
+21 −7
Original line number Diff line number Diff line
@@ -13,8 +13,12 @@ components:
          type: string
          example: "NetworkServiceDeployment001"
        intentExpectations:
          type: array
          items:
            $ref: "#/components/schemas/IntentExpectation"
        intentContexts:
          type: array
          items:
            $ref: "#/components/schemas/IntentContext"
    IntentModifications:
      type: object
@@ -24,6 +28,8 @@ components:
          type: string
          example: "NetworkServiceDeployment001"
        intentExpectations:
          type: array
          items:
            $ref: "#/components/schemas/IntentExpectation"
    IntentExpectation:
      type: object
@@ -42,10 +48,16 @@ components:
          type: string
          example: tbd
        expectationObject:
          type: array
          items:
            $ref: "#/components/schemas/ExpectationObject"
        expectationTarget:
          type: array
          items:
            $ref: "#/components/schemas/ExpectationTarget"
        expectationContexts:
          type: array
          items:
            $ref: "#/components/schemas/Context"
    IntentContext:
      type: object
@@ -125,6 +137,8 @@ components:
          type: string
          example: "tbd"
        conditionList:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
    ProblemDetails:
      description: The definition of the general "ProblemDetails" data structure from IETF RFC 7807 is reproduced in this structure. Compared to IETF RFC 7807, the "status" and "detail" attributes are mandated to be included by the present document. It is possible that particular APIs in the present document, or particular implementations, define extensions to define additional attributes that provide more information about the error.