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 Original line Diff line number Diff line
@@ -13,8 +13,12 @@ components:
          type: string
          type: string
          example: "NetworkServiceDeployment001"
          example: "NetworkServiceDeployment001"
        intentExpectations:
        intentExpectations:
          type: array
          items:
            $ref: "#/components/schemas/IntentExpectation"
            $ref: "#/components/schemas/IntentExpectation"
        intentContexts:
        intentContexts:
          type: array
          items:
            $ref: "#/components/schemas/IntentContext"
            $ref: "#/components/schemas/IntentContext"
    IntentModifications:
    IntentModifications:
      type: object
      type: object
@@ -24,6 +28,8 @@ components:
          type: string
          type: string
          example: "NetworkServiceDeployment001"
          example: "NetworkServiceDeployment001"
        intentExpectations:
        intentExpectations:
          type: array
          items:
            $ref: "#/components/schemas/IntentExpectation"
            $ref: "#/components/schemas/IntentExpectation"
    IntentExpectation:
    IntentExpectation:
      type: object
      type: object
@@ -42,10 +48,16 @@ components:
          type: string
          type: string
          example: tbd
          example: tbd
        expectationObject:
        expectationObject:
          type: array
          items:
            $ref: "#/components/schemas/ExpectationObject"
            $ref: "#/components/schemas/ExpectationObject"
        expectationTarget:
        expectationTarget:
          type: array
          items:
            $ref: "#/components/schemas/ExpectationTarget"
            $ref: "#/components/schemas/ExpectationTarget"
        expectationContexts:
        expectationContexts:
          type: array
          items:
            $ref: "#/components/schemas/Context"
            $ref: "#/components/schemas/Context"
    IntentContext:
    IntentContext:
      type: object
      type: object
@@ -125,6 +137,8 @@ components:
          type: string
          type: string
          example: "tbd"
          example: "tbd"
        conditionList:
        conditionList:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
            $ref: "#/components/schemas/Condition"
    ProblemDetails:
    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.
      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.