From a191f596dd13f1df1c92b63d9980241d336a161e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emiliano=20Su=C3=B1=C3=A9?= Date: Thu, 12 Sep 2024 10:46:01 -0700 Subject: [PATCH] Add registered_urls to LCRB retail store schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Emiliano Suñé --- .../orgbook-issuer-controller/config/lcrb/schemas.yml | 7 ++++++- .../config/lcrb/services.yml | 11 +++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/openshift/templates/orgbook-issuer-controller/config/lcrb/schemas.yml b/openshift/templates/orgbook-issuer-controller/config/lcrb/schemas.yml index 54d7e00f..a7b4522f 100644 --- a/openshift/templates/orgbook-issuer-controller/config/lcrb/schemas.yml +++ b/openshift/templates/orgbook-issuer-controller/config/lcrb/schemas.yml @@ -1,7 +1,7 @@ # Documentation: https://github.com/bcgov/von-agent-template/tree/master/von-x-agent/config - name: cannabis-retail-store-licence.lcrb - version: '1.0.23' + version: '1.0.24' description: Cannabis Retail Store Licence Issued by Liquor and Cannabis Regulation Branch path: /cannabis-retail-store-licence cardinality: @@ -61,6 +61,11 @@ description_en: Country data_type: text required: false + registered_urls: + label_en: Registered URLs + description_en: Registered URLs + data_type: text + required: false - name: cannabis-marketing-licence.lcrb version: '1.0.8' description: Cannabis Marketing Licence Issued by Liquor and Cannabis Regulation Branch diff --git a/openshift/templates/orgbook-issuer-controller/config/lcrb/services.yml b/openshift/templates/orgbook-issuer-controller/config/lcrb/services.yml index 790ec0bf..16cdf3eb 100644 --- a/openshift/templates/orgbook-issuer-controller/config/lcrb/services.yml +++ b/openshift/templates/orgbook-issuer-controller/config/lcrb/services.yml @@ -145,6 +145,17 @@ issuers: value: input: country from: claim + - model: attribute + fields: + type: + input: registered_urls + from: value + format: + input: text + from: value + value: + input: registered_urls + from: claim - schema: cannabis-marketing-licence.lcrb description: Cannabis Marketing Licence label_en: Cannabis Marketing Licence