Commit f66d3e9f authored by ruiyue's avatar ruiyue Committed by sunse
Browse files

Update file TS28312_IntentNrm.yaml

parent 1cab42c7
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -113,12 +113,13 @@ components:
        - IS_EQUAL_TO_OR_LESS_THAN
        - IS_EQUAL_TO_OR_GREATER_THAN
        - IS_ALL_OF        
    FulfilStatus:
    FulfilmentStatus:
      type: string
      readOnly: true      
      enum:
          - FULFILLED
          - NOT_FULFILLED
      default: NOT_FULFILLED    
    NotFulfilledState:
      type: string
      readOnly: true      
@@ -132,8 +133,8 @@ components:
    FulfilmentInfo:
      type: object
      properties:
        fulfilStatus:
          $ref: "#/components/schemas/FulfilStatus"
        fulfilmentStatus:
          $ref: "#/components/schemas/FulfilmentStatus"
        notFullfilledState:
          description: ->
            An attribute which is used when FulfilmentInfo is implemented for IntentFulfilmentInfo