Commit 30906018 authored by ruiyue's avatar ruiyue
Browse files

Update file TS28312_IntentExpectations.yaml

parent 20d622fc
Loading
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
@@ -38,6 +38,8 @@ components:
              - $ref: "#/components/schemas/AveDLRANUEThptTarget"
              - $ref: "#/components/schemas/LowULRANUEThptRatioTarget"
              - $ref: "#/components/schemas/LowDLRANUEThptRatioTarget" 
              - $ref: "#/components/schemas/RANEnergyConsumptionReductionRatioTarget"
              - $ref: "#/components/schemas/RANEnergyEfficiencyTarget"
        expectationContexts:
          type: array
          items:
@@ -313,6 +315,38 @@ components:
            - IS_LESS_THAN
        contextValueRange:
          type: number
    RANEnergyConsumptionReductionRatioTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for RANEnergyConsumptionReductionRatioTarget      
      type: object
      properties:
        targetName:
          type: string
          enum:
            - RANEnergyConsumptionReductionRatio
        targetCondition:
          type: string
          enum:
            - IS_GREATER_THAN
        targetValueRange:
          type: integer
          minimum: 0
          maximum: 100
    RANEnergyEfficiencyTarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for RANEnergyEfficiencyTarget       
      type: object
      properties:
        targetName:
          type: string
          enum:
            - RANEnergyEfficiency
        targetCondition:
          type: string
          enum:
            - IS_GREATER_THAN
        targetValueRange:
          type: integer
    DLThptPerUETarget:
      description: >-
        This data type is the "ExpectationTarget" data type with specialisations for DLThptPerUETarget