diff --git a/ftf_cli/schema.py b/ftf_cli/schema.py index 9565967..c18ae9c 100644 --- a/ftf_cli/schema.py +++ b/ftf_cli/schema.py @@ -104,6 +104,10 @@ }, "additionalProperties": True }, + "name_length_limit": { + "type": "integer", + "minimum": 1, + } }, "required": ["intent", "flavor", "version", "description", "spec", "clouds"], }