Skip to content

Commit

Permalink
fix(schemas): actually adds recipient logo
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Aug 24, 2018
1 parent f9f7496 commit decc28e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/v0/pdfs/templates.deliveries.create.request.js
Expand Up @@ -50,6 +50,17 @@ module.exports = {
}
]
},
logo_recipient: {
anyOf: [
{
type: 'string',
format: 'url'
},
{
type: 'null'
}
]
},
sender: {
oneOf: [
{
Expand Down

0 comments on commit decc28e

Please sign in to comment.