Skip to content

Commit

Permalink
Backup docs: link to relevant classes
Browse files Browse the repository at this point in the history
  • Loading branch information
UweTrottmann committed Nov 15, 2024
1 parent 562bc3a commit 8cc0142
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/backup-json-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ When importing, not all but a few required values need to be present. SeriesGuid

## Shows

Based on the

- [Show](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/Show.java)
- [Season](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/Season.java)
- [Episode](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/Episode.java)

classes.

```json
[
{
Expand Down Expand Up @@ -59,6 +67,13 @@ When importing, not all but a few required values need to be present. SeriesGuid

## Lists

Based on the

- [List](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/List.java)
- [ListItem](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/ListItem.java)

classes.

```json
[
{
Expand Down Expand Up @@ -100,6 +115,8 @@ When importing, not all but a few required values need to be present. SeriesGuid

## Movies

Based on the [Movie](/app/src/main/java/com/battlelancer/seriesguide/dataliberation/model/Movie.java) class.

```json
[
{
Expand Down

0 comments on commit 8cc0142

Please sign in to comment.