Skip to content

Commit

Permalink
Merge pull request #5 from hossain-khan/hk/add-timeline-edits-schema
Browse files Browse the repository at this point in the history
[ADDED] New schema for the `Timeline Edits.json` data from the google takeout
  • Loading branch information
CarlosBergillos authored Mar 24, 2024
2 parents 0863d2d + 86c70f5 commit eec3a7c
Show file tree
Hide file tree
Showing 3 changed files with 533 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@ EXPORTS_DIR = ./docs/reference/
SOURCES = \
settings:=Settings.schema.json \
records:=Records.schema.json \
semantic:=Semantic.schema.json
semantic:=Semantic.schema.json \
timeline-edits:=TimelineEdits.schema.json

# List of titles to use in the output MD files, each item in the form:
# {output_key}:={output_title}
# Note that '\_' is replaced with a whitespace, and that backticks '`' need to be escaped with '\`'.
SOURCE_TITLES = \
settings:=**\`Settings.json\`**\_Format\_Definition \
records:=**\`Records.json\`**\_Format\_Definition \
semantic:=Semantic\_Location\_History\_Format\_Definition
semantic:=Semantic\_Location\_History\_Format\_Definition \
timeline-edits:=Timeline\_Edits\_Format\_Definition
TOOL_JSONSCHEMA2MD = $(wildcard ./tools/jsonschema_to_md/*.py) $(wildcard ./tools/jsonschema_to_md/templates/*.jinja)
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ User-friendly documentation for these files is provided in the following pages:
- <ic-file>**[Records.json]**</ic-file>
- <ic-file>**[Settings.json]**</ic-file>
- <ic-file>**[Semantic Location History]**</ic-file>
- <ic-file>**[Timeline Edits]**</ic-file>


[Schemas]: https://github.com/CarlosBergillos/LocationHistoryFormat/tree/main/schemas
[Records.json]: records.md
[Settings.json]: settings.md
[Semantic Location History]: semantic.md
[Timeline Edits]: timeline-edits.md
Loading

0 comments on commit eec3a7c

Please sign in to comment.