hordruma commited on
Commit
644c176
1 Parent(s): 987ce1b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -22
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
- 2. full_title: Full Title
46
- 3. act_name_text/reg_name_text: Act/Reg Name Text
47
- 4. citation: Citation
48
- 5. act_under: For regulations only, the parent act.
49
- 6. url: URL
50
- 7. date_scraped: Date Scraped
51
- 8. copyright: Crown copyright blurb
52
- 9. Copyright: As required by eLaws TOS
53
- 10. versions: Versions, includes a list of versions containing:
54
- 11. a_href: URL slug for given version
55
- 12. valid_from: Valid from
56
- 13. valid_to: Valid to
57
  14. current_regs: Current Regs (for Statutes), being a list of associated regulations, containing:
58
- 15. URL slug for given regulation
59
- 16. Citation
60
- 17. Title
61
  18. revoked_regs: Revoked Regs (for Statutes), being a list of associated revoked regulations, containing:
62
- 19. revoked_reg_a_href: URL slug for given revoked regulation
63
- 20. revoked_reg_citation: Citation
64
- 21. revoked_reg_title: Title
65
  22. content: Contents of the act or regulation, being a list of sections, containing:
66
- 23. id: Section #
67
- 24. section: Section title
68
- 25. content: Section content, as utf-8 text
69
- 26. 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).
 
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).