-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update activity to put carbonates at base
- Loading branch information
1 parent
21847b8
commit dee7f7b
Showing
4 changed files
with
39 additions
and
93 deletions.
There are no files selected for viewing
25 changes: 24 additions & 1 deletion
25
bc_obps/reporting/json_schemas/2024/pulp_and_paper_production/activity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
{ | ||
"name": "Pulp and paper production", | ||
"type": "object", | ||
"properties": {} | ||
"properties": { | ||
"carbonates": { | ||
"type": "array", | ||
"title": "Carbonates", | ||
"items": { | ||
"title": "Carbonates", | ||
"type": "object", | ||
"properties": { | ||
"carbonateName": { | ||
"type": "string", | ||
"title": "Carbonate Name" | ||
}, | ||
"annualAmount": { | ||
"type": "number", | ||
"title": "Annual Amount (t)" | ||
}, | ||
"purityOfCarbonate": { | ||
"type": "number", | ||
"title": "Purity Of Carbonate (Weight Fraction)" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
27 changes: 2 additions & 25 deletions
27
bc_obps/reporting/json_schemas/2024/pulp_and_paper_production/pulp_and_paper_production.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters