diff --git a/code/python/models/commands-schema.yaml b/code/python/models/commands-schema.yaml index 1e954cc..8b15999 100644 --- a/code/python/models/commands-schema.yaml +++ b/code/python/models/commands-schema.yaml @@ -185,6 +185,10 @@ components: number: type: integer exclusiveMinimum: 0 + x-init: + type: integer + default: 2 + minimum: 2 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Enum Algorithm Names # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~