{"openapi":"3.0.0","info":{"title":"Popina Order API","description":"Your Popina Order API which will allow you to manager all your c&c data. Whether you were a manager or a shop owner.","version":"2.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/v2\/aliments":{"get":{"operationId":"gETAlimentCollection","tags":["Aliment"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":2},"code":{"type":"string","example":"VEGAN"},"logoUrl":{"type":"string","example":"uploads\\\/images\\\/aliments\\\/\\\/1fichier-1-667c259956c25590510489.png"},"logoSvgUrl":{"type":"string","example":"uploads\\\/images\\\/aliments\\\/\\\/vegetarien-667c2b03bb6ee562869446.svg"},"enabled":{"type":"boolean","example":true},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"V\u00e9gans"},"description":{"type":"string","example":"V\u00e9gans"},"locale":{"type":"string","example":"fr_FR"}}}},"svg":{"type":"string","example":"<svg width=\\\"25\\\" height=\\\"24\\\" viewBox=\\\"0 0 25 24\\\" fill=\\\"none\\\" xmlns=\\\"http:\\\/\\\/www.w3.org\\\/2000\\\/svg\\\"><g clip-path=\\\"url(#clip0_218_3710)\\\"><path d=\\\"M23.619 0.872005C23.3064 0.560193 22.9286 0.321595 22.5127 0.173401C22.0968 0.0252074 21.6533 -0.0288907 21.214 0.0150046C18.421 0.285005 9.02797 1.448 5.39997 5.07201C3.66574 6.81096 2.63737 9.13083 2.51344 11.5836C2.38952 14.0364 3.17884 16.4481 4.72897 18.353L15.789 7.29301C15.9776 7.11085 16.2302 7.01005 16.4924 7.01233C16.7546 7.01461 17.0054 7.11978 17.1908 7.30519C17.3762 7.4906 17.4814 7.74141 17.4836 8.0036C17.4859 8.2658 17.3851 8.5184 17.203 8.70701L6.14697 19.767C8.0512 21.3181 10.4627 22.1084 12.9156 21.9852C15.3685 21.862 17.6887 20.8341 19.428 19.1C23.104 15.423 24.228 6.05901 24.487 3.277C24.5293 2.83688 24.4734 2.39284 24.3233 1.97694C24.1732 1.56103 23.9326 1.18364 23.619 0.872005ZM5.39997 19.1C5.63864 19.338 5.88631 19.5617 6.14297 19.771L2.20297 23.711C2.01387 23.8927 1.76096 23.9928 1.49873 23.9899C1.2365 23.9869 0.985939 23.881 0.801028 23.695C0.616116 23.5091 0.511655 23.2579 0.510148 22.9957C0.508642 22.7334 0.610211 22.4811 0.792973 22.293L4.73297 18.353C4.94231 18.609 5.16464 18.858 5.39997 19.1Z\\\" fill=\\\"black\\\"\\\/><\\\/g><defs><clipPath id=\\\"clip0_218_3710\\\"><rect width=\\\"24\\\" height=\\\"24\\\" fill=\\\"white\\\" transform=\\\"translate(0.5)\\\"\\\/><\\\/clipPath><\\\/defs><\\\/svg>"}}}}}}}},"summary":"Retrieves the collection of Aliment resources.","description":"Retrieves the collection of Aliment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/aliments\/{id}":{"parameters":[]},"\/api\/v2\/categories":{"post":{"operationId":"pOSTCategoryCollection","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-get.category"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"menu":{"type":"integer"},"parent":{"type":"integer"},"translations":{"type":"object","properties":{"locale":{"type":"string <iri-reference>"},"name":{"type":"string"},"description":{"type":"string or null"}}},"visible":{"type":"boolean","default":"true"},"enabled":{"type":"boolean","default":"true"},"externalId":{"type":"string or null"},"imageUrl":{"type":"string or null"},"position":{"type":"integer"}},"example":{"menu":24,"parent":177,"translations":[{"locale":"fr_FR","name":"Ma categorie","description":"La description de la categorie"},{"locale":"en_US","name":"My category","description":"The description of the category"}],"visible":true,"enabled":true,"externalId":"my_external_id","imageUrl":"https:\/\/mywebsite.com\/category\/image.png","position":10}}}}}},"summary":"Create a new category","description":"Create a category.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"menu":{"type":"integer"},"parent":{"type":"integer"},"translations":{"type":"object","properties":{"locale":{"type":"string <iri-reference>"},"name":{"type":"string"},"description":{"type":"string or null"}}},"visible":{"type":"boolean","default":"true"},"enabled":{"type":"boolean","default":"true"},"externalId":{"type":"string or null"},"imageUrl":{"type":"string or null"},"position":{"type":"integer"}},"example":{"menu":24,"parent":177,"translations":[{"locale":"fr_FR","name":"Ma categorie","description":"La description de la categorie"},{"locale":"en_US","name":"My category","description":"The description of the category"}],"visible":true,"enabled":true,"externalId":"my_external_id","imageUrl":"https:\/\/mywebsite.com\/category\/image.png","position":10}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/categories\/{id}":{"get":{"operationId":"gETCategoryItem","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-get.category"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"pUTCategoryItem","tags":["Category"],"responses":{"201":{"description":"Category resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-get.category"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"},"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"menu":{"type":"integer"},"parent":{"type":"integer"},"translations":{"type":"object","properties":{"locale":{"type":"string <iri-reference>"},"name":{"type":"string"},"description":{"type":"string or null"}}},"visible":{"type":"boolean","default":"true"},"enabled":{"type":"boolean","default":"false"},"externalId":{"type":"string or null"},"imageUrl":{"type":"string or null"},"position":{"type":"integer"}},"example":{"menu":24,"parent":99,"translations":[{"locale":"fr_FR","name":"Ma categorie","description":"La description de la categorie Modification"},{"locale":"en_US","name":"My category","description":"The description of the category Modification"}],"visible":false,"enabled":true,"externalId":"my_external_id","imageUrl":"https:\/\/mywebsite.com\/category\/image.png","position":10}}}}}},"summary":"Updating existing categories","description":"Updating an existing category.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"parent":{"type":"integer","example":99},"visible":{"type":"boolean","default":"true","example":false},"enabled":{"type":"boolean","default":"true","example":false},"translations":{"type":"object","properties":{"locale":{"type":"string <iri-reference>"},"name":{"type":"string"},"description":{"type":"string or null"}}}},"example":{"translations":[{"locale":"fr_FR","name":"Ma categorie Modification","description":"La description de la categorie"},{"locale":"en_US","name":"My category Modification","description":"The description of the category"}]}}}},"required":false},"deprecated":false},"delete":{"operationId":"dELETECategoryItem","tags":["Category"],"responses":{"204":{"description":"Category resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Category resource.","description":"Removes the Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/categories\/{id}\/attach-image":{"post":{"operationId":"upload_imageCategoryItem","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-get.category"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-get.category"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a Category resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/category_translations\/{id}":{"parameters":[]},"\/api\/v2\/closing_days\/sync":{"get":{"operationId":"synchronizationClosingDaysCollection","tags":["ClosingDays"],"responses":{"200":{"description":"ClosingDays collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingDays-sync.closingDays"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingDays.jsonld-sync.closingDays"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingDays-sync.closingDays"}}}}},"401":{"description":"Unauthorized"}},"summary":"ClosingDays synchronization","description":"ClosingDays synchronization","parameters":[{"name":"since","in":"query","description":"Date of the last request","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"datetime"},"style":"form","explode":false,"allowReserved":false},{"name":"shopId","in":"query","description":"shop's id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/closing_days\/{id}":{"parameters":[]},"\/api\/v2\/contacts":{"post":{"operationId":"postContactCollection","tags":["Contact"],"responses":{"201":{"description":"Contact resource created and email sent","content":{"application\/json":{"schema":{"type":"boolean"}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Send a contact request","description":"Creates a Contact resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"email":{"type":"string"},"phone":{"type":"string"},"message":{"type":"string"},"shop":{"type":"integer"},"recaptcha_token":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/contacts\/{id}":{"parameters":[]},"\/api\/v2\/customers":{"get":{"operationId":"gETCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Customer collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer-get.user"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer.jsonld-get.user"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Customer-get.user"}}}}}},"summary":"Retrieves the collection of Customer resources.","description":"Retrieves the collection of Customer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"pOSTCustomerCollection","tags":["Customer"],"responses":{"201":{"description":"Customer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Customer.jsonld-get.user"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a new Customer","description":"Create a Customer","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string","example":"John"},"lastName":{"type":"string","example":"Doe"},"gender":{"type":"string","example":"male"},"email":{"type":"string","example":"john.doe@example.com"},"password":{"type":"string","example":"StrongP@ssw0rd"},"username":{"type":"string","example":"johndoe87"},"phone":{"type":"string","example":"019098487"},"landlinePhone":{"type":"string","example":"019098487"},"imageUrl":{"type":"string","example":null},"notificationEmail":{"type":"boolean","example":true},"notificationSms":{"type":"boolean","example":false},"receiveQoodosNotification":{"type":"boolean","example":true},"defaultLanguage":{"type":"string","example":"en"},"qoodosNotificationEmail":{"type":"boolean","example":true},"qoodosNotificationPhone":{"type":"boolean","example":false},"qoodosSubscription":{"type":"boolean","example":true},"balance":{"type":"number","example":150.75},"cashback":{"type":"number","example":12.5},"qoodosRewards":{"type":"array","items":{"type":"string"},"example":["50b992a8-1676-4105-9fca-35b530d2b22b"]}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/authenticate\/apple":{"post":{"operationId":"apple_authenticationCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"refresh_token":{"type":"string"}}},"example":{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImN0eSI6IkpXVCJ9.eyJpYXQiOjE3NjIxODIzNzQsImV4cCI6MTc2MjIxMTE3NCwicm9sZXMiOlsiUk9MRV9DTElFTlQiXSwidXNlcm5hbWUiOiJhbWluZS5hcWlsMjAwOUBnbWFpbC5jb20iLCJpcCI6IjE2MC4xNzcuOTAuNyJ9.X4SIqei-QYKrpNEYiNh4ybRvl0YL6UplUFUvxt9QTyL7dMZA-Q3VLJ1wSdy3_C1afGWNwZswqoiFkBDzsnqq5462G_0e_N5sC3Pr_JF3m9PzW5K9nRlWL8x42FHBo40uOfpXvnt-nYiKVOIZwr2FzHB4a-ad080MY9g7qBfS8SKzigltqKmBGB7I43rAw1pez_Hk5x8aSfEK8ywSSK_mitQjlJpVMyLgj-9GuLinyeAf9pFWu1jM1-Sm0fEg_HPPdMYdPuNPlfqnHy5yNqMngSJKYn2PvAlCToTrHyzsDZ1_TmMdCd71H2TKn31p4TPJJpiOqbj6vUP9wsjnE4uxLw","refresh_token":"63d3631f85f90d3275b0806a286203320d85b20f9b3c321a43389bf8ab12ce6d58843a975c5c13979c5d0269911ee98429fb44fcbf3a8d48ae2482afad9d2561"}}}},"400":{"description":"Invalid input<br>Apple authentication Failed"},"422":{"description":"Unprocessable entity"}},"summary":"Apple Authentication","description":"Authenticate a customer using Apple","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"apiCode":{"type":"string"},"redirectUri":{"type":"string","format":"uri"},"firstName":{"type":"string"},"lastName":{"type":"string"},"qoodosSubscription":{"type":"boolean"},"qoodosEmailNotification":{"type":"boolean"},"qoodosPhoneNotification":{"type":"boolean"}},"required":["apiCode","redirectUri"]},"example":{"apiCode":"c4c17bba026b44734930e6aa79bd7d53b.0.srsuu.5_7Mv44f7nXi0883eZ0Y7A","redirectUri":"https:\/\/e2d7c788b0e9.ngrok-free.app\/api\/v2\/customers\/authenticate\/apple","firstName":"John","lastName":"Don","qoodosSubscription":false,"qoodosEmailNotification":false,"qoodosPhoneNotification":false}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/authenticate\/google":{"post":{"operationId":"google_authenticationCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"refresh_token":{"type":"string"}}},"example":{"token":"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImN0eSI6IkpXVCJ9.eyJpYXQiOjE3NjIxODIzNzQsImV4cCI6MTc2MjIxMTE3NCwicm9sZXMiOlsiUk9MRV9DTElFTlQiXSwidXNlcm5hbWUiOiJhbWluZS5hcWlsMjAwOUBnbWFpbC5jb20iLCJpcCI6IjE2MC4xNzcuOTAuNyJ9.X4SIqei-QYKrpNEYiNh4ybRvl0YL6UplUFUvxt9QTyL7dMZA-Q3VLJ1wSdy3_C1afGWNwZswqoiFkBDzsnqq5462G_0e_N5sC3Pr_JF3m9PzW5K9nRlWL8x42FHBo40uOfpXvnt-nYiKVOIZwr2FzHB4a-ad080MY9g7qBfS8SKzigltqKmBGB7I43rAw1pez_Hk5x8aSfEK8ywSSK_mitQjlJpVMyLgj-9GuLinyeAf9pFWu1jM1-Sm0fEg_HPPdMYdPuNPlfqnHy5yNqMngSJKYn2PvAlCToTrHyzsDZ1_TmMdCd71H2TKn31p4TPJJpiOqbj6vUP9wsjnE4uxLw","refresh_token":"63d3631f85f90d3275b0806a286203320d85b20f9b3c321a43389bf8ab12ce6d58843a975c5c13979c5d0269911ee98429fb44fcbf3a8d48ae2482afad9d2561"}}}},"400":{"description":"Invalid input<br>Google authentication Failed"},"422":{"description":"Unprocessable entity"}},"summary":"Google Authentication","description":"Authenticate a customer using Google","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"apiCode":{"type":"string"},"redirectUri":{"type":"string","format":"uri"},"qoodosSubscription":{"type":"boolean"},"qoodosEmailNotification":{"type":"boolean"},"qoodosPhoneNotification":{"type":"boolean"}},"required":["apiCode","redirectUri"]},"example":{"apiCode":"c4c17bba026b44734930e6aa79bd7d53b.0.srsuu.5_7Mv44f7nXi0883eZ0Y7A","redirectUri":"https:\/\/rimon.staging-foxorders.fr\/api\/v2\/customers\/authenticate\/google","qoodosSubscription":false,"qoodosEmailNotification":false,"qoodosPhoneNotification":false}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/password-reset":{"patch":{"operationId":"reset_passwordCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"responseStatus":{"type":"string"},"responseHeader":{"type":"object","properties":{"status":{"type":"string"},"code":{"type":"number"}}},"responseData":{"type":"object","properties":{"message":{"type":"string"}}}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"reset customer's password","description":"Reset customer's password","parameters":[],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"plainPassword":{"type":"string"}}},"example":{"token":"token","plainPassword":"myPlainPassword"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/password-reset\/check-token":{"get":{"operationId":"check_password_reset_tokenCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"responseStatus":{"type":"string"},"responseHeader":{"type":"object","properties":{"status":{"type":"string"},"code":{"type":"number"}}},"responseData":{"type":"object","properties":{"message":{"type":"string"}}}}}}}},"400":{"description":"Bad request"},"404":{"description":"Not Found"}},"summary":"check token's validity","description":"Check token's validity","parameters":[{"name":"token","in":"query","description":"Customer's password reset token","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/password-reset\/request":{"post":{"operationId":"request_request_passwordCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"responseStatus":{"type":"string"},"responseHeader":{"type":"object","properties":{"status":{"type":"string"},"code":{"type":"number"}}},"responseData":{"type":"object","properties":{"message":{"type":"string"}}}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"request a password reset","description":"Request a password reset","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"email":{"type":"string"},"url":{"type":"string"}}},"example":{"email":"exemple@exemple.com","url":"http:\/\/mywebsite.com"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/qoodos-subscription":{"post":{"operationId":"qoodos_subscriptionCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok"},"400":{"description":"Bad request"},"422":{"description":"Unprocessable entity"}},"summary":"qoodos subscription","description":"Qoodos subscription","parameters":[],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/qoodos-unsubscription":{"delete":{"operationId":"qoodos_unsubscriptionCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok"},"400":{"description":"Bad request"}},"summary":"qoodos unsubscription","description":"Qoodos unsubscription","parameters":[],"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/search":{"post":{"operationId":"searchCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Check result","content":{"application\/json":{"schema":{"type":"object","properties":{"ambiguous":{"type":"boolean","description":"True if there is more than one customer with the same email or phone in the franchise"},"exists":{"type":"boolean","description":"True if customer exists in the database"},"customerId":{"type":"integer","nullable":true,"description":"The ID of the existing customer, null if not exists"},"inFranchise":{"type":"boolean","description":"True if the customer is already linked to the franchise"},"isPhoneEmpty":{"type":"boolean","description":"True if the existing customer has no phone number"},"sameEmail":{"type":"boolean","description":"True if the existing customer has the same email as the one provided"},"samePhone":{"type":"boolean","description":"True if the existing customer has the same phone as the one provided"}}},"examples":{"User Exists":{"value":{"ambiguous":false,"exists":true,"customerId":123,"inFranchise":false,"isPhoneEmpty":true,"sameEmail":true,"samePhone":true}},"New User":{"value":{"ambiguous":false,"exists":false,"customerId":null,"inFranchise":false,"isPhoneEmpty":false,"sameEmail":false,"samePhone":false}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Search for customer in franchise","description":"This endpoint allows us to know weither to save or share customer between franchises","parameters":[],"requestBody":{"description":"The new Customer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer.ExistInFranchise-post.customer.in_franchise"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Customer.ExistInFranchise.jsonld-post.customer.in_franchise"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer.ExistInFranchise-post.customer.in_franchise"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/subscribe-existing":{"patch":{"operationId":"subscribe_existingCustomerCollection","tags":["Customer"],"responses":{"200":{"description":"Ok"},"400":{"description":"Bad request"},"422":{"description":"Unprocessable entity"},"404":{"description":"Not Found"}},"summary":"Subscribe to a franchise","description":"Subscribe to a franchise","parameters":[],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"user_id":{"type":"integer"},"franchiseId":{"type":"integer"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}":{"get":{"operationId":"gETCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Customer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Customer.jsonld-get.user"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Customer resource.","description":"Retrieves a Customer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"pUTCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"responseStatus":{"type":"string"},"responseHeader":{"type":"object","properties":{"status":{"type":"string"},"code":{"type":"number"}}},"responseData":{"type":"object","properties":{"message":{"type":"string"}}}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update the Customer resource","description":"Update the Customer resource","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"imageUrl":{"type":"string"},"phone":{"type":"string"},"landlinePhone":{"type":"string"},"gender":{"type":"string"},"askForSubscriptionToQoodos":{"type":"boolean"}}},"example":{"firstName":"myFirstName","lastName":"myLastName","imageUrl":"myImagePath","phone":"myPhone","landlinePhone":"myLandlinePhone","gender":"myGender"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}\/attach-image":{"post":{"operationId":"upload_imageCustomerItem","tags":["Customer"],"responses":{"201":{"description":"Customer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Customer.jsonld-get.user"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Customer-get.user"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a Customer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}\/delivery_addresses":{"get":{"operationId":"api_customers_delivery_addresses_get_subresourceCustomerSubresource","tags":["DeliveryAddress","Customer"],"responses":{"200":{"description":"Customer resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.deliveryAddress"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}}}}},"summary":"Retrieves a Customer resource.","description":"Retrieves a Customer resource.","parameters":[{"name":"id","in":"path","description":"Customer identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}\/orders":{"get":{"operationId":"api_customers_orders_get_subresourceCustomerSubresource","tags":["Order","Customer"],"responses":{"200":{"description":"Customer resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}}}},"summary":"Retrieves a Customer resource.","description":"Retrieves a Customer resource.","parameters":[{"name":"id","in":"path","description":"Customer identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"franchise","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"franchise[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}\/set-default-language":{"patch":{"operationId":"set_default_languageCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Ok"},"400":{"description":"Bad request"},"422":{"description":"Unprocessable entity"},"404":{"description":"Not Found"}},"summary":"Set default language","description":"Set default language","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"locale_code":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/customers\/{id}\/update-password":{"patch":{"operationId":"update_passwordCustomerItem","tags":["Customer"],"responses":{"200":{"description":"Ok","content":{"application\/json":{"schema":{"type":"object","properties":{"responseStatus":{"type":"string"},"responseHeader":{"type":"object","properties":{"status":{"type":"string"},"code":{"type":"number"}}},"responseData":{"type":"object","properties":{"message":{"type":"string"}}}}}}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"update a customer's password","description":"Update a customer's password","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"old_password":{"type":"string"},"new_password":{"type":"string"}}},"example":{"old_password":"myOldPassword","new_password":"myNewPassword"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/delivery_addresses":{"post":{"operationId":"postDeliveryAddressCollection","tags":["DeliveryAddress"],"responses":{"201":{"description":"DeliveryAddress resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}},"links":{"GetDeliveryAddressItem":{"operationId":"getDeliveryAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/v2\/delivery_addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a DeliveryAddress resource.","description":"Creates a DeliveryAddress resource.","parameters":[],"requestBody":{"description":"The new DeliveryAddress resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-post.deliveryAddress_patch.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-post.deliveryAddress_patch.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-post.deliveryAddress_patch.deliveryAddress"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/delivery_addresses\/{id}":{"get":{"operationId":"getDeliveryAddressItem","tags":["DeliveryAddress"],"responses":{"200":{"description":"DeliveryAddress resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a DeliveryAddress resource.","description":"Retrieves a DeliveryAddress resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putDeliveryAddressItem","tags":["DeliveryAddress"],"responses":{"200":{"description":"DeliveryAddress resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}},"links":{"GetDeliveryAddressItem":{"operationId":"getDeliveryAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/v2\/delivery_addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the DeliveryAddress resource.","description":"Replaces the DeliveryAddress resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated DeliveryAddress resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-post.deliveryAddress_patch.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-post.deliveryAddress_patch.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-post.deliveryAddress_patch.deliveryAddress"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteDeliveryAddressItem","tags":["DeliveryAddress"],"responses":{"204":{"description":"DeliveryAddress resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the DeliveryAddress resource.","description":"Removes the DeliveryAddress resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/delivery_addresses\/{id}\/set-default":{"patch":{"operationId":"set_defaultDeliveryAddressItem","tags":["DeliveryAddress"],"responses":{"200":{"description":"DeliveryAddress resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.deliveryAddress"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/DeliveryAddress-get.deliveryAddress"}}},"links":{"GetDeliveryAddressItem":{"operationId":"getDeliveryAddressItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/v2\/delivery_addresses\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"set to default a delivery address","description":"Updates the DeliveryAddress resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":[]}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/devices":{"get":{"operationId":"gETDeviceCollection","tags":["Device"],"responses":{"200":{"description":"Device collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.jsonld-get.devices"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}}}}},"summary":"Retrieves the collection of Device resources.","description":"Retrieves the collection of Device resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/devices\/pair":{"post":{"operationId":"pairDeviceCollection","tags":["Device"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"paired":{"type":"boolean"},"deviceId":{"type":"integer"},"shopId":{"type":"integer"}}}}}}},"400":{"description":"Missing parameters<br>Invalid PIN Code<br>Already paired"},"422":{"description":"Unprocessable entity"},"401":{"description":"Paired with other device"}},"summary":"Device pairing","description":"Pairing a device","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"pin":{"type":"integer"},"identifier":{"type":"string"},"name":{"type":"string"},"model":{"type":"string"},"version":{"type":"string"},"force":{"type":"boolean"}}},"example":{"pin":319504,"identifier":"device-001","name":"Device Name","model":"Model 1","version":"v1.0","force":false}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/devices\/{identifier}\/paired":{"get":{"operationId":"is_pairedDeviceItem","tags":["Device"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"paired":{"type":"boolean"},"deviceId":{"type":"integer"},"shopId":{"type":"integer"}}}}}}},"404":{"description":"Resource not found"}},"summary":"Device is paired","description":"Check if device is paired","parameters":[{"name":"identifier","in":"path","description":"Device's identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/devices\/{id}":{"get":{"operationId":"gETDeviceItem","tags":["Device"],"responses":{"200":{"description":"Device resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Device-get.devices"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Device.jsonld-get.devices"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Device-get.devices"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Device resource.","description":"Retrieves a Device resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/devices\/{token}\/disable":{"patch":{"operationId":"disable_deviceDeviceCollection","tags":["Device"],"responses":{"200":{"description":"Device resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.jsonld-get.devices"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Disable device by token","description":"Disable device by token","parameters":[{"name":"token","in":"path","description":"Device's token","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Device resource","content":{"application\/merge-patch+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device"}}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/devices\/{token}\/enable":{"patch":{"operationId":"enable_deviceDeviceCollection","tags":["Device"],"responses":{"200":{"description":"Device resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.jsonld-get.devices"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.devices"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Enable device by token","description":"Enable device by token","parameters":[{"name":"token","in":"path","description":"Device's token","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Device resource","content":{"application\/merge-patch+json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device"}}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/domains\/{id}":{"parameters":[]},"\/api\/v2\/franchises\/domain":{"get":{"operationId":"get_by_urlFranchiseCollection","tags":["Franchise"],"responses":{"200":{"description":"Franchise collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Franchise-get.franchise"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Franchise.jsonld-get.franchise"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Franchise-get.franchise"}}}}},"400":{"description":"Bad Request"}},"summary":"Retrieve a Franchise resource","description":"Retrieve a Franchise resource","parameters":[{"name":"url","in":"query","description":"Url","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/franchises\/{id}":{"get":{"operationId":"getFranchiseItem","tags":["Franchise"],"responses":{"200":{"description":"Franchise resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Franchise-get.franchise"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Franchise.jsonld-get.franchise"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Franchise-get.franchise"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Franchise resource.","description":"Retrieves a Franchise resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/locales":{"get":{"operationId":"getLocaleCollection","tags":["Locale"],"responses":{"200":{"description":"Locale collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale-get.locale"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.locale"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale-get.locale"}}}}}},"summary":"Retrieves the collection of Locale resources.","description":"Retrieves the collection of Locale resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/locales\/{id}":{"parameters":[]},"\/api\/v2\/login":{"ref":"JWT Token","post":{"operationId":"postCredentialsItem","tags":["Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to login.","description":"","parameters":[],"requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty\/customers":{"post":{"operationId":"loyalty_customer_createLoyaltyCollection","tags":["Loyalty"],"responses":{"201":{"description":"Customer successfully created","content":{"application\/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"birthDate":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"hasOptinEmail":{"type":"boolean","nullable":true},"hasOptinSms":{"type":"boolean","nullable":true}}},"benefits":{"type":"object","nullable":true,"properties":{"points":{"type":"integer"},"credit":{"type":"integer"},"reward":{"type":"object","nullable":true,"properties":{"id":{"type":"string"},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isUsed":{"type":"boolean"},"isUsable":{"type":"boolean"},"requirement":{"type":"object","properties":{"redeemPoints":{"type":"integer"},"productSku":{"type":"string"}}},"value":{"type":"integer","nullable":true},"image":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}}}}}},"example":{"customer":{"id":"42e3c7a6-08d9-4baa-904e-faf24ed77abb","birthDate":"2006-04-31T00:00:00Z","email":"jane@heypongo.com","phoneNumber":"+33623456789","firstName":"Jane","lastName":"Doe","hasOptinEmail":true,"hasOptinSms":false},"benefits":{"points":100,"credit":0,"rewards":[{"id":"rew_c4d5c2b847","type":"PERCENT","name":"Remise 20% cmd","description":"Bravo, tu as gagn\u00e9 {{ reward }} ! Utilise ce code promo sur notre site pour en profiter lors de ta prochaine commande : {{ voucher }}","isUsed":false,"isUsable":false,"requirement":{"redeemPoints":2,"productSku":"FOX_68C3057F51902,FOX_68C305960C8F9,FOX_68C30546DA747,FOX_67E265A35C316,FOX_68C28D24E33BE,FOX_68C307006070C,FOX_68C2FB4BC9499,FOX_68C305AE6B2F1,FOX_68C30565269DD,FOX_68C2E2CF53E42,FOX_68C2FE730BD96,FOX_6842AB6C94BAA,FOX_687F8C81F2E47,FOX_687F8C81EA916,FOX_687F8C82030F4,FOX_68234FA071082,FOX_68B6BB0D2A21E"},"value":20,"image":"https:\/\/sandbox-static.heypongo.com\/rewards\/609_1759744143.jpg","couponCode":"rew_i6zebe06"}]}}}}}},"400":{"description":"Bad request | Invalid input | Unexpected error occurred","content":{"application\/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","example":"Invalid input"},"violations":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string","example":"phone"},"message":{"type":"string","enum":["Invalid format.","The phone number must be a valid mobile number.","An email address or phone number is required.","This value should be of type boolean."]}}},"example":[{"property":"phone","message":"Invalid format."},{"property":"phone","message":"The phone number must be a valid mobile number."},{"property":"email","message":"Invalid format."},{"property":"optinEmail","message":"This value should be of type boolean."},{"property":"optinSms","message":"This value should be of type boolean."},{"property":"loyalty_customer","message":"An email address or phone number is required."}]}}}}}},"422":{"description":"Unprocessable entity"}},"summary":"Create a new loyalty customer","description":"Creates a Loyalty resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date","nullable":true},"email":{"type":"string","format":"email","nullable":true},"phone":{"type":"string","nullable":true},"optinEmail":{"type":"boolean","nullable":true},"optinSms":{"type":"boolean","nullable":true}},"example":{"firstName":"John","lastName":"Doe","birthDate":"2006-04-31T00:00:00Z","email":"john.doe@example.com","phone":"+33123456789","optinEmail":true,"optinSms":false}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty\/customers\/search":{"post":{"operationId":"loyalty_customer_searchLoyaltyCollection","tags":["Loyalty"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"birthDate":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"phoneNumber":{"type":"string","nullable":true},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"hasOptinSms":{"type":"boolean","nullable":true},"hasOptinEmail":{"type":"boolean","nullable":true}}},"benefits":{"type":"object","nullable":true,"properties":{"points":{"type":"integer"},"credit":{"type":"integer"},"rewards":{"type":"object","nullable":true,"properties":{"id":{"type":"string"},"type":{"type":"string","nullable":true},"name":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"isUsed":{"type":"boolean"},"isUsable":{"type":"boolean"},"requirement":{"type":"object","properties":{"redeemPoints":{"type":"integer"},"productSku":{"type":"string"}}},"value":{"type":"integer","nullable":true},"image":{"type":"string","nullable":true},"couponCode":{"type":"string","nullable":true}}}}}},"example":{"customer":{"id":"42e3c7a6-08d9-4baa-904e-faf24ed77abb","birthDate":"2006-04-31T00:00:00Z","email":"jane@heypongo.com","phoneNumber":"+33623456789","firstName":"Jhon","lastName":"Doe","hasOptinSms":true,"hasOptinEmail":true},"benefits":{"points":100,"credit":0,"rewards":[{"id":"rew_c4d5c2b847","type":"PERCENT","name":"Remise 20% cmd","description":"Bravo, tu as gagn\u00e9 {{ reward }} ! Utilise ce code promo sur notre site pour en profiter lors de ta prochaine commande : {{ voucher }}","isUsed":false,"isUsable":false,"requirement":{"redeemPoints":2,"productSku":"FOX_68C3057F51902,FOX_68C305960C8F9,FOX_68C30546DA747,FOX_67E265A35C316,FOX_68C28D24E33BE,FOX_68C307006070C,FOX_68C2FB4BC9499,FOX_68C305AE6B2F1,FOX_68C30565269DD,FOX_68C2E2CF53E42,FOX_68C2FE730BD96,FOX_6842AB6C94BAA,FOX_687F8C81F2E47,FOX_687F8C81EA916,FOX_687F8C82030F4,FOX_68234FA071082,FOX_68B6BB0D2A21E"},"value":20,"image":"https:\/\/sandbox-static.heypongo.com\/rewards\/609_1759744143.jpg","couponCode":"rew_i6zebe06"}]}}}}}},"400":{"description":"Bad request | Invalid input | Loyalty API is not reachable | Unexpected error occurred","content":{"application\/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","example":"Invalid input"},"violations":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string","example":"phone"},"message":{"type":"string","enum":["Invalid format.","The phone number must be a valid mobile number.","An email address or phone number is required."]}}},"example":[{"property":"phone","message":"Invalid format."},{"property":"phone","message":"The phone number must be a valid mobile number."},{"property":"email","message":"Invalid format."},{"property":"loyalty_customer","message":"An email address or phone number is required."}]}}}}}},"422":{"description":"Unprocessable entity"},"404":{"description":"Loyalty customer not found"}},"summary":"Search for a loyalty customer by phone or email","description":"Creates a Loyalty resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"email":{"type":"string","format":"email","nullable":true},"phone":{"type":"string","nullable":true}},"example":{"phone":"+33123456789"}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty\/customers\/{customerId}":{"patch":{"operationId":"loyalty_customer_patchLoyaltyItem","tags":["Loyalty"],"responses":{"200":{"description":"","content":{"application\/json":{"example":{"id":"b0dcd4bf-3589-4e76-9f1d-ad5d834ed999","firstName":"John","lastName":"Doe","email":"john.doe@example.com","phone":"+33612345678","optinEmail":false,"optinSms":true,"birthDate":"2006-04-31T00:00:00Z"},"schema":{"type":"object","properties":{"id":{"type":"string","nullable":false},"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"email":{"type":"string","format":"email","nullable":true},"phone":{"type":"string","nullable":false},"optinEmail":{"type":"boolean","nullable":true},"optinSms":{"type":"boolean","nullable":true},"birthDate":{"type":"string","format":"date","nullable":true}}}}}},"400":{"description":"Invalid data","content":{"application\/json":{"example":{"detail":"Invalid input","violations":[{"property":"loyalty","message":"At least one optin must be given."}]}}}},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Optins of a loyalty customer","description":"Updates the Loyalty resource.","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","example":"b0dcd4bf-3589-4e76-9f1d-ad5d834ed999"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string","nullable":true},"lastName":{"type":"string","nullable":true},"birthDate":{"type":"string","format":"date","nullable":true},"optinEmail":{"type":"boolean","nullable":true},"optinSms":{"type":"boolean","nullable":true}}},"example":{"firstName":"Jhon","lastName":"Doe","birthDate":"2006-04-31T00:00:00Z","optinEmail":false,"optinSms":true}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty\/{customerId}\/benefits":{"get":{"operationId":"loyalty_customer_benefitsLoyaltyItem","tags":["Loyalty"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"points":{"type":"string"},"credits":{"type":"string"},"rewards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"name":{"type":"string"},"image":{"type":"string"},"description":{"type":"string"},"couponCode":{"type":"string"},"isUsed":{"type":"string"},"useable":{"type":"string"},"requirement":{"type":"object","properties":{"expirationDate":{"type":"string"}}},"value":{"type":"integer"},"hash":{"type":"string"},"receivedAt":{"type":"string"},"usedAt":{"type":"string"}}}}}}}}},"404":{"description":"Resource not found"}},"summary":"List benefits for a customer","description":"Retrieves a Loyalty resource.","parameters":[{"name":"customerId","in":"path","description":"Customer's id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty\/{id}\/configuration":{"get":{"operationId":"loyalty_configurationLoyaltyItem","tags":["Loyalty"],"responses":{"200":{"description":"Loyalty resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Loyalty-loyalty.configuration"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Loyalty.jsonld-loyalty.configuration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Loyalty-loyalty.configuration"}}}},"404":{"description":"Resource not found"}},"summary":"Get loyalty configuration of shop","description":"Get loyalty configuration of shop","parameters":[{"name":"id","in":"path","description":"Shop's id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/loyalty_translations\/{id}":{"get":{"operationId":"gETLoyaltyTranslationItem","tags":["LoyaltyTranslation"],"responses":{"200":{"description":"LoyaltyTranslation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/LoyaltyTranslation"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/LoyaltyTranslation.jsonld"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/LoyaltyTranslation"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a LoyaltyTranslation resource.","description":"Retrieves a LoyaltyTranslation resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus":{"get":{"operationId":"getMenuCollection","tags":["Menu"],"responses":{"200":{"description":"Menu collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Menu-get.menus"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menus"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Menu-get.menus"}}}}}},"summary":"Retrieves the collection of Menu resources.","description":"Retrieves the collection of Menu resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postMenuCollection","tags":["Menu"],"responses":{"201":{"description":"Menu resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Menu resource.","description":"Creates a Menu resource.","parameters":[],"requestBody":{"description":"The new Menu resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-post.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-post.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-post.menu"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/create":{"post":{"operationId":"menu_createMenuCollection","tags":["Menu"],"responses":{"200":{"description":"Menu resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}}},"links":{}},"400":{"description":"Invalid json<br>Invalid menu json<br>Missing category fields<br>Category fields are empty<br>Category's image invalid<br>Category already exist<br>Products mismatch between menu and provided product list<br>Categories mismatch between categories and provided categories inside products<br>Missing product fields<br>Product fields are empty<br>Product's image invalid<br>Product already exist<br>Invalid product component<br>Missing option fields<br>Option fields are empty<br>Invalid option type<br>Option's image invalid<br>Missing option variant fields<br>Option variant fields are empty<br>Option variant's image invalid<br>Option already exist<br>Invalid map products fields id<br>Invalid map product field cross selling<br>Invalid map product field up selling<br>Missing categories in products"},"422":{"description":"Unprocessable entity"}},"summary":"Create a menu","description":"Create a menu","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"categories":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"imageUrl":{"type":"string"},"position":{"type":"number"}},"example":[{"id":"acbc91d8-b711-4d79-a174-11e306e5ab66","name":"plats riz","imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/snacking\/category\/lxnwjlmzruywm7dnpxcv4g.png","position":0},{"id":"acbc91d8-b711-4d79-a174-11e306e5ab67","name":"plats poulet","imageUrl":null,"position":0}]},"map-categories":{"type":"object","properties":{"id":{"type":"string"},"parent":{"type":"string"}},"example":[{"id":"acbc91d8-b711-4d79-a174-11e306e5ab67","parent":"acbc91d8-b711-4d79-a174-11e306e5ab66"}]},"options":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"imageUrl":{"type":"string"},"position":{"type":"number"},"min":{"type":"number"},"max":{"type":"number"},"maxQuantity":{"type":"number"},"required":{"type":"boolean"},"optionVariants":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"price":{"type":"number"},"outOfStock":{"type":"boolean"},"imageUrl":{"type":"string"}}}},"example":[{"id":"1057120205","name":"souhaitez vous du chou ?","type":"single","imageUrl":null,"position":1,"min":1,"max":2,"maxQuantity":1,"required":true,"optionVariants":[{"id":"fox_343693_59","name":"chou","price":0,"outOfStock":false,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/bomptethz0gl9djehz0ciq.png"}]},{"id":"642729388","name":"choisissez vous du supplement?","type":"multiple","imageUrl":null,"position":12,"min":0,"max":5,"maxQuantity":2,"required":false,"optionVariants":[{"id":"fox_343693_61","name":"eby fry","price":0,"outOfStock":false,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/dbf2_9xn1e2ancfx0r1cga.png"}]}]},"products":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"calorie":{"type":"number"},"imageUrl":{"type":"string"},"withAlcohol":{"type":"boolean"},"new":{"type":"boolean"},"restricted":{"type":"boolean"},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"number"},"modes":{"type":"object","properties":{"mode":{"type":"string"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}},"components":{"type":"object"}},"example":[{"id":"fox_343693_134","name":"jap curry","description":"jap curry","calorie":0,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/u6tfqehsweikrd55xky3cg.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1250,"tax":0.1,"enabled":true},{"mode":"delivery","price":1250,"tax":0.1,"enabled":true},{"mode":"take-out","price":1250,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]},{"id":"fox_343693_132","name":"namban tori","description":"namban tori","calorie":2,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/a2zk_42u6ugznkob0qzwiq.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1040,"tax":0.1,"enabled":true},{"mode":"delivery","price":1040,"tax":0.1,"enabled":true},{"mode":"take-out","price":1040,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]},{"id":"fox_343693_133","name":"chicken katsu","description":"chicken katsu","calorie":0,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/jmdqwiyi60kmfbhbqwo-7a.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1040,"tax":0.1,"enabled":true},{"mode":"delivery","price":1040,"tax":0.1,"enabled":true},{"mode":"take-out","price":1040,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]}]},"map-products":{"type":"object","properties":{"id":{"type":"string"},"cross-selling":{"type":"object"},"up-selling":{"type":"object"}},"example":[{"id":"fox_343693_132","cross-selling":["fox_343693_133","fox_343693_134"],"up-selling":["fox_343693_134"]}]},"menu":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"note":{"type":"string"},"products":{"type":"object","properties":{"id":{"type":"string"},"categories":{"type":"object"},"options":{"type":"object"}}}},"example":{"name":"Menu hiver","description":"Menu hiver","note":null,"products":[{"id":"fox_343693_132","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]},{"id":"fox_343693_133","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]},{"id":"fox_343693_134","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]}]}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}":{"get":{"operationId":"gETMenuItem","tags":["Menu"],"responses":{"200":{"description":"A menu object with its categories and products","content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","example":196},"name":{"type":"string","example":"Prog demo v1"},"description":{"type":"string","nullable":true,"example":null},"note":{"type":"string","nullable":true,"example":null},"categories":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":1249},"parentId":{"type":"integer","nullable":true,"example":null},"position":{"type":"integer","example":1},"visible":{"type":"boolean","example":true},"enabled":{"type":"boolean","example":true},"externalId":{"type":"string","nullable":true,"example":null},"imageUrl":{"type":"string","example":"uploads\/images\/categories\/be98a5d1.png"},"products":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":8862},"calory":{"type":"integer","nullable":true,"example":null},"withAlcool":{"type":"boolean","example":false},"new":{"type":"boolean","example":false},"blockedBySlot":{"type":"boolean","example":false},"restricted":{"type":"boolean","example":false},"options":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":810},"type":{"type":"string","example":"single"},"optionVariants":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":3888},"price":{"type":"integer","example":0},"outOfStock":{"type":"boolean","example":false},"imageUrl":{"type":"string","nullable":true,"example":null},"enabled":{"type":"boolean","example":true},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"27 cm"},"locale":{"type":"string","example":"fr_FR"}}}}}}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"Quelle taille pour votre pizza"},"locale":{"type":"string","example":"fr_FR"}}}}}}},"aliments":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":1},"code":{"type":"string","example":"SOY"},"logoUrl":{"type":"string","example":"uploads\/images\/aliments\/plan-de-travail-1-copie-2-640b338c04c3f499541518.png"},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"Soja"},"locale":{"type":"string","example":"fr_FR"}}}}}}},"upSellingProducts":{"type":"array","items":{"type":"object"}},"crossSellingProducts":{"type":"array","items":{"type":"object"}},"outOfStock":{"type":"boolean","example":false},"preparationTime":{"type":"integer","example":0},"sku":{"type":"string","example":"FOX_670FD3F56BC45"},"enabled":{"type":"boolean","example":true},"imageUrl":{"type":"string","example":"uploads\/images\/products\/1a91dcf7.jpeg"},"modes":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string","example":"delivery"},"price":{"type":"integer","example":390},"tax":{"type":"object","properties":{"rate":{"type":"number","example":0.1}}},"enabled":{"type":"boolean","example":true}}}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"Salade de fruit"},"description":{"type":"string","example":"Notre salade de fruits exotiques vous apporte une touche de fraicheur avec ses beaux morceaux de mangue fra\u00eeche, grenade et d'ananas. \ud83e\udd6d"},"locale":{"type":"string","example":"fr_FR"}}}}}}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","example":"DESSERTS \ud83c\udf6a"},"locale":{"type":"string","example":"fr_FR"}}}}}}},"enabled":{"type":"boolean","example":true}}}}}},"404":{"description":"Resource not found"}},"summary":"Retrieve a menu by its ID","description":"Returns a menu including its categories and products based on the shop context of the user or the provided shop token. if the ID is equal to \"current\", return the actif one","parameters":[{"name":"id","in":"path","description":"The ID of the menu to retrieve","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","pattern":"^(current|\\d+)$","example":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putMenuItem","tags":["Menu"],"responses":{"200":{"description":"Menu resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Menu resource.","description":"Replaces the Menu resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Menu resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-post.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-post.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-post.menu"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteMenuItem","tags":["Menu"],"responses":{"204":{"description":"Menu resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Menu resource.","description":"Removes the Menu resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/categories":{"get":{"operationId":"api_menus_categories_get_subresourceMenuSubresource","tags":["Category","Menu"],"responses":{"200":{"description":"Menu resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-get.category"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld-get.category"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-get.category"}}}}}},"summary":"Retrieves a Menu resource.","description":"Retrieves a Menu resource.","parameters":[{"name":"id","in":"path","description":"Menu identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/cross-selling-products":{"get":{"operationId":"menu_cross_sellingMenuItem","tags":["Menu"],"responses":{"200":{"description":"Menu resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-read.menu.cross-selling"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-read.menu.cross-selling"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-read.menu.cross-selling"}}}},"404":{"description":"Resource not found"}},"summary":"Cross selling products","description":"Get menu cross selling products based on the shop context of the user or the provided shop token. if the ID is equal to \"current\", return the actif one","parameters":[{"name":"id","in":"path","description":"The ID of the menu to retrieve","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","pattern":"^(current|\\d+)$","example":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/enable":{"patch":{"operationId":"enableMenuItem","tags":["Menu"],"responses":{"200":{"description":"Menu resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Menu not found"}},"summary":"Enable menu","description":"Enable menu","parameters":[{"name":"id","in":"path","description":"menu's id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":[]}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/products":{"get":{"operationId":"api_menus_products_get_subresourceMenuSubresource","tags":["Product","Menu"],"responses":{"200":{"description":"Menu resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.product"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.product"}}}}}},"summary":"Retrieves a Menu resource.","description":"Retrieves a Menu resource.","parameters":[{"name":"id","in":"path","description":"Menu identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/promotional-offers":{"get":{"operationId":"promotional_offersMenuItem","tags":["Menu"],"responses":{"200":{"description":"Menu resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.offer_get.offer.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.offer_get.offer.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.offer_get.offer.menu"}}}},"404":{"description":"Resource not found"},"401":{"description":"Unauthorized"}},"summary":"Promotional offers list","description":"Get promotional offers based on the shop context of the user or the provided shop token. if the ID is equal to \"current\", return the actif one","parameters":[{"name":"id","in":"path","description":"The ID of the menu to retrieve","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","pattern":"^(current|\\d+)$","example":1},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/menus\/{id}\/update":{"post":{"operationId":"menu_updateMenuCollection","tags":["Menu"],"responses":{"200":{"description":"Menu resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu-get.menu"}}},"links":{}},"400":{"description":"Invalid json<br>Invalid menu json<br>Missing category fields<br>Category fields are empty<br>Category already exist<br>Products mismatch between menu and provided product list<br>Missing product fields<br>Categories mismatch between categories and provided categories inside products<br>Product fields are empty<br>Product already exist<br>Invalid product component<br>Missing option fields<br>Option fields are empty<br>Invalid option type<br>Option's image invalid<br>Option variant fields are empty<br>Option already exist<br>Invalid map products fields id<br>Invalid map product field cross selling<br>Invalid map product field up selling<br>Missing categories in products"},"422":{"description":"Unprocessable entity"},"403":{"description":"Not allowed"},"404":{"description":"Menu not found"}},"summary":"Update a menu","description":"Update a menu","parameters":[{"name":"id","in":"path","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"categories":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"imageUrl":{"type":"string"},"position":{"type":"number"}},"example":[{"id":"acbc91d8-b711-4d79-a174-11e306e5ab66","name":"plats riz","imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/snacking\/category\/lxnwjlmzruywm7dnpxcv4g.png","position":0},{"id":"acbc91d8-b711-4d79-a174-11e306e5ab67","name":"plats poulet","imageUrl":null,"position":0}]},"map-categories":{"type":"object","properties":{"id":{"type":"string"},"parent":{"type":"string"}},"example":[{"id":"acbc91d8-b711-4d79-a174-11e306e5ab67","parent":"acbc91d8-b711-4d79-a174-11e306e5ab66"}]},"options":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"imageUrl":{"type":"string"},"position":{"type":"number"},"min":{"type":"number"},"max":{"type":"number"},"maxQuantity":{"type":"number"},"required":{"type":"boolean"},"optionVariants":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"price":{"type":"number"},"outOfStock":{"type":"boolean"},"imageUrl":{"type":"string"}}}},"example":[{"id":"1057120205","name":"souhaitez vous du chou ?","type":"single","imageUrl":null,"position":1,"min":1,"max":2,"maxQuantity":1,"required":true,"optionVariants":[{"id":"fox_343693_59","name":"chou","price":0,"outOfStock":false,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/bomptethz0gl9djehz0ciq.png"}]},{"id":"642729388","name":"choisissez vous du supplement?","type":"multiple","imageUrl":null,"position":12,"min":0,"max":5,"maxQuantity":2,"required":false,"optionVariants":[{"id":"fox_343693_61","name":"eby fry","price":0,"outOfStock":false,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/dbf2_9xn1e2ancfx0r1cga.png"}]}]},"products":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"calorie":{"type":"number"},"imageUrl":{"type":"string"},"withAlcohol":{"type":"boolean"},"new":{"type":"boolean"},"restricted":{"type":"boolean"},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"number"},"modes":{"type":"object","properties":{"mode":{"type":"string"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}},"components":{"type":"object"}},"example":[{"id":"fox_343693_134","name":"jap curry","description":"jap curry","calorie":0,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/u6tfqehsweikrd55xky3cg.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1250,"tax":0.1,"enabled":true},{"mode":"delivery","price":1250,"tax":0.1,"enabled":true},{"mode":"take-out","price":1250,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]},{"id":"fox_343693_132","name":"namban tori","description":"namban tori","calorie":2,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/a2zk_42u6ugznkob0qzwiq.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1040,"tax":0.1,"enabled":true},{"mode":"delivery","price":1040,"tax":0.1,"enabled":true},{"mode":"take-out","price":1040,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]},{"id":"fox_343693_133","name":"chicken katsu","description":"chicken katsu","calorie":0,"imageUrl":"https:\/\/file.dev.keziacloud.fr\/images\/bancdetest\/catalog\/p\/jmdqwiyi60kmfbhbqwo-7a.png","withAlcohol":false,"new":false,"restricted":false,"outOfStock":false,"preparationTime":0,"modes":[{"mode":"on-site","price":1040,"tax":0.1,"enabled":true},{"mode":"delivery","price":1040,"tax":0.1,"enabled":true},{"mode":"take-out","price":1040,"tax":0.1,"enabled":true}],"components":["VEGAN","GLUTEN"]}]},"map-products":{"type":"object","properties":{"id":{"type":"string"},"cross-selling":{"type":"object"},"up-selling":{"type":"object"}},"example":[{"id":"fox_343693_132","cross-selling":["fox_343693_133","fox_343693_134"],"up-selling":["fox_343693_134"]}]},"menu":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"note":{"type":"string"},"products":{"type":"object","properties":{"id":{"type":"string"},"categories":{"type":"object"},"options":{"type":"object"}}}},"example":{"name":"Menu hiver","description":"Menu hiver","note":null,"products":[{"id":"fox_343693_132","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]},{"id":"fox_343693_133","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]},{"id":"fox_343693_134","categories":["acbc91d8-b711-4d79-a174-11e306e5ab66"],"options":["1057120205","642729388"]}]}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/mode_translations\/{id}":{"get":{"operationId":"gETModeTranslationItem","tags":["ModeTranslation"],"responses":{"200":{"description":"ModeTranslation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ModeTranslation"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/ModeTranslation.jsonld"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ModeTranslation"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ModeTranslation resource.","description":"Retrieves a ModeTranslation resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/opening_hours\/sync":{"get":{"operationId":"synchronizationOpeningHoursCollection","tags":["OpeningHours"],"responses":{"200":{"description":"OpeningHours collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OpeningHours-sync.openingHours"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OpeningHours.jsonld-sync.openingHours"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OpeningHours-sync.openingHours"}}}}},"401":{"description":"Unauthorized"}},"summary":"OpeningHours synchronization","description":"OpeningHours synchronization","parameters":[{"name":"since","in":"query","description":"Date of the last request","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"datetime"},"style":"form","explode":false,"allowReserved":false},{"name":"shopId","in":"query","description":"shop's id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/opening_hours\/{id}":{"parameters":[]},"\/api\/v2\/option_variants":{"post":{"operationId":"pOSTOptionVariantCollection","tags":["OptionVariant"],"responses":{"201":{"description":"OptionVariant resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a OptionVariant resource.","description":"Creates a OptionVariant resource.","parameters":[],"requestBody":{"description":"The new OptionVariant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-post.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-post.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-post.optionVariant"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/option_variants\/{id}":{"get":{"operationId":"gETOptionVariantItem","tags":["OptionVariant"],"responses":{"200":{"description":"OptionVariant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a OptionVariant resource.","description":"Retrieves a OptionVariant resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"pUTOptionVariantItem","tags":["OptionVariant"],"responses":{"200":{"description":"OptionVariant resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the OptionVariant resource.","description":"Replaces the OptionVariant resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated OptionVariant resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-put.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-put.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-put.optionVariant"}}},"required":true},"deprecated":false},"delete":{"operationId":"dELETEOptionVariantItem","tags":["OptionVariant"],"responses":{"204":{"description":"OptionVariant resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the OptionVariant resource.","description":"Removes the OptionVariant resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/option_variants\/{id}\/attach-image":{"post":{"operationId":"upload_imageOptionVariantItem","tags":["OptionVariant"],"responses":{"201":{"description":"OptionVariant resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.optionVariant"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OptionVariant-get.optionVariant"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a OptionVariant resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/options":{"post":{"operationId":"pOSTOptionCollection","tags":["Option"],"responses":{"201":{"description":"Option resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Option resource.","description":"Creates a Option resource.","parameters":[],"requestBody":{"description":"The new Option resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-post.option"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld-post.option"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Option-post.option"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/options\/{id}":{"get":{"operationId":"gETOptionItem","tags":["Option"],"responses":{"200":{"description":"Option resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Option resource.","description":"Retrieves a Option resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"pUTOptionItem","tags":["Option"],"responses":{"200":{"description":"Option resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Option resource.","description":"Replaces the Option resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Option resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-put.option"}}},"required":true},"deprecated":false},"delete":{"operationId":"dELETEOptionItem","tags":["Option"],"responses":{"204":{"description":"Option resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Option resource.","description":"Removes the Option resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/options\/{id}\/attach-image":{"post":{"operationId":"upload_imageOptionItem","tags":["Option"],"responses":{"201":{"description":"Option resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Option-get.option"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a Option resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/ordering_hours\/time_slots":{"get":{"operationId":"get_time_slotOrderingHoursCollection","tags":["OrderingHours"],"responses":{"200":{"description":"ok","content":{"application\/json":{"schema":{"type":"object","properties":{"shopMode":{"type":"object","properties":{"day":{"type":"object","properties":{"slot":{"type":"string"}}}}}}}}}},"400":{"description":"Bad request"}},"summary":"Retrieves ordering hours time slots","description":"Retrieves ordering hours time slots","parameters":[{"name":"date","in":"query","description":"The selected date","required":false,"deprecated":false,"allowEmptyValue":false,"schema":[],"style":"form","explode":false,"allowReserved":false},{"name":"shop","in":"query","description":"The shop's id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/ordering_hours\/{id}":{"parameters":[]},"\/api\/v2\/orders":{"get":{"operationId":"gETOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}}}},"summary":"Retrieves the collection of Order resources.","description":"Retrieves the collection of Order resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"franchise","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"franchise[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"pOSTOrderCollection","tags":["Order"],"responses":{"201":{"description":"Order resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Order resource.","description":"Creates a Order resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"asap":{"type":"boolean"},"date":{"type":"string"},"shop":{"type":"string"},"shopMode":{"type":"string"},"itemsTotal":{"type":"number"},"discountsTotal":{"type":"number"},"taxesTotal":{"type":"number"},"total":{"type":"number"},"notes":{"type":"string"},"tableNumber":{"type":"string"},"orderItems":{"type":"object","properties":{"product":{"type":"string"},"quantity":{"type":"number"},"note":{"type":"string"},"total":{"type":"number"},"optionList":{"type":"object","properties":{"id":{"type":"string"},"optionTranslations":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}}}},"optionVariant":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"string"},"optionVariantTranslations":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}}}},"quantity":{"type":"string"}}}}},"stepList":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"stepItem":{"type":"object","properties":{"id":{"type":"string"},"products":{"type":"object","properties":{"id":{"type":"string"},"productTranslations":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}}}},"optionList":{"type":"object","properties":{"id":{"type":"string"},"optionTranslations":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}}}},"optionVariant":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"string"},"optionVariantTranslations":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"object","properties":{"id":{"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}}}},"quantity":{"type":"string"}}}}}}},"price":{"type":"string"}}},"stepTotalPrice":{"type":"string"}}}}},"promotion":{"type":"string"},"deliveryAddress":{"type":"object","properties":{"postalCode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"street":{"type":"string"},"street2":{"type":"string"},"phone":{"type":"string"},"fax":{"type":"string"},"description":{"type":"string"},"isDefault":{"type":"string"},"floor":{"type":"number"},"building":{"type":"string"},"elevator":{"type":"boolean"},"digicode":{"type":"string"},"digicode2":{"type":"string"},"intercom":{"type":"string"},"longitude":{"type":"number"},"latitude":{"type":"number"}}},"createdByGuest":{"type":"boolean"},"localCode":{"type":"string"},"customerEmail":{"type":"string"},"customerName":{"type":"string"},"shippingCost":{"type":"number"},"fees":{"type":"number"},"managementFees":{"type":"number"},"setting":{"type":"object","properties":{"customerIdentifier":{"type":"string"},"value":{"type":"string"},"cutlery":{"type":"string"}}},"loyalty":{"type":"object","properties":{"customer":{"type":"object","properties":{"id":{"type":"string"},"firstname":{"type":"string"},"lastname":{"type":"string"},"phone":{"type":"string"},"email":{"type":"string"}}},"rewards":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string"},"value":{"type":"integer"},"image":{"type":"string"}}}}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/cancel-payments":{"post":{"operationId":"cancel_paymentsOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order payments has been cancelled"},"400":{"description":"Invalid input","content":{"application\/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","enum":["Invalid input"],"example":"Invalid input"},"violations":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string"},"message":{"type":"string"}},"required":["property","message"]},"description":"List of validation violations"}},"required":["detail","violations"]}}}},"422":{"description":"Unprocessable entity"}},"summary":"Cancel payments","description":"Cancel payments","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"orderId":{"type":"integer","description":"Order Id"}},"required":["orderId"]}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}":{"get":{"operationId":"gETOrderItem","tags":["Order"],"responses":{"200":{"description":"Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Order resource.","description":"Retrieves a Order resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"pUTOrderItem","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Order resource.","description":"Replaces the Order resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Order resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Order-post.order"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Order.jsonld-post.order"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Order-post.order"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/accept":{"patch":{"operationId":"acceptOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Accept an Order","description":"Set Order's status to accept","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/cancel":{"patch":{"operationId":"cancelOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Cancel an Order","description":"Set Order's status to cancelled","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/delay":{"patch":{"operationId":"delayOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Delay an Order","description":"Set Order's status to delayed","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"period","in":"query","description":"Delay period (min)","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/deliver":{"patch":{"operationId":"deliverOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Deliver an Order","description":"Set Order's status to delivred","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/pay":{"patch":{"operationId":"payOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Pay an Order","description":"Set Order's status to paid","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/ready":{"patch":{"operationId":"readyOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Set Order's status to ready","description":"Set Order's status to ready","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/orders\/{id}\/reject":{"patch":{"operationId":"rejectOrderCollection","tags":["Order"],"responses":{"200":{"description":"Order resource updated","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order.jsonld-get.order"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Order-get.order"}}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Reject an Order","description":"Set Order's status to Rejected","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/payment_methods":{"get":{"operationId":"gETPaymentMethodCollection","tags":["PaymentMethod"],"responses":{"200":{"description":"PaymentMethod collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-get.paymentMethod"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}}}}}},"summary":"Retrieves the collection of PaymentMethod resources.","description":"Retrieves the collection of PaymentMethod resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/payment_methods\/{id}":{"get":{"operationId":"gETPaymentMethodItem","tags":["PaymentMethod"],"responses":{"200":{"description":"PaymentMethod resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-get.paymentMethod"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PaymentMethod resource.","description":"Retrieves a PaymentMethod resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/payment_methods\/{id}\/attach-image":{"post":{"operationId":"upload_imagePaymentMethodItem","tags":["PaymentMethod"],"responses":{"201":{"description":"PaymentMethod resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-get.paymentMethod"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PaymentMethod-get.paymentMethod"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a PaymentMethod resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/payments\/create":{"post":{"operationId":"payment_createPaymentCollection","tags":["Payment"],"responses":{"201":{"description":"Payment resource created","content":{"application\/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Payment created"},"payplugPaymentId":{"type":"string","example":"pay_7ZYmXQ63PmYRVXdlLhF1xg"}}}}}},"400":{"description":"Missing parameters<br>Invalid payment amount<br>Invalid free items data<br>Payment method not found"},"422":{"description":"Unprocessable entity"},"404":{"description":"Order not found<br>Payment method not found<br>Paygreen method not found<br>Paygreen method not supported"}},"summary":"Create a payment","description":"Create a payment","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"orderId":{"type":"integer","example":9802},"paymentMethodId":{"type":"integer","example":54},"amount":{"type":"integer","example":520}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/payments\/result":{"post":{"operationId":"payment_set_resultPaymentCollection","tags":["Payment"],"responses":{"200":{"description":"Payment result processed successfully","content":{"application\/json":{"schema":{"type":"object","properties":{"processed":{"type":"boolean","example":true},"payment_state":{"type":"string","example":"paid"}}}}}},"400":{"description":"Invalid json<br>Missing parameters<br>Payment nepting state not supported"},"422":{"description":"Unprocessable entity"},"404":{"description":"Payment not found"}},"summary":"Handle payment result","description":"Handles the result of a payment transaction from Nepting","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"payment_external_id":{"type":"string","example":"0224"},"result":{"type":"string","example":"Success"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/payments\/{external_id}\/status":{"get":{"operationId":"payment_statusPaymentCollection","tags":["Payment"],"responses":{"200":{"description":"- Payment status retrieved successfully.\n - Possible values: [authorized | awaiting_payment | cancelled | error | expired | failed | new | paid | partially_paid | skipped | processing | refunded | requires_action | unknown]","content":{"application\/json":{"schema":{"type":"object","properties":{"state":{"type":"string","enum":["authorized","awaiting_payment","cancelled","error","expired","failed","new","paid","partially_paid","skipped","processing","refunded","requires_action","unknown"]}},"description":"Payment state"},"example":{"state":"paid"}}}},"400":{"description":"Invalid parameter"},"404":{"description":"Payment not found"}},"summary":"Payment\u2019s state","description":"Get payment status by external id","parameters":[{"name":"external_id","in":"path","description":"Payment external id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string","example":"3yHirh6FE3XdwD3VW0Zyxw"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/payments\/{id}\/payplug-apple-pay\/complete":{"patch":{"operationId":"complete_apple_payPaymentItem","tags":["Payment"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Payment Compeleted"},"isPaid":{"type":"boolean","example":true},"resultCode":{"type":"integer","example":200},"resultMessage":{"type":"string","example":"{\"paymentData\":{\"data\":\"BASE64_ENCODED_PAYMENT_DATA_BLOB...\",\"signature\":\"MIAGCSqGSIb3DQEHAqCAMIACAQExDTALBglghkgBZQMEAgEwgAYJKoZIhvcNAQcBA...\",\"header\":{\"transactionId\":\"123456789abcdef\",\"publicKeyHash\":\"BASE64_ENCODED_HASH\",\"applicationData\":\"BASE64_ENCODED_APP_DATA\",\"ephemeralPublicKey\":\"BASE64_ENCODED_PUBLIC_KEY\"},\"version\":\"EC_v1\"},\"paymentMethod\":{\"displayName\":\"Visa 1234\",\"network\":\"Visa\",\"type\":\"debit\"},\"transactionIdentifier\":\"123456789abcdef\"}"}}}}}},"400":{"description":"Invalid input \/ An error occured with Payplug Apple pay when completing payment","content":{"application\/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","enum":["Invalid input"],"example":"Invalid input"},"violations":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string"},"message":{"type":"string"}},"required":["property","message"]},"description":"List of validation violations"}},"required":["detail","violations"]}}}},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Complete Apple Pay payment","description":"Complete an Apple Pay payment through Payplug","parameters":[{"name":"id","in":"path","description":"Payment ID","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","example":1234},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"externalId":{"type":"string","example":"pay_7M4bISWaRIbAyGTw8dLUwy"},"applePayToken":{"type":"object","example":{"paymentData":{"data":"BASE64_ENCODED_PAYMENT_DATA_BLOB...","signature":"MIAGCSqGSIb3DQEHAqCAMIACAQExDTALBglghkgBZQMEAgEwgAYJKoZIhvcNAQcBA...","header":{"transactionId":"123456789abcdef","publicKeyHash":"BASE64_ENCODED_HASH","applicationData":"BASE64_ENCODED_APP_DATA","ephemeralPublicKey":"BASE64_ENCODED_PUBLIC_KEY"},"version":"EC_v1"},"paymentMethod":{"displayName":"Visa 1234","network":"Visa","type":"debit"},"transactionIdentifier":"123456789abcdef"}}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/phone\/send-verification-code":{"post":{"operationId":"phone_send_verification_codeUserOAuthCollection","tags":["UserOAuth"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":[{"type":"object","properties":{"message":{"type":"string"}}}],"examples":[{"summary":"Sms code is sent successfully","value":{"message":"Verification code has been sent"}}]}}},"400":{"description":"","content":{"application\/json":{"schema":[{"type":"object","properties":{"message":{"type":"string"}}}],"examples":[{"summary":"Phone already verified","value":{"message":"Phone already verified"}},{"summary":"Sms code already sent","value":{"message":"Code already sent"}},{"summary":"Request failed","value":{"message":"Request failed"}}]}}},"422":{"description":"Unprocessable entity"},"429":{"description":"Too many requests"}},"summary":"Send a verification code to a phone number.","description":"Creates a UserOAuth resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"phone":{"type":"string","nullable":false}},"example":{"phone":"+33123456789"}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/phone\/verify":{"post":{"operationId":"phone_verifyUserOAuthCollection","tags":["UserOAuth"],"responses":{"200":{"description":"Phone\/code verified & proofToken sent.","content":{"application\/json":{"schema":{"type":"object","properties":{"message":{"type":"string","example":"Phone is verified"},"proofToken":{"type":"string","example":"6928384034"}}}}}},"400":{"description":"Invalid phone or code"},"422":{"description":"Unprocessable entity"}},"summary":"Verify phone with code if correct.","description":"Creates a UserOAuth resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"phone":{"type":"string","nullable":false},"code":{"type":"string","nullable":false}},"example":{"phone":"+33123456789","code":"123456"}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/pickup_hours\/{id}":{"parameters":[]},"\/api\/v2\/product_translations\/{id}":{"parameters":[]},"\/api\/v2\/products\/menu":{"post":{"operationId":"post_product_menuProductCollection","tags":["Product"],"responses":{"201":{"description":"Product created successfully"},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a new menu","description":"Create a menu with steps. The field `shop` is mandatory if connected as `manager (ROLE_MANAGER)`, to identify the product's shop","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"calory":{"type":"number"},"withAlcool":{"type":"boolean"},"new":{"type":"boolean"},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean"},"modes":{"type":"array","items":{"type":"object","properties":{"shopMode":{"type":"number"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}}},"shop":{"type":"number","nullable":true,"description":"Required if user has ROLE_SHOP_MANAGER. Ignored if user has ROLE_MANAGER."},"menus":{"type":"array","items":{"type":"integer"}},"options":{"type":"array","items":{"type":"integer"}},"aliments":{"type":"array","items":{"type":"integer"}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"string"}}}},"outOfStock":{"type":"boolean"},"categories":{"type":"array","items":{"type":"string"}},"preparationTime":{"type":"number"},"displayNotes":{"type":"boolean"},"enabled":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"steps":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"stepItems":{"type":"array","items":{"type":"object","properties":{"product":{"type":"integer"},"price":{"type":"number"}}}}}}}}},"example":{"calory":1,"withAlcool":true,"new":true,"blockedBySlot":false,"restricted":true,"modes":[{"shopMode":167,"price":200,"tax":1,"enabled":true}],"shop":81,"menus":[77],"options":[478,495],"aliments":[2,3,5,6],"translations":[{"name":"amine test","description":"amine test","locale":"fr_FR"}],"outOfStock":false,"categories":["192","191"],"preparationTime":10,"displayNotes":true,"enabled":true,"externalId":"ext-123456","imageUrl":"https:\/\/example.com\/image.jpg","steps":[{"name":"1 repas","stepItems":[{"product":772,"price":0}]},{"name":"2 repas","stepItems":[{"product":773,"price":10}]}]}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/products\/simple":{"post":{"operationId":"post_product_simpleProductCollection","tags":["Product"],"responses":{"201":{"description":"Product created successfully"},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Create a new simple product","description":"Create a simple product. The field `shop` is mandatory if connected as `manager (ROLE_MANAGER)`, to identify the product's shop","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"calory":{"type":"number"},"withAlcool":{"type":"boolean"},"new":{"type":"boolean"},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean"},"modes":{"type":"array","items":{"type":"object","properties":{"shopMode":{"type":"number"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}}},"shop":{"type":"number","nullable":true,"description":"Required if user has ROLE_SHOP_MANAGER. Ignored if user has ROLE_MANAGER."},"menus":{"type":"array","items":{"type":"integer"}},"options":{"type":"array","items":{"type":"integer"}},"aliments":{"type":"array","items":{"type":"integer"}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"string"}}}},"outOfStock":{"type":"boolean"},"categories":{"type":"array","items":{"type":"string"}},"preparationTime":{"type":"number"},"displayNotes":{"type":"boolean"},"enabled":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true}}},"example":{"calory":1,"withAlcool":true,"new":true,"blockedBySlot":false,"restricted":true,"modes":[{"shopMode":167,"price":200,"tax":1,"enabled":true}],"shop":81,"menus":[77],"options":[478,495],"aliments":[2,3,5,6],"translations":[{"name":"amine test","description":"amine test","locale":"fr_FR"}],"outOfStock":false,"categories":["192","191"],"preparationTime":10,"displayNotes":true,"enabled":true,"externalId":"ext-123456","imageUrl":"https:\/\/example.com\/image.jpg"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/products\/{id}":{"get":{"operationId":"gETProductItem","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-get.product"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-get.product"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"delete":{"operationId":"dELETEProductItem","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Product resource.","description":"Removes the Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/products\/{id}\/attach-image":{"post":{"operationId":"upload_imageProductItem","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-get.product"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-get.product"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a Product resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/products\/{id}\/menu":{"put":{"operationId":"update_product_menuProductItem","tags":["Product"],"responses":{"200":{"description":"Product updated successfully"},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update a menu","description":"Update a menu product. The field `shop` is mandatory if connected as `manager (ROLE_MANAGER)`, to identify the product's shop","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"calory":{"type":"number"},"withAlcool":{"type":"boolean"},"new":{"type":"boolean"},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean"},"modes":{"type":"array","items":{"type":"object","properties":{"shopMode":{"type":"number"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}}},"shop":{"type":"number","nullable":true,"description":"Required if user has ROLE_SHOP_MANAGER. Ignored if user has ROLE_MANAGER."},"menus":{"type":"array","items":{"type":"integer"}},"options":{"type":"array","items":{"type":"integer"}},"aliments":{"type":"array","items":{"type":"integer"}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"string"}}}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"type":"object","properties":{"category":{"type":"string"}}}},"preparationTime":{"type":"number"},"displayNotes":{"type":"boolean"},"enabled":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"steps":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"stepItems":{"type":"array","items":{"type":"object","properties":{"product":{"type":"integer"},"price":{"type":"number"}}}}}}}}},"example":{"calory":1,"withAlcool":true,"new":true,"blockedBySlot":false,"restricted":true,"modes":[{"shopMode":167,"price":200,"tax":1,"enabled":true}],"shop":81,"menus":[77],"options":[478,495],"aliments":[2,3,5,6],"translations":[{"name":"amine test","description":"amine test","locale":"fr_FR"}],"outOfStock":false,"productCategories":[{"category":"192"},{"category":"191"}],"preparationTime":10,"displayNotes":true,"enabled":true,"externalId":"ext-123456","imageUrl":"https:\/\/example.com\/image.jpg","steps":[{"name":"1 repas","stepItems":[{"product":772,"price":0}]},{"name":"2 repas","stepItems":[{"product":773,"price":10}]}]}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/products\/{id}\/options":{"get":{"operationId":"api_products_options_get_subresourceProductSubresource","tags":["Option","Product"],"responses":{"200":{"description":"Product resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.option"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.option"}}}}}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/products\/{id}\/simple":{"put":{"operationId":"update_product_simpleProductItem","tags":["Product"],"responses":{"200":{"description":"Product updated successfully"},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Update a simple product","description":"Update a simple product. The field `shop` is mandatory if connected as `manager (ROLE_MANAGER)`, to identify the product's shop","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"calory":{"type":"number"},"withAlcool":{"type":"boolean"},"new":{"type":"boolean"},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean"},"modes":{"type":"array","items":{"type":"object","properties":{"shopMode":{"type":"number"},"price":{"type":"number"},"tax":{"type":"number"},"enabled":{"type":"boolean"}}}},"shop":{"type":"number","nullable":true,"description":"Required if user has ROLE_SHOP_MANAGER. Ignored if user has ROLE_MANAGER."},"menus":{"type":"array","items":{"type":"integer"}},"options":{"type":"array","items":{"type":"integer"}},"aliments":{"type":"array","items":{"type":"integer"}},"translations":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"locale":{"type":"string"}}}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"type":"object","properties":{"category":{"type":"string"}}}},"preparationTime":{"type":"number"},"displayNotes":{"type":"boolean"},"enabled":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true}}},"example":{"calory":1,"withAlcool":true,"new":true,"blockedBySlot":false,"restricted":true,"modes":[{"shopMode":167,"price":200,"tax":1,"enabled":true}],"shop":81,"menus":[77],"options":[478,495],"aliments":[2,3,5,6],"translations":[{"name":"amine test","description":"amine test","locale":"fr_FR"}],"outOfStock":false,"productCategories":[{"category":"192"},{"category":"191"}],"preparationTime":10,"displayNotes":true,"enabled":true,"externalId":"ext-123456","imageUrl":"https:\/\/example.com\/image.jpg"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/promotional_offers\/{id}":{"get":{"operationId":"gETPromotionalOfferItem","tags":["PromotionalOffer"],"responses":{"200":{"description":"PromotionalOffer resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer-get.offer_get.promotional.offer"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer.jsonld-get.offer_get.promotional.offer"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer-get.offer_get.promotional.offer"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PromotionalOffer resource.","description":"Retrieves a PromotionalOffer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/promotional_offers\/{id}\/attach-image":{"post":{"operationId":"upload_imagePromotionalOfferItem","tags":["PromotionalOffer"],"responses":{"201":{"description":"PromotionalOffer resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer-get.offer_get.promotional.offer"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer.jsonld-get.offer_get.promotional.offer"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PromotionalOffer-get.offer_get.promotional.offer"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a PromotionalOffer resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/promotions\/check":{"post":{"operationId":"checkPromotionCollection","tags":["Promotion"],"responses":{"200":{"description":"Promotion is eligible and returned","content":{"application\/json":{"schema":{"type":"object","properties":{"id":{"type":"integer","example":33},"name":{"type":"string","example":"Black friday"},"description":{"type":"string","example":"Black friday !!! 10\u20ac de r\u00e9duction sur votre commande, a ne pas ratter!"},"start":{"type":"string","format":"date-time","example":"2024-10-01T00:00:00+02:00"},"end":{"type":"string","format":"date-time","example":"2025-12-26T00:00:00+01:00"},"type":{"type":"string","example":"value"},"value":{"type":"integer","example":1020},"freeDelivery":{"type":"boolean","example":false},"firstOrderOnly":{"type":"boolean","example":false},"oneTimeOnly":{"type":"boolean","example":false},"minimumAmount":{"type":"integer","example":100},"enabled":{"type":"boolean","example":true},"visible":{"type":"boolean","example":false},"code":{"type":"string","example":"black-friday"},"imageUrl":{"type":"string","example":"uploads\/images\/promotions\/Nouveau projet.png"}},"required":["id","name","description","start","end","type","value","freeDelivery","firstOrderOnly","oneTimeOnly","minimumAmount","enabled","visible","code"]}}}},"400":{"description":"Invalid input","content":{"application\/json":{"schema":{"type":"object","properties":{"detail":{"type":"string","enum":["Invalid input"],"example":"Invalid input"},"violations":{"type":"array","items":{"type":"object","properties":{"property":{"type":"string"},"message":{"type":"string"}},"required":["property","message"]},"description":"List of validation violations"}},"required":["detail","violations"]}}}},"422":{"description":"Unprocessable entity"}},"summary":"Check if promotion is valid","description":"Creates a Promotion resource.","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"code":{"type":"string","description":"Promotion code"},"mode":{"type":"string","description":"Working mode. Must be one of: 'delivery', 'take-out', or 'on-site'","enum":["delivery","take-out","on-site"]},"customerId":{"type":"integer","description":"Customer ID (optional)"}},"required":["code","mode"]}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/promotions\/{id}":{"get":{"operationId":"gETPromotionItem","tags":["Promotion"],"responses":{"200":{"description":"Promotion resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion-get.promotion"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Promotion.jsonld-get.promotion"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Promotion-get.promotion"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Promotion resource.","description":"Retrieves a Promotion resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/promotions\/{id}\/attach-image":{"post":{"operationId":"upload_imagePromotionItem","tags":["Promotion"],"responses":{"201":{"description":"Promotion resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Promotion-get.promotion"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Promotion.jsonld-get.promotion"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Promotion-get.promotion"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a Promotion resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/shop_managers":{"get":{"operationId":"getShopManagerCollection","tags":["ShopManager"],"responses":{"200":{"description":"ShopManager collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopManager-get.user"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopManager.jsonld-get.user"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopManager-get.user"}}}}}},"summary":"Retrieves the collection of ShopManager resources.","description":"Retrieves the collection of ShopManager resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shop_managers\/{id}":{"get":{"operationId":"getShopManagerItem","tags":["ShopManager"],"responses":{"200":{"description":"ShopManager resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShopManager-get.user"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/ShopManager.jsonld-get.user"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ShopManager-get.user"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ShopManager resource.","description":"Retrieves a ShopManager resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shop_modes\/{id}":{"get":{"operationId":"gETShopModeItem","tags":["ShopMode"],"responses":{"200":{"description":"ShopMode resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.shopMode"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ShopMode resource.","description":"Retrieves a ShopMode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shop_modes\/{id}\/attach-image":{"post":{"operationId":"upload_imageShopModeItem","tags":["ShopMode"],"responses":{"201":{"description":"ShopMode resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.shopMode"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Change image","description":"Creates a ShopMode resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"imageFile":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/sync":{"get":{"operationId":"synchronizationShopCollection","tags":["Shop"],"responses":{"200":{"description":"Shop collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shop-sync.shop"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shop.jsonld-sync.shop"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shop-sync.shop"}}}}},"401":{"description":"Unauthorized"}},"summary":"Shop synchronization","description":"Shop synchronization","parameters":[{"name":"since","in":"query","description":"Date of the last request","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"datetime"},"style":"form","explode":false,"allowReserved":false},{"name":"franchiseId","in":"query","description":"franchise's id","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}":{"get":{"operationId":"gETShopItem","tags":["Shop"],"responses":{"200":{"description":"Shop resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shop-get.shop"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Shop.jsonld-get.shop"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Shop-get.shop"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Shop resource.","description":"Retrieves a Shop resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}\/close":{"patch":{"operationId":"closeShopItem","tags":["Shop"],"responses":{"200":{"description":"Shop closed"},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Order close interval not found"}},"summary":"Close shop","description":"Close shop","parameters":[{"name":"id","in":"path","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false},{"name":"close_interval","in":"query","description":"close interval","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Shop resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Shop"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}\/legal_terms":{"get":{"operationId":"legal_termsShopItem","tags":["Shop"],"responses":{"200":{"description":"Shop resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Shop-get.legal_terms"}},"application\/ld+js":{"schema":{"$ref":"#\/components\/schemas\/Shop.jsonld-get.legal_terms"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Shop-get.legal_terms"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Shop resource.","description":"Retrieves a Shop resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}\/open":{"patch":{"operationId":"openShopItem","tags":["Shop"],"responses":{"200":{"description":"Shop opened"},"400":{"description":"Shop already opened"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Open shop","description":"Open shop","parameters":[{"name":"id","in":"path","description":"","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Shop resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Shop"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}\/options":{"get":{"operationId":"api_shops_options_get_subresourceShopSubresource","tags":["Option","Shop"],"responses":{"200":{"description":"Shop resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.option"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld-get.option"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.option"}}}}}},"summary":"Retrieves a Shop resource.","description":"Retrieves a Shop resource.","parameters":[{"name":"id","in":"path","description":"Shop identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/shops\/{id}\/shop_modes":{"get":{"operationId":"api_shops_shop_modes_get_subresourceShopSubresource","tags":["ShopMode","Shop"],"responses":{"200":{"description":"Shop resource","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}}},"application\/ld+js":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.shopMode"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode-get.shopMode"}}}}}},"summary":"Retrieves a Shop resource.","description":"Retrieves a Shop resource.","parameters":[{"name":"id","in":"path","description":"Shop identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/slides\/{id}":{"get":{"operationId":"gETSlideItem","tags":["Slide"],"responses":{"200":{"description":"Slide data","content":{"application\/json":{"example":{"id":8,"name":"My slide 1","duration":5,"slideItems":[{"id":9,"position":1,"imageUrl":"uploads\/images\/slides\/slide.jpg"}]}}}},"404":{"description":"Resource not found"}},"summary":"Get a slide by id or the active slide for the franchise","description":"Returns a slide with all its images and their positions. Use \"current\" to retrieve the active slide.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/step_items\/{id}":{"parameters":[]},"\/api\/v2\/steps\/{id}":{"parameters":[]},"\/api\/v2\/taxes":{"get":{"operationId":"gETTaxCollection","tags":["Tax"],"responses":{"200":{"description":"","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"id":{"type":"integer","example":1},"rate":{"type":"number","example":0.01}}}}}}}},"summary":"Retrieves the collection of Tax resources.","description":"Retrieves the collection of Tax resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/v2\/taxes\/{id}":{"parameters":[]},"\/api\/v2\/token\/refresh":{"ref":"JWT Token Refresh","post":{"operationId":"postRefreshTokenItem","tags":["Token"],"responses":{"200":{"description":"Get refreshed JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get refreshed JWT token using a refresh token.","description":"","parameters":[],"requestBody":{"description":"Refresh JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/RefreshCredentials"}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/webhooks\/{id}":{"patch":{"operationId":"updateWebhookCollection","tags":["Webhook"],"responses":{"200":{"description":"Done"},"400":{"description":"Webhook's id is required \/ New url is required \/ User's webhook not found"},"422":{"description":"Unprocessable entity"},"401":{"description":"Invalid User"}},"summary":"Update endpoint's webhook by id","description":"Update endpoint's webhook by id","parameters":[{"name":"id","in":"path","description":"Webhook's id","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"url":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/v2\/zones\/{id}":{"parameters":[]}},"components":{"schemas":{"Aliment-get.aliment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"logoSvgUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation-get.aliment"}},"svg":{"type":"string","nullable":true}}},"Aliment-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation-get.offer_get.offer.menu"}}}},"Aliment-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation-get.offer_get.promotional.offer"}}}},"Aliment-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoUrl":{"type":"string","nullable":true},"logoSvgFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoSvgUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation-get.product"}}}},"Aliment.jsonld-get.aliment":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"logoSvgUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation.jsonld-get.aliment"}},"svg":{"type":"string","nullable":true}}},"Aliment.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation.jsonld-get.offer_get.offer.menu"}}}},"Aliment.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation.jsonld-get.offer_get.promotional.offer"}}}},"Aliment.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoUrl":{"type":"string","nullable":true},"logoSvgFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoSvgUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/AlimentTranslation.jsonld-get.product"}}}},"AlimentTranslation-get.aliment":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.aliment"}}},"AlimentTranslation-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AlimentTranslation-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AlimentTranslation-get.product":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.product"}}},"AlimentTranslation.jsonld-get.aliment":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.aliment"}}},"AlimentTranslation.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AlimentTranslation.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"AlimentTranslation.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.product"}}},"Application-get.franchise":{"type":"object","description":"","properties":{"keyToken":{"type":"string"},"applicationName":{"$ref":"#\/components\/schemas\/ApplicationName-get.franchise"}}},"Application.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"keyToken":{"type":"string"},"applicationName":{"$ref":"#\/components\/schemas\/ApplicationName.jsonld-get.franchise"}}},"ApplicationName-get.franchise":{"type":"object","description":"","properties":{"name":{"minLength":3,"type":"string"}}},"ApplicationName.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"}}},"BillingAddress":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"company":{"type":"string"},"customer":{"type":"string","format":"iri-reference","nullable":true},"orders":{"type":"array","items":{"type":"string","format":"iri-reference"}},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["street","mobileNumber","postalCode","city","country","label","customerName"]},"BillingAddress-get.order":{"type":"object","description":"","required":["street","mobileNumber","postalCode","city","country","label","customerName"],"properties":{"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"BillingAddress-post.order":{"type":"object","description":"","required":["street","mobileNumber","postalCode","city","country","label","customerName"],"properties":{"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"BillingAddress.jsonld-get.order":{"type":"object","description":"","required":["street","mobileNumber","postalCode","city","country","label","customerName"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"BillingAddress.jsonld-post.order":{"type":"object","description":"","required":["street","mobileNumber","postalCode","city","country","label","customerName"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"Category-get.category":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"parentId":{"type":"integer","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation-get.category"}},"visible":{"default":true,"example":true,"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"parentId":{"type":"integer","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation-get.menu"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory-get.menu"}},"visible":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation-get.offer_get.offer.menu"}},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation-get.offer_get.promotional.offer"}},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category.jsonld-get.category":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"parentId":{"type":"integer","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation.jsonld-get.category"}},"visible":{"default":true,"example":true,"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"parentId":{"type":"integer","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation.jsonld-get.menu"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-get.menu"}},"visible":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation.jsonld-get.offer_get.offer.menu"}},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Category.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CategoryTranslation.jsonld-get.offer_get.promotional.offer"}},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"CategoryTranslation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"category":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CategoryTranslation-get.category":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.category"}}},"CategoryTranslation-get.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.menu"}}},"CategoryTranslation-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"CategoryTranslation-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"CategoryTranslation.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"category":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CategoryTranslation.jsonld-get.category":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.category"}}},"CategoryTranslation.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.menu"}}},"CategoryTranslation.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"CategoryTranslation.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true}}},"ClosingDays-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"enabled":{"type":"boolean"},"startingDateApi":{"readOnly":true},"endingDateApi":{"readOnly":true}}},"ClosingDays-sync.closingDays":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"enabled":{"type":"boolean"},"startingDateApi":{"readOnly":true},"endingDateApi":{"readOnly":true},"syncAction":{"type":"string"}}},"ClosingDays.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"enabled":{"type":"boolean"},"startingDateApi":{"readOnly":true},"endingDateApi":{"readOnly":true}}},"ClosingDays.jsonld-sync.closingDays":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"enabled":{"type":"boolean"},"startingDateApi":{"readOnly":true},"endingDateApi":{"readOnly":true},"syncAction":{"type":"string"}}},"Color-get.franchise":{"type":"object","description":"","properties":{"value":{"type":"string"},"colorName":{"$ref":"#\/components\/schemas\/ColorName-get.franchise"}}},"Color.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"value":{"type":"string"},"colorName":{"$ref":"#\/components\/schemas\/ColorName.jsonld-get.franchise"}}},"ColorName-get.franchise":{"type":"object","description":"","required":["name"],"properties":{"name":{"minLength":3,"type":"string"},"description":{"type":"string","nullable":true}}},"ColorName.jsonld-get.franchise":{"type":"object","description":"","required":["name"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"},"description":{"type":"string","nullable":true}}},"Company-get.franchise":{"type":"object","description":"","properties":{"name":{"type":"string"},"phone":{"type":"string","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"Company.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"phone":{"type":"string","nullable":true},"secondaryPhone":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}}},"Contact-get.contact":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"firstName":{"minLength":2,"maxLength":100,"type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"type":"string","nullable":true},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"message":{"minLength":10,"type":"string"},"token":{"type":"string"},"isSent":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true}},"required":["firstName","lastName","email","message"]},"Contact.jsonld-get.contact":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"firstName":{"minLength":2,"maxLength":100,"type":"string","nullable":true},"lastName":{"minLength":2,"maxLength":100,"type":"string","nullable":true},"email":{"type":"string"},"phone":{"type":"string","nullable":true},"message":{"minLength":10,"type":"string"},"token":{"type":"string"},"isSent":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true}},"required":["firstName","lastName","email","message"]},"Country":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"localCode":{"type":"string","nullable":true},"code":{"type":"string"},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Country-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"localCode":{"type":"string","nullable":true},"code":{"type":"string"}}},"Country-sync.shop":{"type":"object","description":""},"Country.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"localCode":{"type":"string","nullable":true},"code":{"type":"string"},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Country.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"localCode":{"type":"string","nullable":true},"code":{"type":"string"}}},"Country.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Currency":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"number":{"type":"integer","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Currency-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"number":{"type":"integer","nullable":true}}},"Currency-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"number":{"type":"integer","nullable":true}}},"Currency.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"number":{"type":"integer","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Currency.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"number":{"type":"integer","nullable":true}}},"Currency.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"},"symbol":{"type":"string","nullable":true},"number":{"type":"integer","nullable":true}}},"Customer-get.user":{"type":"object","description":"","properties":{"notificationEmail":{"type":"boolean"},"notificationSms":{"type":"boolean"},"qoodosNotificationEmail":{"type":"boolean","nullable":true},"qoodosNotificationPhone":{"type":"boolean","nullable":true},"receiveQoodosNotification":{"default":true,"example":true,"type":"boolean"},"defaultLanguage":{"default":"fr_FR","example":"fr_FR","type":"string","nullable":true},"balance":{"type":"number","nullable":true},"cashback":{"type":"number","nullable":true},"qoodosRewards":{"type":"array","items":{"type":"string"},"nullable":true},"customerFranchises":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerFranchise-get.user"}},"customerShops":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerShop-get.user"}},"phoneVerified":{"type":"boolean"},"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role-get.user"}},"isVerified":{"type":"boolean"},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}},"required":["email"]},"Customer.ExistInFranchise-post.customer.in_franchise":{"type":"object","description":"","required":["franchiseId","email"],"properties":{"franchiseId":{"description":"The franchise ID to check against.","type":"integer"},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"Customer.ExistInFranchise.jsonld-post.customer.in_franchise":{"type":"object","description":"","required":["franchiseId","email"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"franchiseId":{"description":"The franchise ID to check against.","type":"integer"},"email":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true}}},"Customer.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"notificationEmail":{"type":"boolean"},"notificationSms":{"type":"boolean"},"qoodosNotificationEmail":{"type":"boolean","nullable":true},"qoodosNotificationPhone":{"type":"boolean","nullable":true},"receiveQoodosNotification":{"default":true,"example":true,"type":"boolean"},"defaultLanguage":{"default":"fr_FR","example":"fr_FR","type":"string","nullable":true},"balance":{"type":"number","nullable":true},"cashback":{"type":"number","nullable":true},"qoodosRewards":{"type":"array","items":{"type":"string"},"nullable":true},"customerFranchises":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerFranchise.jsonld-get.user"}},"customerShops":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerShop.jsonld-get.user"}},"phoneVerified":{"type":"boolean"},"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role.jsonld-get.user"}},"isVerified":{"type":"boolean"},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}},"required":["email"]},"CustomerFranchise-get.user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"customer":{"anyOf":[{"$ref":"#\/components\/schemas\/Customer-get.user"}],"nullable":true},"franchise":{"anyOf":[{"$ref":"#\/components\/schemas\/Franchise-get.user"}],"nullable":true},"smsNotification":{"type":"boolean"},"emailNotification":{"type":"boolean"},"qoodosId":{"type":"string","nullable":true},"askForSubscriptionToQoodos":{"default":true,"example":true,"type":"boolean","nullable":true}}},"CustomerFranchise.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customer":{"anyOf":[{"$ref":"#\/components\/schemas\/Customer.jsonld-get.user"}],"nullable":true},"franchise":{"anyOf":[{"$ref":"#\/components\/schemas\/Franchise.jsonld-get.user"}],"nullable":true},"smsNotification":{"type":"boolean"},"emailNotification":{"type":"boolean"},"qoodosId":{"type":"string","nullable":true},"askForSubscriptionToQoodos":{"default":true,"example":true,"type":"boolean","nullable":true}}},"CustomerShop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"customer":{"type":"string","format":"iri-reference"},"shop":{"type":"string","format":"iri-reference"},"signup":{"type":"boolean"},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CustomerShop-get.user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shop":{"$ref":"#\/components\/schemas\/Shop-get.user"},"signup":{"type":"boolean"}}},"CustomerShop.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"customer":{"type":"string","format":"iri-reference"},"shop":{"type":"string","format":"iri-reference"},"signup":{"type":"boolean"},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CustomerShop.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shop":{"$ref":"#\/components\/schemas\/Shop.jsonld-get.user"},"signup":{"type":"boolean"}}},"DeliveryAddress":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"customer":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress-get.deliveryAddress":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress-get.order":{"type":"object","description":"","properties":{"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress-post.deliveryAddress_patch.deliveryAddress":{"type":"object","description":"","properties":{"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress-post.order":{"type":"object","description":"","properties":{"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress.jsonld-get.deliveryAddress":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress.jsonld-get.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress.jsonld-post.deliveryAddress_patch.deliveryAddress":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"DeliveryAddress.jsonld-post.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"isDefault":{"type":"boolean","nullable":true},"floor":{"type":"string","nullable":true},"buildingType":{"enum":["villa","apartment","house","company"],"type":"string","nullable":true},"building":{"type":"string","nullable":true},"elevator":{"type":"boolean"},"digicode":{"type":"string","nullable":true},"digicode2":{"type":"string","nullable":true},"intercom":{"type":"string","nullable":true},"street":{"type":"string","nullable":true},"street2":{"type":"string","nullable":true},"mobileNumber":{"type":"string","nullable":true},"landlineNumber":{"type":"string","nullable":true},"fax":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"longitude":{"type":"number","nullable":true},"latitude":{"type":"number","nullable":true},"postalCode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"email":{"type":"string","nullable":true}},"required":["buildingType","street","mobileNumber","postalCode","city","country","label","customerName"]},"Device":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"shop":{"$ref":"#\/components\/schemas\/Shop"},"orders":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Order"}},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"shopManager":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"pin":{"minimum":100000,"writeOnly":true,"type":"integer","nullable":true},"pairings":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Pairing"}},"identifier":{"writeOnly":true,"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"deleted":{"writeOnly":true,"type":"boolean"},"deletedAt":{"writeOnly":true,"type":"string","format":"date-time","nullable":true},"createdAt":{"writeOnly":true,"type":"string","format":"date-time"},"updatedAt":{"writeOnly":true,"type":"string","format":"date-time"},"token":{"type":"string"}},"required":["name","type"]},"Device-get.devices":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"shop":{"$ref":"#\/components\/schemas\/Shop-get.devices"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Device-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Device-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Device.jsonld-get.devices":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"shop":{"$ref":"#\/components\/schemas\/Shop.jsonld-get.devices"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Device.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Device.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"hasRetailCenter":{"type":"boolean"},"retailCenterPosNumber":{"type":"integer","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}},"required":["name","type"]},"Domain":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"url":{"type":"string"},"franchise":{"type":"string","format":"iri-reference"},"template":{"anyOf":[{"$ref":"#\/components\/schemas\/Template"}],"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Domain-get.franchise":{"type":"object","description":"","properties":{"url":{"type":"string"},"template":{"anyOf":[{"$ref":"#\/components\/schemas\/Template-get.franchise"}],"nullable":true}}},"Domain.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"url":{"type":"string"},"franchise":{"type":"string","format":"iri-reference"},"template":{"anyOf":[{"$ref":"#\/components\/schemas\/Template.jsonld"}],"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Domain.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"url":{"type":"string"},"template":{"anyOf":[{"$ref":"#\/components\/schemas\/Template.jsonld-get.franchise"}],"nullable":true}}},"Email":{"type":"object","description":"","properties":{"subject":{"type":"string"},"event":{"anyOf":[{"$ref":"#\/components\/schemas\/Event"}],"nullable":true},"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Email.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"subject":{"type":"string"},"event":{"anyOf":[{"$ref":"#\/components\/schemas\/Event.jsonld"}],"nullable":true},"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Event":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"status":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User"}],"nullable":true},"sms":{"anyOf":[{"$ref":"#\/components\/schemas\/Sms"}],"nullable":true},"payment":{"type":"string","format":"iri-reference","nullable":true},"email":{"anyOf":[{"$ref":"#\/components\/schemas\/Email"}],"nullable":true},"starcloud":{"anyOf":[{"$ref":"#\/components\/schemas\/Starcloud"}],"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Event.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"status":{"type":"string","nullable":true},"comment":{"type":"string","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld"}],"nullable":true},"sms":{"anyOf":[{"$ref":"#\/components\/schemas\/Sms.jsonld"}],"nullable":true},"payment":{"type":"string","format":"iri-reference","nullable":true},"email":{"anyOf":[{"$ref":"#\/components\/schemas\/Email.jsonld"}],"nullable":true},"starcloud":{"anyOf":[{"$ref":"#\/components\/schemas\/Starcloud.jsonld"}],"nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ExternalLink-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"type":{"type":"string"},"link":{"type":"string","nullable":true},"externalLinkName":{"anyOf":[{"$ref":"#\/components\/schemas\/ExternalLinkName-get.franchise"}],"nullable":true},"fileLink":{"type":"string","nullable":true},"content":{"type":"string","nullable":true}}},"ExternalLink.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"type":{"type":"string"},"link":{"type":"string","nullable":true},"externalLinkName":{"anyOf":[{"$ref":"#\/components\/schemas\/ExternalLinkName.jsonld-get.franchise"}],"nullable":true},"fileLink":{"type":"string","nullable":true},"content":{"type":"string","nullable":true}}},"ExternalLinkName-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"ExternalLinkName.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"File":{"type":"object","description":"","properties":{"name":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"mimeType":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"dimensions":{"type":"array","items":{"type":"string"},"nullable":true},"width":{"readOnly":true,"description":"A simple shortcut to the image width.","type":"integer","nullable":true},"height":{"readOnly":true,"description":"A simple shortcut to the image height.","type":"integer","nullable":true},"htmlDimensions":{"readOnly":true,"description":"Format image dimensions for use with html (to avoid layout shifting).","type":"string","nullable":true}}},"File.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string","nullable":true},"originalName":{"type":"string","nullable":true},"mimeType":{"type":"string","nullable":true},"size":{"type":"integer","nullable":true},"dimensions":{"type":"array","items":{"type":"string"},"nullable":true},"width":{"readOnly":true,"description":"A simple shortcut to the image width.","type":"integer","nullable":true},"height":{"readOnly":true,"description":"A simple shortcut to the image height.","type":"integer","nullable":true},"htmlDimensions":{"readOnly":true,"description":"Format image dimensions for use with html (to avoid layout shifting).","type":"string","nullable":true}}},"Franchise-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"multiple":{"default":true,"example":true,"type":"boolean"},"name":{"type":"string"},"status":{"default":"test","example":"test","type":"string"},"shops":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shop-get.franchise"}},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/Company-get.franchise"}],"nullable":true},"socials":{"type":"array","items":{"$ref":"#\/components\/schemas\/Social-get.franchise"}},"colors":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color-get.franchise"}},"parameter":{"anyOf":[{"$ref":"#\/components\/schemas\/Parameter-get.franchise"}],"nullable":true},"media":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media-get.franchise"}},"applications":{"type":"array","items":{"$ref":"#\/components\/schemas\/Application-get.franchise"}},"domains":{"type":"array","items":{"$ref":"#\/components\/schemas\/Domain-get.franchise"}},"externalLinks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExternalLink-get.franchise"}},"locales":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale-get.franchise"}},"token":{"type":"string"}}},"Franchise-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"multiple":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}}},"Franchise-get.user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"}}},"Franchise.jsonld-get.franchise":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"multiple":{"default":true,"example":true,"type":"boolean"},"name":{"type":"string"},"status":{"default":"test","example":"test","type":"string"},"shops":{"type":"array","items":{"$ref":"#\/components\/schemas\/Shop.jsonld-get.franchise"}},"company":{"anyOf":[{"$ref":"#\/components\/schemas\/Company.jsonld-get.franchise"}],"nullable":true},"socials":{"type":"array","items":{"$ref":"#\/components\/schemas\/Social.jsonld-get.franchise"}},"colors":{"type":"array","items":{"$ref":"#\/components\/schemas\/Color.jsonld-get.franchise"}},"parameter":{"anyOf":[{"$ref":"#\/components\/schemas\/Parameter.jsonld-get.franchise"}],"nullable":true},"media":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-get.franchise"}},"applications":{"type":"array","items":{"$ref":"#\/components\/schemas\/Application.jsonld-get.franchise"}},"domains":{"type":"array","items":{"$ref":"#\/components\/schemas\/Domain.jsonld-get.franchise"}},"externalLinks":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExternalLink.jsonld-get.franchise"}},"locales":{"type":"array","items":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.franchise"}},"token":{"type":"string"}}},"Franchise.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"multiple":{"default":true,"example":true,"type":"boolean"},"token":{"type":"string"}}},"Franchise.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"GatewayConfig":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"config":{"type":"array","items":{"type":"string"}},"globalConfig":{"type":"array","items":{"type":"string"}}}},"Kitchen":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["name"]},"Kitchen-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"Kitchen.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["name"]},"Kitchen.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true}},"required":["name"]},"Locale-get.aliment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.category":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.locale":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.option":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.optionVariant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.shop":{"type":"object","description":"","properties":{"code":{"type":"string"},"name":{"type":"string"}}},"Locale-get.shopMode":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Locale-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.aliment":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.category":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.locale":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string"},"name":{"type":"string"}}},"Locale.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string"}}},"Locale.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"}}},"Loyalty":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference","nullable":true},"integration":{"type":"string","nullable":true},"image":{"$ref":"#\/components\/schemas\/File"},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"imageType":{"type":"string","nullable":true},"imageName":{"type":"string","nullable":true},"entityName":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Loyalty-get.shop":{"type":"object","description":"","properties":{"integration":{"type":"string","nullable":true},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/LoyaltyTranslation-get.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Loyalty-loyalty.configuration":{"type":"object","description":""},"Loyalty-loyalty.reward":{"type":"object","description":""},"Loyalty-sync.shop":{"type":"object","description":"","properties":{"integration":{"type":"string","nullable":true},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/LoyaltyTranslation-sync.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Loyalty.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference","nullable":true},"integration":{"type":"string","nullable":true},"image":{"$ref":"#\/components\/schemas\/File.jsonld"},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"imageType":{"type":"string","nullable":true},"imageName":{"type":"string","nullable":true},"entityName":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Loyalty.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"integration":{"type":"string","nullable":true},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/LoyaltyTranslation.jsonld-get.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Loyalty.jsonld-loyalty.configuration":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Loyalty.jsonld-loyalty.reward":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"Loyalty.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"integration":{"type":"string","nullable":true},"loyaltyApiToken":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/LoyaltyTranslation.jsonld-sync.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"LoyaltyTranslation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"loyalty":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"LoyaltyTranslation-get.shop":{"type":"object","description":"","properties":{"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.shop"}}},"LoyaltyTranslation-sync.shop":{"type":"object","description":"","properties":{"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-sync.shop"}}},"LoyaltyTranslation.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"loyalty":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"LoyaltyTranslation.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.shop"}}},"LoyaltyTranslation.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"signupMessage":{"type":"string","nullable":true},"successfulSignupMessage":{"type":"string","nullable":true},"successfulSignupWithNotificationMessage":{"type":"string","nullable":true},"askForNotificationsMessage":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-sync.shop"}}},"Media-get.franchise":{"type":"object","description":"","properties":{"format":{"type":"string","nullable":true},"typeFile":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"displayOnMenuSection":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Media.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"format":{"type":"string","nullable":true},"typeFile":{"type":"string","nullable":true},"code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"displayOnMenuSection":{"default":true,"example":true,"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Menu-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"categories":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-get.menu"}}}},"Menu-get.menus":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Menu-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"promotionalOffers":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionalOffer-get.offer_get.offer.menu"}}}},"Menu-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"Menu-post.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Menu-read.menu.cross-selling":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-read.menu.cross-selling"}}}},"Menu.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"categories":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld-get.menu"}}}},"Menu.jsonld-get.menus":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Menu.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"promotionalOffers":{"type":"array","items":{"$ref":"#\/components\/schemas\/PromotionalOffer.jsonld-get.offer_get.offer.menu"}}}},"Menu.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"Menu.jsonld-post.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Menu.jsonld-read.menu.cross-selling":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-read.menu.cross-selling"}}}},"Message":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Message.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Mode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string","nullable":true},"taxes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shopModes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"type":{"type":"string","nullable":true},"translations":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Mode-get.menu":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true}}},"Mode-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true}}},"Mode-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true}}},"Mode-get.order":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true}}},"Mode-get.product":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Mode-get.shop":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ModeTranslation-get.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Mode-get.shopMode":{"type":"object","description":"","properties":{"code":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ModeTranslation-get.shopMode"}}}},"Mode.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string","nullable":true},"taxes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shopModes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"type":{"type":"string","nullable":true},"translations":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Mode.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true}}},"Mode.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true}}},"Mode.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true}}},"Mode.jsonld-get.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true}}},"Mode.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Mode.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true},"type":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ModeTranslation.jsonld-get.shop"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Mode.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string","nullable":true},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ModeTranslation.jsonld-get.shopMode"}}}},"ModeTranslation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"locale":{"type":"string","format":"iri-reference"},"mode":{"$ref":"#\/components\/schemas\/Mode"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["name"]},"ModeTranslation-get.shop":{"type":"object","description":"","required":["name"],"properties":{"name":{"minLength":3,"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.shop"}}},"ModeTranslation-get.shopMode":{"type":"object","description":"","required":["name"],"properties":{"name":{"minLength":3,"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.shopMode"}}},"ModeTranslation.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"locale":{"type":"string","format":"iri-reference"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["name"]},"ModeTranslation.jsonld-get.shop":{"type":"object","description":"","required":["name"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.shop"}}},"ModeTranslation.jsonld-get.shopMode":{"type":"object","description":"","required":["name"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.shopMode"}}},"Notice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"type":{"type":"string"},"shop":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Notice-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"type":{"type":"string"}}},"Notice.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"type":{"type":"string"},"shop":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Notice.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"notice":{"type":"string","nullable":true},"type":{"type":"string"}}},"OpeningHours":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"days":{"type":"array","items":{"type":"string"}},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OpeningHours-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"OpeningHours-sync.openingHours":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"}}},"OpeningHours.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"days":{"type":"array","items":{"type":"string"}},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OpeningHours.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"OpeningHours.jsonld-sync.openingHours":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"}}},"Option-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant-get.offer_get.offer.menu"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-get.offer_get.offer.menu"}},"sideComponent":{"type":"boolean"}}},"Option-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant-get.offer_get.promotional.offer"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-get.offer_get.promotional.offer"}},"sideComponent":{"type":"boolean"}}},"Option-get.option":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant-get.option"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-get.option"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant-get.product"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-get.product"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option-post.option":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant-post.option"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference"}},"menus":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shop":{"type":"string","format":"iri-reference","nullable":true},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-post.option"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option-put.option":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation-put.option"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.offer_get.offer.menu"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation.jsonld-get.offer_get.offer.menu"}},"sideComponent":{"type":"boolean"}}},"Option.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.offer_get.promotional.offer"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation.jsonld-get.offer_get.promotional.offer"}},"sideComponent":{"type":"boolean"}}},"Option.jsonld-get.option":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.option"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation.jsonld-get.option"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-get.product"}},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation.jsonld-get.product"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Option.jsonld-post.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"externalId":{"type":"string","nullable":true},"imageUrl":{"type":"string","nullable":true},"position":{"type":"integer"},"type":{"default":"multiple","example":"multiple","type":"string"},"optionVariants":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariant.jsonld-post.option"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference"}},"menus":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shop":{"type":"string","format":"iri-reference","nullable":true},"min":{"minimum":0,"type":"integer","nullable":true},"max":{"minimum":1,"default":10,"example":10,"type":"integer","nullable":true},"maxQuantity":{"minimum":1,"default":1,"example":1,"type":"integer","nullable":true},"required":{"type":"boolean"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionTranslation.jsonld-post.option"}},"sideComponent":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"OptionTranslation-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation-get.option":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.option"}}},"OptionTranslation-get.product":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.product"}}},"OptionTranslation-post.option":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation-put.option":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionTranslation.jsonld-get.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.option"}}},"OptionTranslation.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.product"}}},"OptionTranslation.jsonld-post.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariant-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-get.offer_get.offer.menu"}},"outOfStock":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-get.offer_get.promotional.offer"}},"outOfStock":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant-get.option":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-get.option"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant-get.optionVariant":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-get.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"option":{"type":"string","format":"iri-reference","nullable":true}}},"OptionVariant-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-get.product"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant-post.option":{"type":"object","description":"","properties":{"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-post.option"}},"outOfStock":{"type":"boolean"},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant-post.optionVariant":{"type":"object","description":"","properties":{"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-post.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"option":{"type":"string","format":"iri-reference","nullable":true}}},"OptionVariant-put.optionVariant":{"type":"object","description":"","properties":{"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation-put.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-get.offer_get.offer.menu"}},"outOfStock":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-get.offer_get.promotional.offer"}},"outOfStock":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-get.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-get.option"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-get.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-get.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"option":{"type":"string","format":"iri-reference","nullable":true}}},"OptionVariant.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-get.product"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-post.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-post.option"}},"outOfStock":{"type":"boolean"},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariant.jsonld-post.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-post.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"option":{"type":"string","format":"iri-reference","nullable":true}}},"OptionVariant.jsonld-put.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"price":{"type":"integer"},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OptionVariantTranslation.jsonld-put.optionVariant"}},"outOfStock":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"OptionVariantTranslation-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation-get.option":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.option"}}},"OptionVariantTranslation-get.optionVariant":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.optionVariant"}}},"OptionVariantTranslation-get.product":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale-get.product"}}},"OptionVariantTranslation-post.option":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation-post.optionVariant":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation-put.optionVariant":{"type":"object","description":"","properties":{"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation.jsonld-get.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.option"}}},"OptionVariantTranslation.jsonld-get.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.optionVariant"}}},"OptionVariantTranslation.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.product"}}},"OptionVariantTranslation.jsonld-post.option":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation.jsonld-post.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"OptionVariantTranslation.jsonld-put.optionVariant":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"locale":{"type":"string","format":"iri-reference"}}},"Order":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"date":{"type":"string","format":"date-time"},"number":{"readOnly":true,"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"state":{"readOnly":true,"default":"new","example":"new","type":"string"},"paymentState":{"readOnly":true,"default":"awaiting_payment","example":"awaiting_payment","type":"string"},"itemsTotal":{"minimum":0,"type":"integer"},"discountsTotal":{"minimum":0,"type":"integer"},"total":{"minimum":0,"type":"integer"},"source":{"readOnly":true,"type":"string"},"createdByGuest":{"type":"boolean"},"checkoutState":{"readOnly":true,"default":"new","example":"new","type":"string"},"localCode":{"writeOnly":true,"default":"fr_FR","example":"fr_FR","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem"}},"customer":{"type":"string","format":"iri-reference","nullable":true},"promotion":{"type":"string","format":"iri-reference","nullable":true},"shop":{"type":"string","format":"iri-reference"},"buillingAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingAddress"}],"nullable":true},"taxesTotal":{"minimum":0,"type":"integer"},"shopMode":{"$ref":"#\/components\/schemas\/ShopMode"},"deliveryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/DeliveryAddress"}],"nullable":true},"tableNumber":{"type":"string","nullable":true},"asapDate":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"customerEmail":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerPhone":{"type":"string","nullable":true},"managementFees":{"minimum":0,"type":"integer"},"shippingCost":{"minimum":0,"type":"integer"},"fees":{"minimum":0,"type":"integer"},"qoodosRewards":{"writeOnly":true,"type":"array","items":{"type":"string"},"nullable":true},"zone":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"preparationNumber":{"readOnly":true,"type":"integer","nullable":true},"setting":{"default":{"customerIdentifier":null,"value":null,"cutlery":null},"example":{"customerIdentifier":null,"value":null,"cutlery":null},"type":"array","items":{"type":"string"},"nullable":true},"asap":{"writeOnly":true,"type":"boolean","nullable":true},"loyalty":{"type":"array","items":{"type":"string"},"nullable":true},"externalId":{"writeOnly":true,"type":"string","nullable":true}},"required":["date"]},"Order-get.order":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"date":{"type":"string","format":"date-time"},"number":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"state":{"default":"new","example":"new","type":"string"},"paymentState":{"default":"awaiting_payment","example":"awaiting_payment","type":"string"},"itemsTotal":{"minimum":0,"type":"integer"},"discountsTotal":{"minimum":0,"type":"integer"},"total":{"minimum":0,"type":"integer"},"source":{"type":"string"},"createdByGuest":{"type":"boolean"},"checkoutState":{"default":"new","example":"new","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem-get.order"}},"customer":{"type":"string","format":"iri-reference","nullable":true},"promotion":{"type":"string","format":"iri-reference","nullable":true},"shop":{"type":"string","format":"iri-reference"},"buillingAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingAddress-get.order"}],"nullable":true},"taxesTotal":{"minimum":0,"type":"integer"},"shopMode":{"$ref":"#\/components\/schemas\/ShopMode-get.order"},"deliveryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/DeliveryAddress-get.order"}],"nullable":true},"tableNumber":{"type":"string","nullable":true},"asapDate":{"type":"string","format":"date-time","nullable":true},"customerEmail":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerPhone":{"type":"string","nullable":true},"managementFees":{"minimum":0,"type":"integer"},"shippingCost":{"minimum":0,"type":"integer"},"fees":{"minimum":0,"type":"integer"},"preparationNumber":{"type":"integer","nullable":true},"setting":{"default":{"customerIdentifier":null,"value":null,"cutlery":null},"example":{"customerIdentifier":null,"value":null,"cutlery":null},"type":"array","items":{"type":"string"},"nullable":true},"loyalty":{"type":"array","items":{"type":"string"},"nullable":true}},"required":["date"]},"Order-post.order":{"type":"object","description":"","required":["date"],"properties":{"date":{"type":"string","format":"date-time"},"notes":{"type":"string","nullable":true},"itemsTotal":{"minimum":0,"type":"integer"},"discountsTotal":{"minimum":0,"type":"integer"},"total":{"minimum":0,"type":"integer"},"createdByGuest":{"type":"boolean"},"localCode":{"default":"fr_FR","example":"fr_FR","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem-post.order"}},"customer":{"type":"string","format":"iri-reference","nullable":true},"promotion":{"anyOf":[{"$ref":"#\/components\/schemas\/Promotion-post.order"}],"nullable":true},"shop":{"type":"string","format":"iri-reference"},"buillingAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingAddress-post.order"}],"nullable":true},"taxesTotal":{"minimum":0,"type":"integer"},"shopMode":{"type":"string","format":"iri-reference"},"deliveryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/DeliveryAddress-post.order"}],"nullable":true},"tableNumber":{"type":"string","nullable":true},"customerEmail":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerPhone":{"type":"string","nullable":true},"managementFees":{"minimum":0,"type":"integer"},"shippingCost":{"minimum":0,"type":"integer"},"fees":{"minimum":0,"type":"integer"},"qoodosRewards":{"type":"array","items":{"type":"string"},"nullable":true},"zone":{"type":"string","format":"iri-reference","nullable":true},"setting":{"default":{"customerIdentifier":null,"value":null,"cutlery":null},"example":{"customerIdentifier":null,"value":null,"cutlery":null},"type":"array","items":{"type":"string"},"nullable":true},"asap":{"type":"boolean","nullable":true},"loyalty":{"type":"array","items":{"type":"string"},"nullable":true},"externalId":{"type":"string","nullable":true}}},"Order.jsonld-get.order":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"date":{"type":"string","format":"date-time"},"number":{"type":"string","nullable":true},"notes":{"type":"string","nullable":true},"state":{"default":"new","example":"new","type":"string"},"paymentState":{"default":"awaiting_payment","example":"awaiting_payment","type":"string"},"itemsTotal":{"minimum":0,"type":"integer"},"discountsTotal":{"minimum":0,"type":"integer"},"total":{"minimum":0,"type":"integer"},"source":{"type":"string"},"createdByGuest":{"type":"boolean"},"checkoutState":{"default":"new","example":"new","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem.jsonld-get.order"}},"customer":{"type":"string","format":"iri-reference","nullable":true},"promotion":{"type":"string","format":"iri-reference","nullable":true},"shop":{"type":"string","format":"iri-reference"},"buillingAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingAddress.jsonld-get.order"}],"nullable":true},"taxesTotal":{"minimum":0,"type":"integer"},"shopMode":{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.order"},"deliveryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-get.order"}],"nullable":true},"tableNumber":{"type":"string","nullable":true},"asapDate":{"type":"string","format":"date-time","nullable":true},"customerEmail":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerPhone":{"type":"string","nullable":true},"managementFees":{"minimum":0,"type":"integer"},"shippingCost":{"minimum":0,"type":"integer"},"fees":{"minimum":0,"type":"integer"},"preparationNumber":{"type":"integer","nullable":true},"setting":{"default":{"customerIdentifier":null,"value":null,"cutlery":null},"example":{"customerIdentifier":null,"value":null,"cutlery":null},"type":"array","items":{"type":"string"},"nullable":true},"loyalty":{"type":"array","items":{"type":"string"},"nullable":true}},"required":["date"]},"Order.jsonld-post.order":{"type":"object","description":"","required":["date"],"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"date":{"type":"string","format":"date-time"},"notes":{"type":"string","nullable":true},"itemsTotal":{"minimum":0,"type":"integer"},"discountsTotal":{"minimum":0,"type":"integer"},"total":{"minimum":0,"type":"integer"},"createdByGuest":{"type":"boolean"},"localCode":{"default":"fr_FR","example":"fr_FR","type":"string"},"orderItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem.jsonld-post.order"}},"customer":{"type":"string","format":"iri-reference","nullable":true},"promotion":{"anyOf":[{"$ref":"#\/components\/schemas\/Promotion.jsonld-post.order"}],"nullable":true},"shop":{"type":"string","format":"iri-reference"},"buillingAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/BillingAddress.jsonld-post.order"}],"nullable":true},"taxesTotal":{"minimum":0,"type":"integer"},"shopMode":{"type":"string","format":"iri-reference"},"deliveryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/DeliveryAddress.jsonld-post.order"}],"nullable":true},"tableNumber":{"type":"string","nullable":true},"customerEmail":{"type":"string","nullable":true},"customerName":{"type":"string","nullable":true},"customerPhone":{"type":"string","nullable":true},"managementFees":{"minimum":0,"type":"integer"},"shippingCost":{"minimum":0,"type":"integer"},"fees":{"minimum":0,"type":"integer"},"qoodosRewards":{"type":"array","items":{"type":"string"},"nullable":true},"zone":{"type":"string","format":"iri-reference","nullable":true},"setting":{"default":{"customerIdentifier":null,"value":null,"cutlery":null},"example":{"customerIdentifier":null,"value":null,"cutlery":null},"type":"array","items":{"type":"string"},"nullable":true},"asap":{"type":"boolean","nullable":true},"loyalty":{"type":"array","items":{"type":"string"},"nullable":true},"externalId":{"type":"string","nullable":true}}},"OrderItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"optionList":{"type":"array","items":{"type":"string"},"nullable":true},"quantity":{"type":"integer"},"checking":{"type":"string","format":"iri-reference"},"unitPrice":{"type":"integer"},"total":{"type":"integer"},"promotion":{"type":"string","format":"iri-reference","nullable":true},"unitsTotal":{"type":"integer","nullable":true},"discountsTotal":{"type":"integer"},"taxesTotal":{"type":"integer"},"product":{"type":"string","format":"iri-reference","nullable":true},"productName":{"type":"string","nullable":true},"productDescription":{"type":"string","nullable":true},"productImage":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"category":{"type":"array","items":{"type":"string"},"nullable":true},"stepList":{"type":"array","items":{"type":"string"},"nullable":true},"serveLater":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"free":{"readOnly":true,"type":"boolean"}}},"OrderItem-get.order":{"type":"object","description":"","properties":{"optionList":{"type":"array","items":{"type":"string"},"nullable":true},"quantity":{"type":"integer"},"unitPrice":{"type":"integer"},"total":{"type":"integer"},"promotion":{"type":"string","format":"iri-reference","nullable":true},"unitsTotal":{"type":"integer","nullable":true},"discountsTotal":{"type":"integer"},"taxesTotal":{"type":"integer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product-get.order"}],"nullable":true},"productName":{"type":"string","nullable":true},"productDescription":{"type":"string","nullable":true},"productImage":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"stepList":{"type":"array","items":{"type":"string"},"nullable":true},"serveLater":{"type":"boolean"}}},"OrderItem-post.order":{"type":"object","description":"","properties":{"optionList":{"type":"array","items":{"type":"string"},"nullable":true},"quantity":{"type":"integer"},"total":{"type":"integer"},"promotion":{"anyOf":[{"$ref":"#\/components\/schemas\/Promotion-post.order"}],"nullable":true},"unitsTotal":{"type":"integer","nullable":true},"discountsTotal":{"type":"integer"},"taxesTotal":{"type":"integer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product-post.order"}],"nullable":true},"note":{"type":"string","nullable":true},"stepList":{"type":"array","items":{"type":"string"},"nullable":true},"serveLater":{"type":"boolean"}}},"OrderItem.jsonld-get.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"optionList":{"type":"array","items":{"type":"string"},"nullable":true},"quantity":{"type":"integer"},"unitPrice":{"type":"integer"},"total":{"type":"integer"},"promotion":{"type":"string","format":"iri-reference","nullable":true},"unitsTotal":{"type":"integer","nullable":true},"discountsTotal":{"type":"integer"},"taxesTotal":{"type":"integer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.jsonld-get.order"}],"nullable":true},"productName":{"type":"string","nullable":true},"productDescription":{"type":"string","nullable":true},"productImage":{"type":"string","nullable":true},"note":{"type":"string","nullable":true},"stepList":{"type":"array","items":{"type":"string"},"nullable":true},"serveLater":{"type":"boolean"}}},"OrderItem.jsonld-post.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"optionList":{"type":"array","items":{"type":"string"},"nullable":true},"quantity":{"type":"integer"},"total":{"type":"integer"},"promotion":{"anyOf":[{"$ref":"#\/components\/schemas\/Promotion.jsonld-post.order"}],"nullable":true},"unitsTotal":{"type":"integer","nullable":true},"discountsTotal":{"type":"integer"},"taxesTotal":{"type":"integer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.jsonld-post.order"}],"nullable":true},"note":{"type":"string","nullable":true},"stepList":{"type":"array","items":{"type":"string"},"nullable":true},"serveLater":{"type":"boolean"}}},"OrderSetting":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference"},"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OrderSetting-get.shop":{"type":"object","description":"","properties":{"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"}}},"OrderSetting-sync.shop":{"type":"object","description":"","properties":{"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"}}},"OrderSetting.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shop":{"type":"string","format":"iri-reference"},"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OrderSetting.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"}}},"OrderSetting.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"customerIdentifier":{"type":"string","nullable":true},"cutlery":{"type":"boolean"}}},"OrderingHours":{"type":"object","description":"","properties":{"day":{"writeOnly":true,"type":"string"},"days":{"writeOnly":true,"type":"array","items":{"type":"string"}},"startingTime":{"writeOnly":true,"type":"string","format":"date-time"},"endingTime":{"writeOnly":true,"type":"string","format":"date-time"},"enabled":{"writeOnly":true,"type":"boolean"},"shop":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"shopMode":{"writeOnly":true,"type":"string","format":"iri-reference"},"shopModes":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"orderInterval":{"writeOnly":true,"type":"integer","nullable":true},"deleted":{"writeOnly":true,"type":"boolean"},"deletedAt":{"writeOnly":true,"type":"string","format":"date-time","nullable":true},"createdAt":{"writeOnly":true,"type":"string","format":"date-time"},"updatedAt":{"writeOnly":true,"type":"string","format":"date-time"}}},"OrderingHours-get.orderingHour":{"type":"object","description":""},"OrderingHours-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"orderInterval":{"type":"integer","nullable":true}}},"OrderingHours-get.shopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"orderInterval":{"type":"integer","nullable":true}}},"OrderingHours.jsonld-get.orderingHour":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]}}},"OrderingHours.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"orderInterval":{"type":"integer","nullable":true}}},"OrderingHours.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"orderInterval":{"type":"integer","nullable":true}}},"Pairing":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"identifier":{"type":"string"},"model":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"ip":{"type":"string"},"device":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Parameter-get.franchise":{"type":"object","description":"","properties":{"header":{"type":"string","nullable":true},"enableHeader":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"keywordsArray":{"type":"array","items":{"type":"string"},"nullable":true},"map":{"type":"string","nullable":true},"googleAuthEnabled":{"type":"boolean","nullable":true},"appleAuthEnabled":{"type":"boolean","nullable":true},"locale":{"anyOf":[{"$ref":"#\/components\/schemas\/Locale-get.franchise"}],"nullable":true},"signupText":{"type":"string","nullable":true}}},"Parameter.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"header":{"type":"string","nullable":true},"enableHeader":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"keywordsArray":{"type":"array","items":{"type":"string"},"nullable":true},"map":{"type":"string","nullable":true},"googleAuthEnabled":{"type":"boolean","nullable":true},"appleAuthEnabled":{"type":"boolean","nullable":true},"locale":{"anyOf":[{"$ref":"#\/components\/schemas\/Locale.jsonld-get.franchise"}],"nullable":true},"signupText":{"type":"string","nullable":true}}},"Partner":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"link":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoUrl":{"type":"string","nullable":true},"name":{"type":"string"},"shop":{"type":"string","format":"iri-reference","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Partner-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"link":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"name":{"type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Partner.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"link":{"type":"string","nullable":true},"logo":{"type":"string","nullable":true},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"logoUrl":{"type":"string","nullable":true},"name":{"type":"string"},"shop":{"type":"string","format":"iri-reference","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Partner.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"link":{"type":"string","nullable":true},"logoUrl":{"type":"string","nullable":true},"name":{"type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Payment":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"state":{"readOnly":true,"default":"new","example":"new","type":"string"},"checking":{"readOnly":true,"type":"string","format":"iri-reference"},"paymentMethod":{"readOnly":true,"type":"string","format":"iri-reference"},"externalId":{"readOnly":true,"type":"string","nullable":true},"currency":{"readOnly":true,"type":"string"},"clientSecret":{"readOnly":true,"type":"string","nullable":true},"details":{"readOnly":true,"type":"string","nullable":true},"amount":{"readOnly":true,"type":"integer","nullable":true},"canceledAt":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"responseCode":{"readOnly":true,"type":"string","nullable":true},"events":{"readOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Event"}},"paymentMethodCode":{"readOnly":true,"type":"string","nullable":true},"domainName":{"readOnly":true,"type":"string","nullable":true},"createdAt":{"readOnly":true,"type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"type":"string","format":"date-time"}}},"Payment.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"state":{"readOnly":true,"default":"new","example":"new","type":"string"},"checking":{"readOnly":true,"type":"string","format":"iri-reference"},"paymentMethod":{"readOnly":true,"type":"string","format":"iri-reference"},"externalId":{"readOnly":true,"type":"string","nullable":true},"currency":{"readOnly":true,"type":"string"},"clientSecret":{"readOnly":true,"type":"string","nullable":true},"details":{"readOnly":true,"type":"string","nullable":true},"amount":{"readOnly":true,"type":"integer","nullable":true},"canceledAt":{"readOnly":true,"type":"string","format":"date-time","nullable":true},"responseCode":{"readOnly":true,"type":"string","nullable":true},"events":{"readOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"paymentMethodCode":{"readOnly":true,"type":"string","nullable":true},"domainName":{"readOnly":true,"type":"string","nullable":true},"createdAt":{"readOnly":true,"type":"string","format":"date-time"},"updatedAt":{"readOnly":true,"type":"string","format":"date-time"}}},"PaymentMethod":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"position":{"writeOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgFile":{"writeOnly":true,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"svgText":{"type":"string","nullable":true},"shop":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig"}],"nullable":true},"payments":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"gatewayConfig":{"writeOnly":true,"anyOf":[{"$ref":"#\/components\/schemas\/GatewayConfig"}],"nullable":true},"shopModes":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode"}},"deleted":{"writeOnly":true,"type":"boolean"},"deletedAt":{"writeOnly":true,"type":"string","format":"date-time","nullable":true},"svg":{"type":"string","nullable":true},"entityName":{"writeOnly":true,"type":"string","nullable":true},"createdAt":{"writeOnly":true,"type":"string","format":"date-time"},"updatedAt":{"writeOnly":true,"type":"string","format":"date-time"}}},"PaymentMethod-get.paymentMethod":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig-get.paymentMethod"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethod-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig-get.shop"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethod-get.shopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig-get.shopMode"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethod.jsonld-get.paymentMethod":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig.jsonld-get.paymentMethod"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethod.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig.jsonld-get.shop"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethod.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"enabled":{"type":"boolean"},"methods":{"type":"array","items":{"type":"string"}},"kioskOnly":{"type":"boolean"},"anonymousAuthorized":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"payemntMenthodConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/PaymentMethodConfig.jsonld-get.shopMode"}],"nullable":true},"svg":{"type":"string","nullable":true}}},"PaymentMethodConfig":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"gatewayConfig":{"anyOf":[{"$ref":"#\/components\/schemas\/GatewayConfig"}],"nullable":true},"type":{"type":"string"},"paymentMethods":{"type":"array","items":{"type":"string","format":"iri-reference"}},"name":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"PaymentMethodConfig-get.paymentMethod":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PaymentMethodConfig-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PaymentMethodConfig-get.shopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PaymentMethodConfig.jsonld-get.paymentMethod":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PaymentMethodConfig.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PaymentMethodConfig.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"enabled":{"type":"boolean"},"type":{"type":"string"},"name":{"type":"string"}}},"PickupHour-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"PickupHour-sync.pickupHour":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"}}},"PickupHour-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"PickupHour.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"PickupHour.jsonld-sync.pickupHour":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true},"syncAction":{"type":"string"}}},"PickupHour.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"startingTime":{"type":"string","format":"date-time"},"endingTime":{"type":"string","format":"date-time"},"day":{"type":"string"},"enabled":{"type":"boolean"},"startingTimeApi":{"readOnly":true},"endingTimeApi":{"readOnly":true}}},"Printer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"mac":{"type":"string","nullable":true},"duplication":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true},"logo":{"$ref":"#\/components\/schemas\/File"},"logoFile":{"type":"string","format":"binary"},"starcloudAttempts":{"default":1,"example":1,"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Printer.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"mac":{"type":"string","nullable":true},"duplication":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true},"logo":{"$ref":"#\/components\/schemas\/File.jsonld"},"logoFile":{"type":"string","format":"binary"},"starcloudAttempts":{"default":1,"example":1,"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Product-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode-get.menu"}},"options":{"type":"array","items":{"type":"string","format":"iri-reference"}},"aliments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.menu"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.menu"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation-get.menu"}},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"type":{"default":"product","example":"product","type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step-get.menu"}},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode-get.offer_get.offer.menu"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.offer_get.offer.menu"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment-get.offer_get.offer.menu"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.offer_get.offer.menu"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.offer_get.offer.menu"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation-get.offer_get.offer.menu"}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory-get.offer_get.offer.menu"}},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode-get.offer_get.promotional.offer"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.offer_get.promotional.offer"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment-get.offer_get.promotional.offer"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.offer_get.promotional.offer"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.offer_get.promotional.offer"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation-get.offer_get.promotional.offer"}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory-get.offer_get.promotional.offer"}},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product-get.order":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"}}},"Product-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode-get.product"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option-get.product"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment-get.product"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.product"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-get.product"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation-get.product"}},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"type":{"default":"product","example":"product","type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step-get.product"}},"servableLater":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product-post.order":{"type":"object","description":"","properties":{"externalId":{"type":"string","nullable":true}}},"Product-read.menu.cross-selling":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"}}},"Product.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode.jsonld-get.menu"}},"options":{"type":"array","items":{"type":"string","format":"iri-reference"}},"aliments":{"type":"array","items":{"type":"string","format":"iri-reference"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.menu"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.menu"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation.jsonld-get.menu"}},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"type":{"default":"product","example":"product","type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step.jsonld-get.menu"}},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode.jsonld-get.offer_get.offer.menu"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld-get.offer_get.offer.menu"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment.jsonld-get.offer_get.offer.menu"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.offer.menu"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.offer.menu"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation.jsonld-get.offer_get.offer.menu"}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-get.offer_get.offer.menu"}},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode.jsonld-get.offer_get.promotional.offer"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld-get.offer_get.promotional.offer"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment.jsonld-get.offer_get.promotional.offer"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.promotional.offer"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.promotional.offer"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation.jsonld-get.offer_get.promotional.offer"}},"outOfStock":{"type":"boolean"},"productCategories":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductCategory.jsonld-get.offer_get.promotional.offer"}},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"servableLater":{"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product.jsonld-get.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"Product.jsonld-get.product":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"calory":{"type":"number","nullable":true},"withAlcool":{"type":"boolean","nullable":true},"new":{"type":"boolean","nullable":true},"blockedBySlot":{"type":"boolean"},"restricted":{"type":"boolean","nullable":true},"modes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode.jsonld-get.product"}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld-get.product"}},"aliments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Aliment.jsonld-get.product"}},"upSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"}},"crossSellingProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"}},"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductTranslation.jsonld-get.product"}},"outOfStock":{"type":"boolean"},"preparationTime":{"type":"integer"},"sku":{"type":"string"},"displayNotes":{"default":true,"example":true,"type":"boolean"},"type":{"default":"product","example":"product","type":"string"},"steps":{"type":"array","items":{"$ref":"#\/components\/schemas\/Step.jsonld-get.product"}},"servableLater":{"type":"boolean"},"enabled":{"default":true,"example":true,"type":"boolean"},"externalId":{"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Product.jsonld-post.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"externalId":{"type":"string","nullable":true}}},"Product.jsonld-read.menu.cross-selling":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"}}},"ProductCategory-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product-get.menu"},"category":{"$ref":"#\/components\/schemas\/Category-get.menu"},"position":{"type":"integer"}}},"ProductCategory-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product-get.offer_get.offer.menu"},"category":{"$ref":"#\/components\/schemas\/Category-get.offer_get.offer.menu"},"position":{"type":"integer"}}},"ProductCategory-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product-get.offer_get.promotional.offer"},"category":{"$ref":"#\/components\/schemas\/Category-get.offer_get.promotional.offer"},"position":{"type":"integer"}}},"ProductCategory.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-get.menu"},"category":{"$ref":"#\/components\/schemas\/Category.jsonld-get.menu"},"position":{"type":"integer"}}},"ProductCategory.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.offer.menu"},"category":{"$ref":"#\/components\/schemas\/Category.jsonld-get.offer_get.offer.menu"},"position":{"type":"integer"}}},"ProductCategory.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.promotional.offer"},"category":{"$ref":"#\/components\/schemas\/Category.jsonld-get.offer_get.promotional.offer"},"position":{"type":"integer"}}},"ProductShopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"type":"string","format":"iri-reference","nullable":true},"shopMode":{"type":"string","format":"iri-reference","nullable":true},"price":{"type":"integer","nullable":true},"tax":{"type":"string","format":"iri-reference","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ProductShopMode-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode-get.menu"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"type":"string","format":"iri-reference","nullable":true}}},"ProductShopMode-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode-get.offer_get.offer.menu"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax-get.offer_get.offer.menu"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductShopMode-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode-get.offer_get.promotional.offer"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax-get.offer_get.promotional.offer"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductShopMode-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode-get.product"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax-get.product"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductShopMode.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.menu"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"type":"string","format":"iri-reference","nullable":true}}},"ProductShopMode.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.offer_get.offer.menu"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax.jsonld-get.offer_get.offer.menu"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductShopMode.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.offer_get.promotional.offer"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax.jsonld-get.offer_get.promotional.offer"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductShopMode.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"shopMode":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.product"}],"nullable":true},"price":{"type":"integer","nullable":true},"tax":{"anyOf":[{"$ref":"#\/components\/schemas\/Tax.jsonld-get.product"}],"nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"}}},"ProductTranslation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"product":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ProductTranslation-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.menu"}}},"ProductTranslation-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"}}},"ProductTranslation-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"}}},"ProductTranslation-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.product"}}},"ProductTranslation.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"},"product":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ProductTranslation.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.menu"}}},"ProductTranslation.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"}}},"ProductTranslation.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"type":"string","format":"iri-reference"}}},"ProductTranslation.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.product"}}},"Promotion":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"image":{"writeOnly":true,"$ref":"#\/components\/schemas\/File"},"imageFile":{"writeOnly":true,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"visible":{"type":"boolean"},"shop":{"writeOnly":true,"type":"string","format":"iri-reference","nullable":true},"code":{"type":"string"},"shopModes":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"orders":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"orderItems":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem"}},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"imageType":{"writeOnly":true,"type":"string","nullable":true},"imageName":{"writeOnly":true,"type":"string","nullable":true},"entityName":{"writeOnly":true,"type":"string","nullable":true},"deleted":{"writeOnly":true,"type":"boolean"},"deletedAt":{"writeOnly":true,"type":"string","format":"date-time","nullable":true},"createdAt":{"writeOnly":true,"type":"string","format":"date-time"},"updatedAt":{"writeOnly":true,"type":"string","format":"date-time"}}},"Promotion-get.promotion":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion-get.shopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion-post.order":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Promotion.jsonld-get.promotion":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"type":{"type":"string"},"value":{"type":"number"},"freeDelivery":{"type":"boolean"},"firstOrderOnly":{"type":"boolean"},"oneTimeOnly":{"type":"boolean"},"minimumAmount":{"type":"integer","nullable":true},"enabled":{"type":"boolean"},"visible":{"type":"boolean"},"code":{"type":"string"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}}},"Promotion.jsonld-post.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"code":{"type":"string"}}},"PromotionalOffer-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product-get.offer_get.offer.menu"}],"nullable":true},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-get.offer_get.offer.menu"}],"nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"PromotionalOffer-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"menu":{"$ref":"#\/components\/schemas\/Menu-get.offer_get.promotional.offer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product-get.offer_get.promotional.offer"}],"nullable":true},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-get.offer_get.promotional.offer"}],"nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"PromotionalOffer.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.offer.menu"}],"nullable":true},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-get.offer_get.offer.menu"}],"nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"PromotionalOffer.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"menu":{"$ref":"#\/components\/schemas\/Menu.jsonld-get.offer_get.promotional.offer"},"product":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.jsonld-get.offer_get.promotional.offer"}],"nullable":true},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-get.offer_get.promotional.offer"}],"nullable":true},"start":{"type":"string","format":"date-time"},"end":{"type":"string","format":"date-time"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Role":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"role":{"type":"string"},"users":{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}},"importance":{"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Role-get.user":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Role.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"role":{"type":"string"},"users":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.jsonld"}},"importance":{"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Role.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"}}},"Shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"deviceId":{"type":"string","nullable":true},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"logo":{"$ref":"#\/components\/schemas\/File"},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"openingHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"closingDays":{"type":"array","items":{"type":"string","format":"iri-reference"}},"franchise":{"type":"string","format":"iri-reference"},"menus":{"type":"array","items":{"type":"string","format":"iri-reference"}},"kitchens":{"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen"}},"shopModes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"orderingHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"promotions":{"type":"array","items":{"type":"string","format":"iri-reference"}},"printer":{"anyOf":[{"$ref":"#\/components\/schemas\/Printer"}],"nullable":true},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"contacts":{"type":"array","items":{"type":"string","format":"iri-reference"}},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency"}],"nullable":true},"products":{"type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"type":"array","items":{"type":"string","format":"iri-reference"}},"options":{"type":"array","items":{"type":"string","format":"iri-reference"}},"partners":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner"}},"shopManagers":{"type":"array","items":{"type":"string","format":"iri-reference"}},"orders":{"type":"array","items":{"type":"string","format":"iri-reference"}},"notices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notice"}},"paymentMethods":{"type":"array","items":{"type":"string","format":"iri-reference"}},"syncAction":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/Message"}},"customerShops":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerShop"}},"source":{"$ref":"#\/components\/schemas\/Source"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation"}},"zones":{"type":"array","items":{"type":"string","format":"iri-reference"}},"pickupHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tables":{"type":"array","items":{"$ref":"#\/components\/schemas\/Table"}},"devices":{"type":"array","items":{"type":"string","format":"iri-reference"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting"}],"nullable":true},"loyalty":{"type":"string","format":"iri-reference","nullable":true},"legalTerms":{"writeOnly":true,"type":"array","items":{"type":"string"}},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"token":{"type":"string"},"displayName":{"readOnly":true,"type":"string"},"nitials":{"readOnly":true,"description":"get initials of a shop.","type":"string","nullable":true},"kitchen":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen"}},"contactEmail":{"readOnly":true,"type":"string","nullable":true},"tou":{"readOnly":true,"type":"string","nullable":true},"legalNotice":{"readOnly":true,"type":"string","nullable":true},"privacyPolicy":{"readOnly":true,"type":"string","nullable":true}}},"Shop-get.devices":{"type":"object","description":"","properties":{"name":{"type":"string"},"token":{"type":"string"}}},"Shop-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"token":{"type":"string"}}},"Shop-get.legal_terms":{"type":"object","description":"","properties":{"tou":{"readOnly":true,"type":"string","nullable":true},"legalNotice":{"readOnly":true,"type":"string","nullable":true},"privacyPolicy":{"readOnly":true,"type":"string","nullable":true}}},"Shop-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"openingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OpeningHours-get.shop"}},"closingDays":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingDays-get.shop"}},"franchise":{"$ref":"#\/components\/schemas\/Franchise-get.shop"},"kitchens":{"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen-get.shop"}},"shopModes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode-get.shop"}},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings-get.shop"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency-get.shop"}],"nullable":true},"partners":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner-get.shop"}},"notices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notice-get.shop"}},"source":{"$ref":"#\/components\/schemas\/Source-get.shop"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation-get.shop"}},"zones":{"type":"array","items":{"$ref":"#\/components\/schemas\/Zone-get.shop"}},"pickupHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/PickupHour-get.shop"}},"devices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-get.shop"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country-get.shop"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting-get.shop"}],"nullable":true},"loyalty":{"anyOf":[{"$ref":"#\/components\/schemas\/Loyalty-get.shop"}],"nullable":true},"token":{"type":"string"}}},"Shop-get.user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"franchise":{"$ref":"#\/components\/schemas\/Franchise-get.user"}}},"Shop-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings-sync.shop"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency-sync.shop"}],"nullable":true},"syncAction":{"type":"string"},"source":{"$ref":"#\/components\/schemas\/Source-sync.shop"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation-sync.shop"}},"zones":{"type":"array","items":{"$ref":"#\/components\/schemas\/Zone-sync.shop"}},"pickupHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/PickupHour-sync.shop"}},"devices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device-sync.shop"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country-sync.shop"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting-sync.shop"}],"nullable":true},"loyalty":{"anyOf":[{"$ref":"#\/components\/schemas\/Loyalty-sync.shop"}],"nullable":true},"token":{"type":"string"}}},"Shop.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"deviceId":{"type":"string","nullable":true},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"logo":{"$ref":"#\/components\/schemas\/File.jsonld"},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"openingHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"closingDays":{"type":"array","items":{"type":"string","format":"iri-reference"}},"franchise":{"type":"string","format":"iri-reference"},"menus":{"type":"array","items":{"type":"string","format":"iri-reference"}},"kitchens":{"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen.jsonld"}},"shopModes":{"type":"array","items":{"type":"string","format":"iri-reference"}},"orderingHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"promotions":{"type":"array","items":{"type":"string","format":"iri-reference"}},"printer":{"anyOf":[{"$ref":"#\/components\/schemas\/Printer.jsonld"}],"nullable":true},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings.jsonld"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"contacts":{"type":"array","items":{"type":"string","format":"iri-reference"}},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonld"}],"nullable":true},"products":{"type":"array","items":{"type":"string","format":"iri-reference"}},"categories":{"type":"array","items":{"type":"string","format":"iri-reference"}},"options":{"type":"array","items":{"type":"string","format":"iri-reference"}},"partners":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner.jsonld"}},"shopManagers":{"type":"array","items":{"type":"string","format":"iri-reference"}},"orders":{"type":"array","items":{"type":"string","format":"iri-reference"}},"notices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notice.jsonld"}},"paymentMethods":{"type":"array","items":{"type":"string","format":"iri-reference"}},"syncAction":{"type":"string"},"messages":{"type":"array","items":{"$ref":"#\/components\/schemas\/Message.jsonld"}},"customerShops":{"type":"array","items":{"$ref":"#\/components\/schemas\/CustomerShop.jsonld"}},"source":{"$ref":"#\/components\/schemas\/Source.jsonld"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation.jsonld"}},"zones":{"type":"array","items":{"type":"string","format":"iri-reference"}},"pickupHours":{"type":"array","items":{"type":"string","format":"iri-reference"}},"tables":{"type":"array","items":{"$ref":"#\/components\/schemas\/Table.jsonld"}},"devices":{"type":"array","items":{"type":"string","format":"iri-reference"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting.jsonld"}],"nullable":true},"loyalty":{"type":"string","format":"iri-reference","nullable":true},"legalTerms":{"writeOnly":true,"type":"array","items":{"type":"string"}},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"token":{"type":"string"},"displayName":{"readOnly":true,"type":"string"},"nitials":{"readOnly":true,"description":"get initials of a shop.","type":"string","nullable":true},"kitchen":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen.jsonld"}},"contactEmail":{"readOnly":true,"type":"string","nullable":true},"tou":{"readOnly":true,"type":"string","nullable":true},"legalNotice":{"readOnly":true,"type":"string","nullable":true},"privacyPolicy":{"readOnly":true,"type":"string","nullable":true}}},"Shop.jsonld-get.devices":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"token":{"type":"string"}}},"Shop.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"logoUrl":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"token":{"type":"string"}}},"Shop.jsonld-get.legal_terms":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"tou":{"readOnly":true,"type":"string","nullable":true},"legalNotice":{"readOnly":true,"type":"string","nullable":true},"privacyPolicy":{"readOnly":true,"type":"string","nullable":true}}},"Shop.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"openingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OpeningHours.jsonld-get.shop"}},"closingDays":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClosingDays.jsonld-get.shop"}},"franchise":{"$ref":"#\/components\/schemas\/Franchise.jsonld-get.shop"},"kitchens":{"type":"array","items":{"$ref":"#\/components\/schemas\/Kitchen.jsonld-get.shop"}},"shopModes":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopMode.jsonld-get.shop"}},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings.jsonld-get.shop"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonld-get.shop"}],"nullable":true},"partners":{"type":"array","items":{"$ref":"#\/components\/schemas\/Partner.jsonld-get.shop"}},"notices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notice.jsonld-get.shop"}},"source":{"$ref":"#\/components\/schemas\/Source.jsonld-get.shop"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation.jsonld-get.shop"}},"zones":{"type":"array","items":{"$ref":"#\/components\/schemas\/Zone.jsonld-get.shop"}},"pickupHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/PickupHour.jsonld-get.shop"}},"devices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.jsonld-get.shop"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld-get.shop"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting.jsonld-get.shop"}],"nullable":true},"loyalty":{"anyOf":[{"$ref":"#\/components\/schemas\/Loyalty.jsonld-get.shop"}],"nullable":true},"token":{"type":"string"}}},"Shop.jsonld-get.user":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"franchise":{"$ref":"#\/components\/schemas\/Franchise.jsonld-get.user"}}},"Shop.jsonld-sync.shop":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"qoodosId":{"type":"string","nullable":true},"name":{"type":"string"},"licence":{"default":"full","example":"full","type":"string"},"qoodosSubscriptionTitle":{"type":"string","nullable":true},"qoodosSubscriptionMessage":{"type":"string","nullable":true},"qoodosDisplayAskAgain":{"default":true,"example":true,"type":"boolean"},"logoUrl":{"type":"string","nullable":true},"logoFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"shopSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/ShopSettings.jsonld-sync.shop"}],"nullable":true},"timeZone":{"default":"Europe\/Paris","example":"Europe\/Paris","type":"string"},"siret":{"type":"string","nullable":true},"enabled":{"default":true,"example":true,"type":"boolean"},"address":{"type":"string","nullable":true},"latitude":{"type":"number","nullable":true},"longitude":{"type":"number","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"currency":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonld-sync.shop"}],"nullable":true},"syncAction":{"type":"string"},"source":{"$ref":"#\/components\/schemas\/Source.jsonld-sync.shop"},"shopTranslations":{"type":"array","items":{"$ref":"#\/components\/schemas\/ShopTranslation.jsonld-sync.shop"}},"zones":{"type":"array","items":{"$ref":"#\/components\/schemas\/Zone.jsonld-sync.shop"}},"pickupHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/PickupHour.jsonld-sync.shop"}},"devices":{"type":"array","items":{"$ref":"#\/components\/schemas\/Device.jsonld-sync.shop"}},"countries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.jsonld-sync.shop"}},"orderSetting":{"anyOf":[{"$ref":"#\/components\/schemas\/OrderSetting.jsonld-sync.shop"}],"nullable":true},"loyalty":{"anyOf":[{"$ref":"#\/components\/schemas\/Loyalty.jsonld-sync.shop"}],"nullable":true},"token":{"type":"string"}}},"ShopManager-get.user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role-get.user"}},"isVerified":{"type":"boolean"},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}},"required":["email"]},"ShopManager.jsonld-get.user":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role.jsonld-get.user"}},"isVerified":{"type":"boolean"},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true}},"required":["email"]},"ShopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"orderFees":{"type":"integer"},"averageDeliveryOrder":{"type":"integer"},"averageDeliveryTime":{"type":"integer"},"mode":{"$ref":"#\/components\/schemas\/Mode"},"shop":{"writeOnly":true,"type":"string","format":"iri-reference"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"asap":{"type":"boolean"},"orderingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderingHours"}},"productShopModes":{"writeOnly":true,"type":"array","items":{"$ref":"#\/components\/schemas\/ProductShopMode"}},"promotions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion"}},"orders":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference"}},"paymentMethods":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod"}},"orderInterval":{"default":20,"example":20,"type":"integer"},"visible":{"default":true,"example":true,"type":"boolean"},"svgFile":{"writeOnly":true,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary"},"svgText":{"type":"string","nullable":true},"position":{"type":"integer"},"deleted":{"writeOnly":true,"type":"boolean"},"deletedAt":{"writeOnly":true,"type":"string","format":"date-time","nullable":true},"svg":{"type":"string","nullable":true},"entityName":{"writeOnly":true,"type":"string","nullable":true},"createdAt":{"writeOnly":true,"type":"string","format":"date-time"},"updatedAt":{"writeOnly":true,"type":"string","format":"date-time"}}},"ShopMode-get.menu":{"type":"object","description":"","properties":{"mode":{"$ref":"#\/components\/schemas\/Mode-get.menu"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"mode":{"$ref":"#\/components\/schemas\/Mode-get.offer_get.offer.menu"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"mode":{"$ref":"#\/components\/schemas\/Mode-get.offer_get.promotional.offer"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode-get.order":{"type":"object","description":"","properties":{"mode":{"$ref":"#\/components\/schemas\/Mode-get.order"},"position":{"type":"integer"}}},"ShopMode-get.product":{"type":"object","description":"","properties":{"mode":{"$ref":"#\/components\/schemas\/Mode-get.product"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"orderFees":{"type":"integer"},"averageDeliveryOrder":{"type":"integer"},"averageDeliveryTime":{"type":"integer"},"mode":{"$ref":"#\/components\/schemas\/Mode-get.shop"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"asap":{"type":"boolean"},"orderingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderingHours-get.shop"}},"promotions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion-get.shop"}},"paymentMethods":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod-get.shop"}},"orderInterval":{"default":20,"example":20,"type":"integer"},"visible":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"position":{"type":"integer"},"svg":{"type":"string","nullable":true}}},"ShopMode-get.shopMode":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"orderFees":{"type":"integer"},"averageDeliveryOrder":{"type":"integer"},"averageDeliveryTime":{"type":"integer"},"mode":{"$ref":"#\/components\/schemas\/Mode-get.shopMode"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"asap":{"type":"boolean"},"orderingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderingHours-get.shopMode"}},"promotions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion-get.shopMode"}},"paymentMethods":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod-get.shopMode"}},"orderInterval":{"default":20,"example":20,"type":"integer"},"visible":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"position":{"type":"integer"},"svg":{"type":"string","nullable":true}}},"ShopMode.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.menu"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.offer_get.offer.menu"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.offer_get.promotional.offer"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode.jsonld-get.order":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.order"},"position":{"type":"integer"}}},"ShopMode.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.product"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"position":{"type":"integer"}}},"ShopMode.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderFees":{"type":"integer"},"averageDeliveryOrder":{"type":"integer"},"averageDeliveryTime":{"type":"integer"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.shop"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"asap":{"type":"boolean"},"orderingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderingHours.jsonld-get.shop"}},"promotions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion.jsonld-get.shop"}},"paymentMethods":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-get.shop"}},"orderInterval":{"default":20,"example":20,"type":"integer"},"visible":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"position":{"type":"integer"},"svg":{"type":"string","nullable":true}}},"ShopMode.jsonld-get.shopMode":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"orderFees":{"type":"integer"},"averageDeliveryOrder":{"type":"integer"},"averageDeliveryTime":{"type":"integer"},"mode":{"$ref":"#\/components\/schemas\/Mode.jsonld-get.shopMode"},"enabled":{"default":true,"example":true,"type":"boolean"},"anonymous":{"type":"boolean"},"asap":{"type":"boolean"},"orderingHours":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderingHours.jsonld-get.shopMode"}},"promotions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Promotion.jsonld-get.shopMode"}},"paymentMethods":{"type":"array","items":{"$ref":"#\/components\/schemas\/PaymentMethod.jsonld-get.shopMode"}},"orderInterval":{"default":20,"example":20,"type":"integer"},"visible":{"default":true,"example":true,"type":"boolean"},"svgText":{"type":"string","nullable":true},"position":{"type":"integer"},"svg":{"type":"string","nullable":true}}},"ShopSettings":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"menuPreview":{"type":"boolean","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"closeInterval":{},"enabled":{"type":"boolean"},"managementFees":{"type":"integer"},"autoTranslate":{"type":"boolean"},"pickupMode":{"type":"boolean"},"menuPreviewLocale":{"type":"string","format":"iri-reference"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true},"autoAcceptOrders":{"type":"boolean"},"preparationNumberSequence":{"default":1,"example":1,"type":"integer"},"preparationNumberResetHour":{"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ShopSettings-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"managementFees":{"type":"integer"},"pickupMode":{"type":"boolean"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true}}},"ShopSettings-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"managementFees":{"type":"integer"},"pickupMode":{"type":"boolean"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true}}},"ShopSettings.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference","nullable":true},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"menuPreview":{"type":"boolean","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"closeInterval":{},"enabled":{"type":"boolean"},"managementFees":{"type":"integer"},"autoTranslate":{"type":"boolean"},"pickupMode":{"type":"boolean"},"menuPreviewLocale":{"type":"string","format":"iri-reference"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true},"autoAcceptOrders":{"type":"boolean"},"preparationNumberSequence":{"default":1,"example":1,"type":"integer"},"preparationNumberResetHour":{"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ShopSettings.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"managementFees":{"type":"integer"},"pickupMode":{"type":"boolean"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true}}},"ShopSettings.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"emailNotification":{"type":"boolean"},"futureOrders":{"type":"boolean"},"displayFoxeat":{"type":"boolean"},"timeSlotBlockingType":{"type":"string","nullable":true},"timeSlotMaxProduct":{"type":"integer","nullable":true},"timeSlotMaxOrder":{"type":"integer","nullable":true},"deliveryMaxDistance":{"type":"integer","nullable":true},"closeUntil":{"type":"string","format":"date-time","nullable":true},"managementFees":{"type":"integer"},"pickupMode":{"type":"boolean"},"pickupCountdown":{"type":"integer","nullable":true},"futureOrdersMaxDays":{"type":"integer","nullable":true},"futureOrdersMinDays":{"type":"integer","nullable":true}}},"ShopTranslation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"description":{"type":"string","nullable":true},"tmp":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference"},"locale":{"type":"string","format":"iri-reference"}}},"ShopTranslation-get.shop":{"type":"object","description":"","properties":{"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-get.shop"}}},"ShopTranslation-sync.shop":{"type":"object","description":"","properties":{"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale-sync.shop"}}},"ShopTranslation.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"description":{"type":"string","nullable":true},"tmp":{"type":"boolean"},"shop":{"type":"string","format":"iri-reference"},"locale":{"type":"string","format":"iri-reference"}}},"ShopTranslation.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-get.shop"}}},"ShopTranslation.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"description":{"type":"string","nullable":true},"locale":{"$ref":"#\/components\/schemas\/Locale.jsonld-sync.shop"}}},"Slide-get.slide":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"duration":{"default":1,"example":1,"type":"integer"},"slideItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/SlideItem-get.slide"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Slide.jsonld-get.slide":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"duration":{"default":1,"example":1,"type":"integer"},"slideItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/SlideItem.jsonld-get.slide"}},"enabled":{"default":true,"example":true,"type":"boolean"}}},"SlideItem-get.slide":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"SlideItem.jsonld-get.slide":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"position":{"type":"integer"}}},"Sms":{"type":"object","description":"","properties":{"canal":{"default":"sms","example":"sms","type":"string"},"segments":{"type":"integer","nullable":true},"event":{"anyOf":[{"$ref":"#\/components\/schemas\/Event"}],"nullable":true},"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Sms.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"canal":{"default":"sms","example":"sms","type":"string"},"segments":{"type":"integer","nullable":true},"event":{"anyOf":[{"$ref":"#\/components\/schemas\/Event.jsonld"}],"nullable":true},"id":{"readOnly":true,"type":"integer"},"status":{"default":"new","example":"new","type":"string"},"sender":{"type":"string"},"receiver":{"type":"string"},"externalId":{"type":"string","nullable":true},"externalStatus":{"type":"string","nullable":true},"response":{"type":"string","nullable":true},"responseCode":{"type":"string","nullable":true},"direction":{"default":"inbound","example":"inbound","type":"string","nullable":true},"retries":{"default":1,"example":1,"type":"integer"},"body":{"type":"string"},"price":{"type":"number","nullable":true},"action":{"type":"string","nullable":true},"shop":{"type":"string","format":"iri-reference","nullable":true},"franchise":{"type":"string","format":"iri-reference","nullable":true},"sendAt":{"type":"string","format":"date-time","nullable":true},"customer":{"type":"string","format":"iri-reference","nullable":true},"checking":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Social-get.franchise":{"type":"object","description":"","properties":{"link":{"type":"string"},"socialName":{"$ref":"#\/components\/schemas\/SocialName-get.franchise"}}},"Social.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"link":{"type":"string"},"socialName":{"$ref":"#\/components\/schemas\/SocialName.jsonld-get.franchise"}}},"SocialName-get.franchise":{"type":"object","description":"","properties":{"name":{"minLength":3,"type":"string"}}},"SocialName.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"}}},"Source":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"api":{"default":true,"example":true,"type":"boolean"},"webhookEnabled":{"type":"boolean"},"webhooks":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Source-get.shop":{"type":"object","description":"","properties":{"enabled":{"default":true,"example":true,"type":"boolean"}}},"Source-sync.shop":{"type":"object","description":"","properties":{"enabled":{"default":true,"example":true,"type":"boolean"}}},"Source.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"code":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"api":{"default":true,"example":true,"type":"boolean"},"webhookEnabled":{"type":"boolean"},"webhooks":{"type":"array","items":{"type":"string","format":"iri-reference"}},"shops":{"type":"array","items":{"type":"string","format":"iri-reference"}},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"Source.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Source.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"}}},"Starcloud":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"printed":{"type":"boolean"},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event"}},"attempts":{"type":"integer"},"reason":{"type":"string","nullable":true},"checking":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Starcloud.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"printed":{"type":"boolean"},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"attempts":{"type":"integer"},"reason":{"type":"string","nullable":true},"checking":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Step":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"product":{"type":"string","format":"iri-reference"},"stepItems":{"type":"array","items":{"type":"string","format":"iri-reference"}}}},"Step-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"stepItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepItem-get.menu"}}}},"Step-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"stepItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepItem-get.product"}}}},"Step.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"product":{"type":"string","format":"iri-reference"},"stepItems":{"type":"array","items":{"type":"string","format":"iri-reference"}}}},"Step.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"stepItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepItem.jsonld-get.menu"}}}},"Step.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"stepItems":{"type":"array","items":{"$ref":"#\/components\/schemas\/StepItem.jsonld-get.product"}}}},"StepItem":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"type":"string","format":"iri-reference"},"step":{"type":"string","format":"iri-reference"},"price":{"type":"integer"},"position":{"type":"integer"}}},"StepItem-get.menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product-get.menu"},"price":{"type":"integer"},"position":{"type":"integer"}}},"StepItem-get.product":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product-get.product"},"price":{"type":"integer"},"position":{"type":"integer"}}},"StepItem.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"type":"string","format":"iri-reference"},"step":{"type":"string","format":"iri-reference"},"price":{"type":"integer"},"position":{"type":"integer"}}},"StepItem.jsonld-get.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-get.menu"},"price":{"type":"integer"},"position":{"type":"integer"}}},"StepItem.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-get.product"},"price":{"type":"integer"},"position":{"type":"integer"}}},"Table":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"number":{"type":"string"},"shop":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Table.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"number":{"type":"string"},"shop":{"type":"string","format":"iri-reference"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Tax-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"rate":{"type":"number","nullable":true}}},"Tax-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"rate":{"type":"number","nullable":true}}},"Tax-get.product":{"type":"object","description":"","properties":{"rate":{"type":"number","nullable":true}}},"Tax-get.tax":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"rate":{"type":"number","nullable":true}}},"Tax.jsonld-get.offer_get.offer.menu":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"rate":{"type":"number","nullable":true}}},"Tax.jsonld-get.offer_get.promotional.offer":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"rate":{"type":"number","nullable":true}}},"Tax.jsonld-get.product":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"rate":{"type":"number","nullable":true}}},"Tax.jsonld-get.tax":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"rate":{"type":"number","nullable":true}}},"Template":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"templateName":{"anyOf":[{"$ref":"#\/components\/schemas\/TemplateName"}],"nullable":true},"domain":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Template-get.franchise":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"templateName":{"anyOf":[{"$ref":"#\/components\/schemas\/TemplateName-get.franchise"}],"nullable":true}}},"Template.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"templateName":{"anyOf":[{"$ref":"#\/components\/schemas\/TemplateName.jsonld"}],"nullable":true},"domain":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Template.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"templateName":{"anyOf":[{"$ref":"#\/components\/schemas\/TemplateName.jsonld-get.franchise"}],"nullable":true}}},"TemplateName":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"cover":{"type":"string","nullable":true},"link":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"templates":{"type":"array","items":{"$ref":"#\/components\/schemas\/Template"}},"coverFile":{"type":"string","format":"binary"},"code":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"TemplateName-get.franchise":{"type":"object","description":"","properties":{"name":{"minLength":3,"type":"string"},"code":{"type":"string"}}},"TemplateName.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"minLength":3,"type":"string"},"cover":{"type":"string","nullable":true},"link":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"templates":{"type":"array","items":{"$ref":"#\/components\/schemas\/Template.jsonld"}},"coverFile":{"type":"string","format":"binary"},"code":{"type":"string"},"type":{"default":"web_site","example":"web_site","type":"string"},"enabled":{"default":true,"example":true,"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"displayName":{"readOnly":true,"type":"string"}}},"TemplateName.jsonld-get.franchise":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"minLength":3,"type":"string"},"code":{"type":"string"}}},"User":{"type":"object","description":"","properties":{"confirmPassword":{},"image":{"$ref":"#\/components\/schemas\/File"},"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"password":{"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role"}},"isVerified":{"type":"boolean"},"facebookId":{"type":"integer","nullable":true},"googleId":{"maxLength":255,"type":"string","nullable":true},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event"}},"acceptedTOU":{"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"imageType":{"type":"string","nullable":true},"imageName":{"type":"string","nullable":true},"entityName":{"type":"string","nullable":true},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"userIdentifier":{"readOnly":true,"type":"string","nullable":true},"salt":{"readOnly":true,"type":"string"},"roles":{"type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Role"}],"nullable":true}},"rolesObj":{"readOnly":true,"type":"array","items":{"type":"string"}},"nitials":{"readOnly":true,"description":"get initials of a user.","type":"string","nullable":true},"fullName":{"readOnly":true},"verified":{"readOnly":true,"type":"boolean","nullable":true}},"required":["email"]},"User.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"confirmPassword":{},"image":{"$ref":"#\/components\/schemas\/File.jsonld"},"id":{"readOnly":true,"type":"integer"},"email":{"maxLength":255,"type":"string"},"username":{"maxLength":255,"type":"string"},"password":{"type":"string"},"role":{"type":"array","items":{"$ref":"#\/components\/schemas\/Role.jsonld"}},"isVerified":{"type":"boolean"},"facebookId":{"type":"integer","nullable":true},"googleId":{"maxLength":255,"type":"string","nullable":true},"imageFile":{"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"type":"string","format":"binary","nullable":true},"firstName":{"maxLength":255,"type":"string","nullable":true},"lastName":{"maxLength":255,"type":"string","nullable":true},"gender":{"maxLength":255,"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"landlinePhone":{"maxLength":255,"type":"string","nullable":true},"events":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"acceptedTOU":{"type":"boolean"},"imageUrl":{"externalDocs":{"url":"http:\/\/schema.org\/url"},"type":"string","nullable":true},"imageType":{"type":"string","nullable":true},"imageName":{"type":"string","nullable":true},"entityName":{"type":"string","nullable":true},"deleted":{"type":"boolean"},"deletedAt":{"type":"string","format":"date-time","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"userIdentifier":{"readOnly":true,"type":"string","nullable":true},"salt":{"readOnly":true,"type":"string"},"roles":{"type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Role.jsonld"}],"nullable":true}},"rolesObj":{"readOnly":true,"type":"array","items":{"type":"string"}},"nitials":{"readOnly":true,"description":"get initials of a user.","type":"string","nullable":true},"fullName":{"readOnly":true},"verified":{"readOnly":true,"type":"boolean","nullable":true}},"required":["email"]},"UserOAuth":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"phone":{"type":"string"},"code":{"type":"string"},"attempts":{"default":3,"example":3,"type":"integer"},"status":{"type":"string"},"proofToken":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"remainingAttempts":{"readOnly":true,"type":"boolean"}}},"UserOAuth.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"phone":{"type":"string"},"code":{"type":"string"},"attempts":{"default":3,"example":3,"type":"integer"},"status":{"type":"string"},"proofToken":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"remainingAttempts":{"readOnly":true,"type":"boolean"}}},"Webhook-get.webhook":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"endpoints":{"type":"array","items":{"type":"string"}}}},"Webhook.jsonld-get.webhook":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"endpoints":{"type":"array","items":{"type":"string"}}}},"Zone-get.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Zone-get.zone":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Zone-sync.shop":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Zone.jsonld-get.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Zone.jsonld-get.zone":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Zone.jsonld-sync.shop":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"enabled":{"default":true,"example":true,"type":"boolean"},"deliveryMin":{"type":"integer"},"shippingCost":{"type":"integer"},"deliveryTime":{"type":"integer"},"name":{"type":"string"},"type":{"default":"postal_code","example":"postal_code","type":"string"},"polygonData":{"type":"string","nullable":true},"postalCodes":{"type":"array","items":{"type":"string"},"nullable":true}}},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true},"refresh_token":{"type":"string","readOnly":true}}},"Credentials":{"type":"object","properties":{"username":{"type":"string","example":"johndoe@example.com"},"password":{"type":"string","example":"password"},"franchiseId":{"type":"integer","example":0}}},"RefreshCredentials":{"type":"object","properties":{"refresh_token":{"type":"string","example":"refresh_token"},"franchiseId":{"type":"integer","example":0}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"},"Source":{"type":"apiKey","description":"Value for the Source header parameter.","name":"Source","in":"header"},"Version":{"type":"apiKey","description":"Value for the Version header parameter.","name":"Version","in":"header"},"Franchise token":{"type":"apiKey","description":"Value for the franchise-token header parameter.","name":"franchise-token","in":"header"},"Shop token":{"type":"apiKey","description":"Value for the shop-token header parameter.","name":"shop-token","in":"header"},"Device token":{"type":"apiKey","description":"Value for the device-token header parameter.","name":"device-token","in":"header"},"Locale":{"type":"apiKey","description":"Value for the locale header parameter.","name":"locale","in":"header"}}},"security":[{"JWT":[]},{"Source":[]},{"Version":[]},{"Franchise token":[]},{"Shop token":[]},{"Device token":[]},{"Locale":[]}],"tags":[]}