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

Edit SOL021_params.yaml

parent f6440c5b
Loading
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -7,11 +7,11 @@ components:
          description: Identifier of the intent. Assigned by the Intent Owner.
          type: string
          format: uuid
          example: 550e8400-e29b-41d4-a716-446655440000
          example: "550e8400-e29b-41d4-a716-446655440000"
        intentName:
          description: Name of the intent.
          type: string
          example: NetworkServiceDeployment001
          example: "NetworkServiceDeployment001"
        intentExpectations:
          $ref: "#/components/schemas/IntentExpectation"
        intentContexts:
@@ -22,7 +22,7 @@ components:
        intentName:
          description: Name of the intent.
          type: string
          example: NetworkServiceDeployment001
          example: "NetworkServiceDeployment001"
        intentExpectations:
          $ref: "#/components/schemas/IntentExpectation"
    IntentExpectation:
@@ -32,7 +32,7 @@ components:
          description: Identifier of the intent expectation.
          type: string
          format: uuid
          example: 550e8400-e29b-41d4-a716-446655440001
          example: "550e8400-e29b-41d4-a716-446655440001"
        expectationName:
          description: Human readable name of the intent expectation.
          type: string
@@ -67,16 +67,16 @@ components:
        objectType:
          description: Type of the object of the intent expectation that are expected to be applied on.
          type: string
          example: tbd
          example: "tbd"
        objectInstanceId:
          description: Identifier of a specific object instance managed by NFV-MANO to which the intent expectation applies.
          type: string
          format: uuid
          example: tbd
          example: "tbd"
        objectFilter:
          description: The constraints and conditions to be used as filter information to identify the managed objects to which a given intent expectation applies.
          type: string
          example: tbd
          example: "tbd"
    ExpectationTarget:
      type: object
      properties:
@@ -84,7 +84,7 @@ components:
          description: The identifier of this expectation target.
          type: string
          format: uuid
          example: tbd
          example: "tbd"
        targetName:
          description: Name of the expectation target.
          type: string
@@ -99,7 +99,7 @@ components:
          description: The identifier of the context.
          type: string
          format: uuid
          example: tbd
          example: "tbd"
        contextName:
          description: Name of the context.
          type: string
@@ -112,18 +112,18 @@ components:
          description: The identifier of the condition.
          type: string
          format: uuid
          example: tbd
          example: "tbd"
        conditionName:
          description: Name of the condition.
          type: string
        operator:
          description: If conditionValue exists, represents the specific operator for condition. If conditionList exists, represents the relationship between all conditions.
          type: string
          example: tbd
          example: "tbd"
        conditionValue:
          description: For a simple condition, represents the specific value that composes the condition. Either conditionValue or conditionList, but not both, shall be present.
          type: string
          example: tbd
          example: "tbd"
        conditionList:
          $ref: "#/components/schemas/Condition"
    ProblemDetails:
@@ -155,7 +155,6 @@ components:
      required: true
      schema:
        type: string
      example: tbd
    Filter:
      in: query
      name: filter