Commit c5ead561 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentNrm.yaml

parent 9567f0c0
Loading
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -43,6 +43,8 @@ components:
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation"  
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation"              
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation"                
          intentMgmtPurpose:
            $ref: "#/components/schemas/IntentMgmtPurpose"
          contextSelectivity:
            $ref: "#/components/schemas/Selectivity" 
          intentContexts:
@@ -194,6 +196,16 @@ components:
        - ALL_OF
        - ONE_OF
        - ANY_OF
    IntentMgmtPurpose:
      description: >-
        It describes the MnS consumer requirements for the management purpose (required procedures) 
        of the created or modified intent instance
      type: string
      enum:
        - FEASIBILITYCHECK
        - FULFILMENT
        - EXPLORATION
      default: FULFILMENT
    FulfilmentStatus:
      type: string
      readOnly: true