This commit is contained in:
Joaquin Ossa 2024-12-11 15:42:35 +01:00
parent c0e6ec2de8
commit a564afea3c
2 changed files with 64 additions and 44 deletions

View file

@ -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.