From d7e8d5846e3bf8bb4721eb73e47e4be758787834 Mon Sep 17 00:00:00 2001
From: Erwan Rouchet <rouchet@teklia.com>
Date: Thu, 14 May 2020 10:38:43 +0200
Subject: [PATCH] Add feature flags

---
 arkindex/schema.yml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arkindex/schema.yml b/arkindex/schema.yml
index 0e088a5..1924455 100644
--- a/arkindex/schema.yml
+++ b/arkindex/schema.yml
@@ -11390,6 +11390,9 @@ paths:
                     format: email
                     readOnly: true
                     type: string
+                  features:
+                    readOnly: true
+                    type: string
                   id:
                     readOnly: true
                     type: integer
@@ -11434,6 +11437,9 @@ paths:
                     format: email
                     readOnly: true
                     type: string
+                  features:
+                    readOnly: true
+                    type: string
                   id:
                     readOnly: true
                     type: integer
@@ -11480,6 +11486,9 @@ paths:
                     format: email
                     readOnly: true
                     type: string
+                  features:
+                    readOnly: true
+                    type: string
                   id:
                     readOnly: true
                     type: integer
-- 
GitLab