add refresh sample data that shows an update for subiquity

This commit is contained in:
Michael Hudson-Doyle 2019-03-07 20:30:34 +13:00
parent 9f5785dfd5
commit 9c9120403f
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
{
"type": "sync",
"status-code": 200,
"status": "OK",
"result": [
{
"id": "subiquity-id",
"summary": "",
"description": "",
"download-size": 52232192,
"name": "subiquity",
"publisher": {
"id": "canonical",
"username": "canonical",
"display-name": ""
},
"developer": "canonical",
"status": "available",
"type": "app",
"version": "0+git.04f1ff0d",
"channel": "",
"ignore-validation": false,
"revision": "424242",
"confinement": "classic",
"private": false,
"devmode": false,
"jailmode": false,
"contact": ""
}
]
}