Commit 045ea70b authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentExpectations.yaml

parent 30906018
Loading
Loading
Loading
Loading
Loading
+5 −7
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ components:
              - $ref: "#/components/schemas/AveDLRANUEThptTarget"
              - $ref: "#/components/schemas/LowULRANUEThptRatioTarget"
              - $ref: "#/components/schemas/LowDLRANUEThptRatioTarget" 
              - $ref: "#/components/schemas/RANEnergyConsumptionReductionRatioTarget"
              - $ref: "#/components/schemas/RANEnergyConsumptionTarget"
              - $ref: "#/components/schemas/RANEnergyEfficiencyTarget"
        expectationContexts:
          type: array
@@ -315,23 +315,21 @@ components:
            - IS_LESS_THAN
        contextValueRange:
          type: number
    RANEnergyConsumptionReductionRatioTarget:
    RANEnergyConsumptionTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for RANEnergyConsumptionReductionRatioTarget      
        This data type is the "ExpectationTarget" data type with specialisations for RANEnergyConsumptionTarget      
      type: object
      properties:
        targetName:
          type: string
          enum:
            - RANEnergyConsumptionReductionRatio
            - RANEnergyConsumption
        targetCondition:
          type: string
          enum:
            - IS_GREATER_THAN
            - IS_LESS_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
    RANEnergyEfficiencyTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for RANEnergyEfficiencyTarget