From 2cd582717c539fc898c973ef9e56ca92ca6f1f66 Mon Sep 17 00:00:00 2001 From: Klein Petr Date: Mon, 16 Sep 2024 19:43:27 +0200 Subject: [PATCH] fix: project schema --- schema/project.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/schema/project.yaml b/schema/project.yaml index 1a5e8d1a..f69e48db 100644 --- a/schema/project.yaml +++ b/schema/project.yaml @@ -315,4 +315,9 @@ properties: testnet: type: boolean mainnet: - type: boolean \ No newline at end of file + type: boolean + usecases: + type: array + items: + type: string + pattern: '^[a-z0-9-]+$' \ No newline at end of file