blob: b6f4cdce6d800d402d787002564fee8c3a6f30c7 [file] [log] [blame]
Zhomart Mukhamejanovf4d280c2018-04-17 13:20:22 -07001{
2 "__name": "name will be visible on UI",
Zhomart Mukhamejanovda7e2372018-05-01 12:50:55 -07003 "__url": "https:// or file:// uri to update package (zip, xz, ...)",
4 "__type": "NON_STREAMING (from a local file) OR STREAMING (on the fly)",
Zhomart Mukhamejanovf4d280c2018-04-17 13:20:22 -07005 "name": "SAMPLE-cake-release BUILD-12345",
Zhomart Mukhamejanovda7e2372018-05-01 12:50:55 -07006 "url": "http://foo.bar/builds/ota-001.zip",
7 "ab_install_type": "NON_STREAMING",
8 "ab_streaming_metadata": {
Zhomart Mukhamejanovf4d280c2018-04-17 13:20:22 -07009 "__": "streaming_metadata is required only for streaming update",
10 "__property_files": "name, offset and size of files",
11 "property_files": [
12 {
Zhomart Mukhamejanovda7e2372018-05-01 12:50:55 -070013 "__filename": "name of the file in package",
14 "__offset": "defines beginning of the file in package",
15 "__size": "size of the file in package",
Zhomart Mukhamejanovf4d280c2018-04-17 13:20:22 -070016 "filename": "payload.bin",
17 "offset": 531,
18 "size": 5012323
19 }
20 ]
21 }
22}