15 | | Should be probably in the JSON format. |
| 15 | This is a JSON file called ''repository.json'' that sits at the root of the repository. |
| 16 | |
| 17 | ==== Structure ==== |
| 18 | Description of the different sections |
| 19 | |
| 20 | ===== header ===== |
| 21 | format_version - 1 for now |
| 22 | |
| 23 | ===== repository ===== |
| 24 | * name - natural language name of the repository |
| 25 | * last_update - epoch of the last update |
| 26 | |
| 27 | |
| 28 | ===== data ===== |
| 29 | Contains sections for the different data sub-repositories. |
| 30 | |
| 31 | |
| 32 | ====== monav ====== |
| 33 | * name = "Monav offline routing data repository" |
| 34 | |
| 35 | ======= Example_Land ======= |
| 36 | * pack_type = "monav" |
| 37 | * url - pack URL |
| 38 | * last_updated - epoch of the last update |
| 39 | * bytes_size (optional) |
| 40 | |
| 41 | ======== zsync_file_list - (optional) ======= |