wip
This commit is contained in:
parent
c0e6ec2de8
commit
a564afea3c
2 changed files with 64 additions and 44 deletions
|
|
@ -30,6 +30,15 @@ models:
|
|||
data_type: text
|
||||
description: Identifier for the accommodation related to the booking.
|
||||
|
||||
- name: not_protected
|
||||
data_type: boolean
|
||||
description: |
|
||||
Indicates if the booking is protected or not.
|
||||
It is kind of weird for being a negative statement,
|
||||
so when false it means the booking is protected.
|
||||
tests:
|
||||
- not_null
|
||||
|
||||
- name: protection_type
|
||||
data_type: text
|
||||
description: Specific protection type for the request.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue