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