Add Requirements 0.12.0

Change-Id: Ieb31ce9b0a8d9aee68221f94b343cfa63cb45c71
Signed-off-by: Philippe DUL <philippe.dul@thalesgroup.com>
diff --git a/json/download.schema.json b/json/download.schema.json
index 81684bf..bb89940 100644
--- a/json/download.schema.json
+++ b/json/download.schema.json
@@ -33,12 +33,14 @@
                 "showOnMainPage": { "type": "boolean", "default": false },

                 "compatibleWithCurrentVersion": { "type": "boolean", "default": true },

                 "isViewpoint": { "type": "boolean", "default": false },

+                "isSample": { "type": "boolean", "default": false },

                 "key": { "type": "string" },

                 "fragment": { "type": "string", "default": "@key" },

                 "licence": { "type": "string" },

                 "contact": { "type": "string" },

                 "description": { "type": "string" },

-                "download": { "$ref" : "#/definitions/download" }

+                "download": { "$ref" : "#/definitions/download" },

+                "tags": { "type": "array", "items": { "type": "string" } }

             }, 

             "required": ["name", "key", "licence", "contact", "description", "download"]

         }, 

diff --git a/json/downloads.json b/json/downloads.json
index 7614d87..69def9c 100644
--- a/json/downloads.json
+++ b/json/downloads.json
@@ -253,10 +253,11 @@
        "contact":"<a href='industry-consortium/thales.html' target='_blank'>Thales</a>",
        "description": "<p>This add-on allows importing a set of requirements from a ReqIF file (Requirement Interchange Format / OMG Standard).</p><p>The import is iterative (diff/merge based) and a set of tools is provided to link the model elements to the requirements.</p><p>For more information, please install the addon within Capella and check online help then dedicated section for the addon.</p>",
        "download": { 
-        "dropin": "https://download.eclipse.org/capella/addons/requirements/dropins/releases/0.11.1/Requirements-dropins-0.11.1.202011041032.zip", 
-        "updateSite": "https://download.eclipse.org/capella/addons/requirements/updates/releases/0.11.1/Requirements-updateSite-0.11.1.202011041032.zip",
+        "dropin": "https://download.eclipse.org/capella/addons/requirements/dropins/releases/0.12.0/Requirements-dropins-0.12.0.202101221536.zip", 
+        "updateSite": "https://download.eclipse.org/capella/addons/requirements/updates/releases/0.12.0/Requirements-updateSite-0.12.0.202101221536.zip",
         "installAddon": "https://wiki.eclipse.org/Capella/Extensions/Installation_Guide#Installation_Procedures"
-      }
+       },
+       "tags":["requirements"]
     }, 
     { "name":"Basic Mass",
       "showOnMainPage": true,