diff --git a/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml b/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml
index 2809dfa2e..dc2d98bfc 100644
--- a/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml
+++ b/api/services/elastigroup/azure/spotVms/schemas/createElastigroupSpotVMs.yaml
@@ -495,6 +495,13 @@ properties:
- cheapest
default: availability
example: availability
+ availabilityVsCost:
+ title: Group availability VS cost
+ description: |
+ TBD
+ type: Integer
+ minimum: 0
+ maximum: 100
health:
title: Health
description: |
diff --git a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-strategy.yaml b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-strategy.yaml
index 580ecfec6..96ca20b35 100644
--- a/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-strategy.yaml
+++ b/api/services/elastigroup/azure/spotVms/schemas/elastigroupVm-strategy.yaml
@@ -80,4 +80,11 @@ properties:
- cost
- cheapest
default: availability
- example: availability
\ No newline at end of file
+ example: availability
+ availabilityVsCost:
+ title: Group availability VS cost
+ description: |
+ TBD
+ type: Integer
+ minimum: 0
+ maximum: 100
\ No newline at end of file
diff --git a/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeStrategy.yaml b/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeStrategy.yaml
index 42566e6cc..f80d6f3fa 100644
--- a/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeStrategy.yaml
+++ b/api/services/elastigroup/azure/stateful/node/schemas/create/createStatefulNodeStrategy.yaml
@@ -82,4 +82,11 @@ properties:
* Switching between on-demand and Spot VM types at the enter/exit of the time window will trigger the recycling of the stateful node.
* Requires the following format: "ddd:hh:mm-ddd:hh:mm (day:hour(0-23):minute(0-59))".
example:
- - "Sun:23:00-Mon:02:30"
\ No newline at end of file
+ - "Sun:23:00-Mon:02:30"
+ availabilityVsCost:
+ title: Group availability VS cost
+ description: |
+ TBD
+ type: Integer
+ minimum: 0
+ maximum: 100
\ No newline at end of file
diff --git a/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeStrategy.yaml b/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeStrategy.yaml
index 6507afc75..1377cb375 100644
--- a/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeStrategy.yaml
+++ b/api/services/elastigroup/azure/stateful/node/schemas/update/updateStatefulNodeStrategy.yaml
@@ -82,4 +82,11 @@ properties:
* Switching between on-demand and Spot VM types at the enter/exit of the time window will trigger the recycling of the stateful node.
* Requires the following format: "ddd:hh:mm-ddd:hh:mm (day:hour(0-23):minute(0-59))".
example:
- - "Sun:23:00-Mon:02:30"
\ No newline at end of file
+ - "Sun:23:00-Mon:02:30"
+ availabilityVsCost:
+ title: Group availability VS cost
+ description: |
+ TBD
+ type: Integer
+ minimum: 0
+ maximum: 100
\ No newline at end of file