Skip to content

Commit

Permalink
feat(products/prices/entry): add tax property
Browse files Browse the repository at this point in the history
  • Loading branch information
erezsob committed Jan 13, 2020
1 parent 96e3590 commit bb5d3cd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/v1/products/prices/book/entry/base.js
Expand Up @@ -113,5 +113,16 @@ module.exports = {
minLength: 3,
maxLength: 3
})
},
tax: {
oneOf: [
{
type: 'string',
format: 'uuid'
},
{
type: 'null'
}
]
}
}

0 comments on commit bb5d3cd

Please sign in to comment.