Skip to content

Commit

Permalink
fix(devices): remove duplicate properties in default response
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Ende committed Oct 21, 2019
1 parent 21de59b commit 0c02693
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions lib/v0/devices/default-response.js
Expand Up @@ -10,17 +10,8 @@ module.exports = {
type: 'string',
format: 'date-time'
},
client_account: {
type: 'string'
},
client_id: {
oneOf: [
{
type: 'string'
},
{
type: 'null'
}
]
updated_at: {
type: 'string',
format: 'date-time'
}
}

0 comments on commit 0c02693

Please sign in to comment.