Skip to content

Commit

Permalink
feat(schemas): adds trailer text
Browse files Browse the repository at this point in the history
  • Loading branch information
eljefedelrodeodeljefe committed Oct 18, 2018
1 parent 16fc1ee commit 177d2d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/v1/templates/base.js
Expand Up @@ -13,6 +13,10 @@ module.exports.options = {
type: 'string',
maxLength: 4096
},
trailer_text: {
type: 'string',
maxLength: 16384
},
attention: {
type: 'string',
maxLength: 16
Expand Down

0 comments on commit 177d2d4

Please sign in to comment.