Type: object
| Attribute | Type | Description |
|---|---|---|
| id | string | The unique id of the app |
| name | string | The name of the app |
| description | string (Optional) | The description of the app |
| website | string (Optional) | The website of the app |
| logo | string (Optional) | The logo of the app |
Example
{
"id": "5dbad85a76ea51c1f35b6f69",
"name": "My App",
"description": "Simple app",
"website": "https://zeplin.io/",
"logo": "http://placekitten.com/32/32"
}