diff --git a/OpenAPI/TS28541_SliceNrm.yaml b/OpenAPI/TS28541_SliceNrm.yaml index b65edbc63aa11a5e220d2b3f292759bc9f65959f..2fa712e570bf3be3f08ff049ab65fa7351d10424 100755 --- a/OpenAPI/TS28541_SliceNrm.yaml +++ b/OpenAPI/TS28541_SliceNrm.yaml @@ -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