Commit 24fa6b3e authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Edit SOL021_params.yaml

parent f80b7130
Loading
Loading
Loading
Loading
Loading
+17 −6
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ components:
          type: string
          example: tbd
        contextConditions:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
    ExpectationObject:
      type: object
@@ -101,8 +103,12 @@ components:
          description: Name of the expectation target.
          type: string
        targetConditions:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
        targetContexts:
          type: array
          items:
            $ref: "#/components/schemas/Context"
    Context:
      type: object
@@ -116,6 +122,8 @@ components:
          description: Name of the context.
          type: string
        contextConditions:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
    Condition:
      type: object
@@ -143,6 +151,9 @@ components:
    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
      required:
        - status
        - detail
      properties:
        type:
          description: A URI reference according to IETF RFC 3986 that identifies the problem type.