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

Edit SOL021_params.yaml

parent 5afd4985
Loading
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -13,9 +13,9 @@ components:
          type: string
          example: NetworkServiceDeployment001
        intentExpectations:
          $ref: '#/components/schemas/IntentExpectation'
          $ref: "#/components/schemas/IntentExpectation"
        intentContexts:
          $ref: '#/components/schemas/IntentContext'
          $ref: "#/components/schemas/IntentContext"
    IntentModifications:
      type: object
      properties:
@@ -24,7 +24,7 @@ components:
          type: string
          example: NetworkServiceDeployment001
        intentExpectations:
          $ref: '#/components/schemas/IntentExpectation'
          $ref: "#/components/schemas/IntentExpectation"
    IntentExpectation:
      type: object
      properties:
@@ -42,11 +42,11 @@ components:
          type: string
          example: tbd
        expectationObject:
          $ref: '#/components/schemas/ExpectationObject'
          $ref: "#/components/schemas/ExpectationObject"
        expectationTarget:
          $ref: '#/components/schemas/ExpectationTarget'
          $ref: "#/components/schemas/ExpectationTarget"
        expectationContexts:
          $ref: '#/components/schemas/Context'
          $ref: "#/components/schemas/Context"
    IntentContext:
      type: object
      properties:
@@ -60,7 +60,7 @@ components:
          type: string
          example: tbd
        contextConditions:
          $ref: '#/components/schemas/Condition'
          $ref: "#/components/schemas/Condition"
    ExpectationObject:
      type: object
      properties:
@@ -89,9 +89,9 @@ components:
          description: Name of the expectation target.
          type: string
        targetConditions:
          $ref: '#/components/schemas/Condition'
          $ref: "#/components/schemas/Condition"
        targetContexts:
          $ref: '#/components/schemas/Context'
          $ref: "#/components/schemas/Context"
    Context:
      type: object
      properties:
@@ -104,7 +104,7 @@ components:
          description: Name of the context.
          type: string
        contextConditions:
          $ref: '#/components/schemas/Condition'
          $ref: "#/components/schemas/Condition"
    Condition:
      type: object
      properties:
@@ -125,7 +125,7 @@ components:
          type: string
          example: tbd
        conditionList:
          $ref: '#/components/schemas/Condition'
          $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.
      type: object