Skip to content

Commit

Permalink
Merge pull request #238 from esune/feat/lcrb-schema-update
Browse files Browse the repository at this point in the history
Add registered_urls to LCRB retail store schema
  • Loading branch information
esune authored Sep 12, 2024
2 parents 575e9b3 + a191f59 commit 9324edc
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9324edc

Please sign in to comment.