From 2128f4d9fdc30c56949601a336ab843946cba470 Mon Sep 17 00:00:00 2001 From: Philipp <41761223+philipp2310@users.noreply.github.com> Date: Sat, 24 Jul 2021 00:51:53 +0200 Subject: [PATCH] add pt to allowed languages --- .../validate/src/schemas/install-schema.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ProjectAliceSK/validate/src/schemas/install-schema.json b/ProjectAliceSK/validate/src/schemas/install-schema.json index 30a2526..d2d1719 100644 --- a/ProjectAliceSK/validate/src/schemas/install-schema.json +++ b/ProjectAliceSK/validate/src/schemas/install-schema.json @@ -77,7 +77,7 @@ "household", "health" ], - "pattern": "^(?i)(alice|weather|information|entertainment|music|game|kid|automation|assistance|security|planning|shopping|organisation|household|health|undefined)$" + "pattern": "^(?i)(alice|weather|information|entertainment|music|game|kid|automation|assistance|security|planning|shopping|organisation|robotics|household|health|undefined)$" }, "author": { "$id": "#/properties/author", @@ -176,15 +176,15 @@ "type": "array", "title": "List of supported languages for this skill", "items": { - "$id": "#/properties/conditions/properties/lang/items", - "type": "string", - "title": "Language code", - "default": "", + "$id" : "#/properties/conditions/properties/lang/items", + "type" : "string", + "title" : "Language code", + "default" : "", "examples": [ "en", "de" ], - "pattern": "^(en)|(de)|(fr)|(it)|(pl)$" + "pattern" : "^(en)|(de)|(fr)|(it)|(pl)|(pt)|(pt_br)|(es)$" } }, "skill": {