Commit 98a54282 authored by Yuya Kuno's avatar Yuya Kuno
Browse files

Edit SOL021_params.yaml

parent f9f00d64
Loading
Loading
Loading
Loading
Loading
+22 −2
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@ components:
  schemas:
    Intent:
      type: object
      required:
        - intentId
        - intentName
      properties:
        intentId:
          description: Identifier of the intent. Assigned by the Intent Owner.
@@ -33,6 +36,9 @@ components:
            $ref: "#/components/schemas/IntentExpectation"
    IntentExpectation:
      type: object
      required:
        - expectationId
        - expectationName
      properties:
        expectationId:
          description: Identifier of the intent expectation.
@@ -61,6 +67,9 @@ components:
            $ref: "#/components/schemas/Context"
    IntentContext:
      type: object
      required:
        - contextId
        - contextName
      properties:
        contextId:
          description: The identifier of this context.
@@ -77,6 +86,8 @@ components:
            $ref: "#/components/schemas/Condition"
    ExpectationObject:
      type: object
      required:
        - objectInstanceId
      properties:
        objectType:
          description: Type of the object of the intent expectation that are expected to be applied on.
@@ -93,6 +104,8 @@ components:
          example: "tbd"
    ExpectationTarget:
      type: object
      required:
        - targetId
      properties:
        targetId:
          description: The identifier of this expectation target.
@@ -112,6 +125,8 @@ components:
            $ref: "#/components/schemas/Context"
    Context:
      type: object
      required:
        - contextId
      properties:
        contextId:
          description: The identifier of the context.
@@ -127,6 +142,8 @@ components:
            $ref: "#/components/schemas/Condition"
    Condition:
      type: object
      required:
        - conditionId
      properties:
        conditionId:
          description: The identifier of the condition.
@@ -148,6 +165,9 @@ components:
          type: array
          items:
            $ref: "#/components/schemas/Condition"
        oneOf:
          - required: [conditionValue]
          - required: [conditionList]
    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
@@ -201,7 +221,7 @@ components:
      required: false
      schema:
        type: string
        example: fields=intentId,intentExpectation/expectationName
        example: "fields=intentId,intentExpectation/expectationName"
    ExcludeFields:
      in: query
      name: exclude_fields
@@ -209,7 +229,7 @@ components:
      required: false
      schema:
        type: string
        example: exclude_fields=intentContexts
        example: "exclude_fields=intentContexts"
    NextPage:
      in: query
      name: nextpage_opaque_maker