Commit 6e4bf0a7 authored by sunse's avatar sunse
Browse files

Merge branch 'Susana' into 'Integration_Rel19_SA5_161_YAML'

Rel19_CR1554_TS28541_SliceNrm.yaml Adding renewableEnergyPct attribute

See merge request !1772
parents c907318b 973b5e6f
Loading
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -456,6 +456,10 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
        renewableEnergyPct:
          type: integer
          minimum: 0
          maximum: 100

    RANSliceSubnetProfile:
      type: object
@@ -529,6 +533,10 @@ components:
          $ref: '#/components/schemas/Float'
        uLPktDelayVariation:
          $ref: '#/components/schemas/Float'
        renewableEnergyPct:
          type: integer
          minimum: 0
          maximum: 100

    TopSliceSubnetProfile:
      type: object
@@ -617,6 +625,10 @@ components:
          uniqueItems: true
          items:
            $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
        renewableEnergyPct:
          type: integer
          minimum: 0
          maximum: 100

    ServiceProfile:
      type: object
@@ -718,6 +730,10 @@ components:
            uniqueItems: true
            items:
              $ref: 'TS28623_GenericNrm.yaml#/components/schemas/SchedulingTime'
          renewableEnergyPct:
            type: integer
            minimum: 0
            maximum: 100

    SliceProfile:
      type: object