From c3122cac63b774d61f27c5b3604ec066c9b3681b Mon Sep 17 00:00:00 2001 From: Roman Kysil Date: Fri, 13 Sep 2024 12:19:16 +0200 Subject: [PATCH] Readme --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index fcd5d980..a29e842f 100644 --- a/README.rst +++ b/README.rst @@ -510,7 +510,7 @@ Response:: { "duration": "60", "name": "Rilascio CIE" - "booking_additional_fields_schema": {"name": "field1", "description": "Field number 1", "type": "text"} + "booking_additional_fields_schema": {"name": "field1", "description": "Field number 1", "type": "text", "required": true} } ] }, @@ -707,9 +707,9 @@ Response:: Booking Additional Fields ========================= -You can also create the addtional fields for your booking, you just need to compile +You can also create the addtional fields for your booking, you just need to compile them in your PrenotazioneType. -And they will appear in the ["booking_types"]["booking_additional_fields_schema"] +And they will appear in the ["booking_types"]["booking_additional_fields_schema"] in your booking schema so you can compile them for your booking in this way: @booking