Skip to content

Commit

Permalink
Merge pull request bcgov#214 from bcgov/bc-map-context
Browse files Browse the repository at this point in the history
Add permitNumber attribute to BC map context
  • Loading branch information
Jsyro authored Oct 22, 2024
2 parents 385761e + 522fdb7 commit 9b8aa45
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/governance/mining/bc-mines-act-permit/1.1.1/_index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Index
# Index
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This schema definition follows [the AnonCreds specification](https://wiki.hyperl

| Name | Attribute | Format | Rules | Notes |
| -------------------------------- | -------------------------------- | ------ | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Permit Number | permit_no | String | not NULL | (3-digit) Alpha-numeric identifier: **M-##- or C-##-** Permit Numbers are assigned to a specific mining operation or activity that has been granted permission or authorization. [Mines Act Section 10 (1)](https://www.bclaws.gov.bc.ca/civix/document/id/complete/statreg/96293_01#section10). |
| <a id="permitNumber">Permit Number</a> | permit_no | String | not NULL | (3-digit) Alpha-numeric identifier: **M-##- or C-##-** Permit Numbers are assigned to a specific mining operation or activity that has been granted permission or authorization. [Mines Act Section 10 (1)](https://www.bclaws.gov.bc.ca/civix/document/id/complete/statreg/96293_01#section10). |
| Permit Status | permit_status | String | not NULL | Defined as either "open" or "closed". |
| Permittee | permittee_name | String | not NULL | Name of the mining company that holds the permit. |
| Mine Operation Status | mine_operation_status | String | not NULL | Layer one in the hierarchy of identifying mine status. Mines status can be (1) Abandoned (2) Closed (3) Not Started (4) Operating. |
Expand Down
8 changes: 4 additions & 4 deletions docs/governance/mining/bc-mines-act-permit/_category_.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
label: BC Mines Act Permit Credential
link:
type: 'doc'
id: 'governance/mining/bc-mines-act-permit/1.1.1/governance'
label: BC Mines Act Permit Credential
link:
type: 'doc'
id: 'governance/mining/bc-mines-act-permit/1.1.1/governance'
9 changes: 8 additions & 1 deletion related_resources/contexts/BCMinesActPermit/v1.jsonld
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"@context": {
"@protected": true,
"BCMinesActPermitCredential": "https://bcgov.github.io/digital-trust-toolkit/docs/governance/mining/bc-mines-act-permit/1.1.1/governance"
"BCMinesActPermitCredential": "https://bcgov.github.io/digital-trust-toolkit/docs/governance/mining/bc-mines-act-permit/1.1.1",
"MinesActPermit": {
"@id": "https://bcgov.github.io/digital-trust-toolkit/docs/governance/mining/bc-mines-act-permit/1.1.1#17-scope",
"@context": {
"@protected": true,
"permitNumber": "https://bcgov.github.io/digital-trust-toolkit/docs/governance/mining/bc-mines-act-permit/1.1.1#permitNumber"
}
}
}
}

0 comments on commit 9b8aa45

Please sign in to comment.