Update README.md
Browse files
README.md
CHANGED
@@ -42,31 +42,31 @@ In addition, a scraper is provided which is capable of capturing different confi
|
|
42 |
Each law and regulation is stored in its own json file which contains the following fields & sub-fields:
|
43 |
|
44 |
1. act_info/reg_info: Act/Reg Info, includes:
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
14. current_regs: Current Regs (for Statutes), being a list of associated regulations, containing:
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
18. revoked_regs: Revoked Regs (for Statutes), being a list of associated revoked regulations, containing:
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
22. content: Contents of the act or regulation, being a list of sections, containing:
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
|
71 |
## Collection 📥
|
72 |
Documents were sourced from the [Ontario eLaws Website](https://www.ontario.ca/laws).
|
|
|
42 |
Each law and regulation is stored in its own json file which contains the following fields & sub-fields:
|
43 |
|
44 |
1. act_info/reg_info: Act/Reg Info, includes:
|
45 |
+
-- full_title: Full Title
|
46 |
+
-- act_name_text/reg_name_text: Act/Reg Name Text
|
47 |
+
-- citation: Citation
|
48 |
+
-- act_under: For regulations only, the parent act.
|
49 |
+
-- url: URL
|
50 |
+
-- date_scraped: Date Scraped
|
51 |
+
2. copyright: Crown copyright blurb
|
52 |
+
-- Copyright: As required by eLaws TOS
|
53 |
+
3. versions: Versions, includes a list of versions containing:
|
54 |
+
-- a_href: URL slug for given version
|
55 |
+
-- valid_from: Valid from
|
56 |
+
-- valid_to: Valid to
|
57 |
14. current_regs: Current Regs (for Statutes), being a list of associated regulations, containing:
|
58 |
+
-- a_href: URL slug for given regulation
|
59 |
+
-- Citation: Citation
|
60 |
+
-- title: Title
|
61 |
18. revoked_regs: Revoked Regs (for Statutes), being a list of associated revoked regulations, containing:
|
62 |
+
-- revoked_reg_a_href: URL slug for given revoked regulation
|
63 |
+
-- revoked_reg_citation: Citation
|
64 |
+
-- revoked_reg_title: Title
|
65 |
22. content: Contents of the act or regulation, being a list of sections, containing:
|
66 |
+
-- id: Section #
|
67 |
+
-- section: Section title
|
68 |
+
-- content: Section content, as utf-8 text
|
69 |
+
-- raw_html: raw html of section content, containing extra features
|
70 |
|
71 |
## Collection 📥
|
72 |
Documents were sourced from the [Ontario eLaws Website](https://www.ontario.ca/laws).
|