Zeplin Application

Type: object

AttributeTypeDescription
idstringThe unique id of the app
namestringThe name of the app
descriptionstring (Optional)The description of the app
websitestring (Optional)The website of the app
logostring (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"
}