Commit 6c95d592 authored by ruiyue's avatar ruiyue
Browse files

Edit TS28312_IntentNrm.yaml

parent dc300fdd
Loading
Loading
Loading
Loading
+25 −23
Original line number Diff line number Diff line
@@ -38,20 +38,20 @@ components:
            items:
              type: object
              oneOf:
                - $ref: "#/components/schemas/IntentExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioNetworkExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation"
                - $ref: "TS28312_IntentExpectations.yaml#/components/schemas/NetworkMaintenanceExpectation"
                - $ref: '#/components/schemas/IntentExpectation'
                - $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/RadioNetworkExpectation'
                - $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/EdgeServiceSupportExpectation'
                - $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/5GCNetworkExpectation'
                - $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/RadioServiceExpectation'
                - $ref: 'TS28312_IntentExpectations.yaml#/components/schemas/NetworkMaintenanceExpectation'
          intentMgmtPurpose:
            $ref: "#/components/schemas/IntentMgmtPurpose"
            $ref: '#/components/schemas/IntentMgmtPurpose'
          contextSelectivity:
            $ref: "#/components/schemas/Selectivity"
            $ref: '#/components/schemas/Selectivity'
          consumerSatisfactionIndexThreshold:
            type: integer
          expectationSelectivity:
            $ref: "#/components/schemas/Selectivity"
            $ref: '#/components/schemas/Selectivity'
          intentContexts:
            type: array
            uniqueItems: true
@@ -621,6 +621,7 @@ components:
        infeasibilityReasons:
          description: An attribute which is used when feasibilityCheckResult is INFEASIBLE
          type: array
          uniqueItems: true
          items:
            type: string
            readOnly: true
@@ -645,6 +646,7 @@ components:
          readOnly: true
        inFeasibleTargets:
          type: array
          uniqueItems: true
          items:
            type: string
            readOnly: true