Adding missing field in S&P models
This commit is contained in:
parent
a564afea3c
commit
34a5b0d86e
6 changed files with 17 additions and 8 deletions
|
|
@ -30,6 +30,13 @@ models:
|
|||
data_type: text
|
||||
description: Identifier for the accommodation related to the booking.
|
||||
|
||||
- name: is_protected
|
||||
data_type: boolean
|
||||
description: |
|
||||
Indicates if the booking is protected or not.
|
||||
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