{"openapi":"3.1.0","info":{"title":"BiderClic API Core","description":"","version":"2.4.1"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/bank\/acquisitions":{"get":{"operationId":"api_bankacquisitions_get_collection","tags":["Acquisition"],"responses":{"200":{"description":"Acquisition collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Acquisition.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Acquisition.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Acquisition"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Acquisition.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Acquisition resources.","description":"Retrieves the collection of Acquisition resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[code]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[channel]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[orderNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[phone]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[amountCustomer]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[amount]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currency.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wallet.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"channel","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"orderNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"reference","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"phone","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"wallet","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wallet[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"amount","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"amountCustomer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amountCustomer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exchange","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_bankacquisitions_post","tags":["Acquisition"],"responses":{"201":{"description":"Acquisition resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Acquisition.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Acquisition resource.","description":"Creates a Acquisition resource.","parameters":[],"requestBody":{"description":"The new Acquisition resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Acquisition"}}},"required":true}}},"\/api\/bank\/acquisitions\/{id}":{"get":{"operationId":"api_bankacquisitions_id_get","tags":["Acquisition"],"responses":{"200":{"description":"Acquisition resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Acquisition"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Acquisition.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Acquisition resource.","description":"Retrieves a Acquisition resource.","parameters":[{"name":"id","in":"path","description":"Acquisition identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/order\/addresses":{"get":{"operationId":"api_orderaddresses_get_collection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Address.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Address resources.","description":"Retrieves the collection of Address resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastname]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[gender]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[zipCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[company]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[state]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[city]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"firstName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"lastname","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"phone","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"phone[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"zipCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"zipCode[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"address","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"company","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"state","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"city","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_orderaddresses_post","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address"}}},"required":true}}},"\/api\/order\/addresses\/{id}":{"get":{"operationId":"api_orderaddresses_id_get","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Address resource.","description":"Retrieves a Address resource.","parameters":[{"name":"id","in":"path","description":"Address identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_orderaddresses_id_patch","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Address"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Address resource.","description":"Updates the Address resource.","parameters":[{"name":"id","in":"path","description":"Address identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Address resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonMergePatch"}}},"required":true}}},"\/api\/product\/attr\/attributes":{"get":{"operationId":"api_productattrattributes_get_collection","tags":["Attribute"],"responses":{"200":{"description":"Attribute collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Attribute.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Attribute.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Attribute"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Attribute.multipart"}}}}}},"summary":"Retrieves the collection of Attribute resources.","description":"Retrieves the collection of Attribute resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itCommon]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"property","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"property[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"stock","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"stock[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itCommon","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_productattrattributes_post","tags":["Attribute"],"responses":{"201":{"description":"Attribute resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Attribute.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Attribute resource.","description":"Creates a Attribute resource.","parameters":[],"requestBody":{"description":"The new Attribute resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}}},"required":true}}},"\/api\/product\/attr\/attributes\/{id}":{"get":{"operationId":"api_productattrattributes_id_get","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Attribute.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Attribute resource.","description":"Retrieves a Attribute resource.","parameters":[{"name":"id","in":"path","description":"Attribute identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_productattrattributes_id_delete","tags":["Attribute"],"responses":{"204":{"description":"Attribute resource deleted"},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Attribute resource.","description":"Removes the Attribute resource.","parameters":[{"name":"id","in":"path","description":"Attribute identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productattrattributes_id_patch","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Attribute"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Attribute.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Attribute resource.","description":"Updates the Attribute resource.","parameters":[{"name":"id","in":"path","description":"Attribute identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Attribute resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonMergePatch"}}},"required":true}}},"\/api\/bidding\/bids":{"get":{"operationId":"api_biddingbids_get_collection","tags":["Bid"],"responses":{"200":{"description":"Bid collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Bid.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bid.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bid"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Bid.multipart"}}}}}},"summary":"Retrieves the collection of Bid resources.","description":"Retrieves the collection of Bid resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[lotNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[startedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[closedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"lotNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"room","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"room[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"startedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itClosed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_biddingbids_post","tags":["Bid"],"responses":{"201":{"description":"Bid resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Bid.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bid"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Bid.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Bid resource.","description":"Creates a Bid resource.","parameters":[],"requestBody":{"description":"The new Bid resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Bid"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bid"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Bid"}}},"required":true}}},"\/api\/bidding\/bids\/{id}":{"get":{"operationId":"api_biddingbids_id_get","tags":["Bid"],"responses":{"200":{"description":"Bid resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Bid.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bid"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Bid.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Bid resource.","description":"Retrieves a Bid resource.","parameters":[{"name":"id","in":"path","description":"Bid identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_biddingbids_id_patch","tags":["Bid"],"responses":{"200":{"description":"Bid resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Bid.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Bid"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Bid.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Bid resource.","description":"Updates the Bid resource.","parameters":[{"name":"id","in":"path","description":"Bid identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Bid resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Bid.jsonMergePatch"}}},"required":true}}},"\/api\/option\/boosters":{"get":{"operationId":"api_optionboosters_get_collection","tags":["Booster"],"responses":{"200":{"description":"Booster collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Booster.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Booster.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Booster"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Booster.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Booster resources.","description":"Retrieves the collection of Booster resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itFictive]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itFictive","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_optionboosters_post","tags":["Booster"],"responses":{"201":{"description":"Booster resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Booster.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Booster resource.","description":"Creates a Booster resource.","parameters":[],"requestBody":{"description":"The new Booster resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster"}}},"required":true}}},"\/api\/option\/boosters\/{id}":{"get":{"operationId":"api_optionboosters_id_get","tags":["Booster"],"responses":{"200":{"description":"Booster resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Booster.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Booster resource.","description":"Retrieves a Booster resource.","parameters":[{"name":"id","in":"path","description":"Booster identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_optionboosters_id_patch","tags":["Booster"],"responses":{"200":{"description":"Booster resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Booster.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Booster resource.","description":"Updates the Booster resource.","parameters":[{"name":"id","in":"path","description":"Booster identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Booster resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Booster.jsonMergePatch"}}},"required":true}}},"\/api\/option\/boosters\/{id}\/image":{"post":{"operationId":"api_optionboosters_idimage_post","tags":["Booster"],"responses":{"201":{"description":"Booster resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Booster.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Booster"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Booster resource.","description":"Creates a Booster resource.","parameters":[{"name":"id","in":"path","description":"Booster identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Booster resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Booster"}}},"required":true}}},"\/api\/main\/categories":{"get":{"operationId":"api_maincategories_get_collection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Category.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.multipart"}}}}}},"summary":"Retrieves the collection of Category resources.","description":"Retrieves the collection of Category resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"priceFrom","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"priceFrom[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"priceTo","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"priceTo[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_maincategories_post","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category"}}},"required":true}}},"\/api\/main\/categories\/{id}":{"get":{"operationId":"api_maincategories_id_get","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"id","in":"path","description":"Category identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_maincategories_id_patch","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Category resource.","description":"Updates the Category resource.","parameters":[{"name":"id","in":"path","description":"Category identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonMergePatch"}}},"required":true}}},"\/api\/chat\/chats":{"get":{"operationId":"api_chatchats_get_collection","tags":["Chat"],"responses":{"200":{"description":"Chat collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Chat.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chat.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chat"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chat.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Chat resources.","description":"Retrieves the collection of Chat resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_chatchats_post","tags":["Chat"],"responses":{"201":{"description":"Chat resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Chat.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chat"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chat.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Chat resource.","description":"Creates a Chat resource.","parameters":[],"requestBody":{"description":"The new Chat resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Chat"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chat"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chat"}}},"required":true}}},"\/api\/chat\/chats\/{id}":{"get":{"operationId":"api_chatchats_id_get","tags":["Chat"],"responses":{"200":{"description":"Chat resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Chat.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chat"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chat.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Chat resource.","description":"Retrieves a Chat resource.","parameters":[{"name":"id","in":"path","description":"Chat identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_chatchats_id_delete","tags":["Chat"],"responses":{"204":{"description":"Chat resource deleted"},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Chat resource.","description":"Removes the Chat resource.","parameters":[{"name":"id","in":"path","description":"Chat identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_chatchats_id_patch","tags":["Chat"],"responses":{"200":{"description":"Chat resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Chat.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Chat"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chat.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Chat resource.","description":"Updates the Chat resource.","parameters":[{"name":"id","in":"path","description":"Chat identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Chat resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Chat.jsonMergePatch"}}},"required":true}}},"\/api\/bidding\/clicks":{"get":{"operationId":"api_biddingclicks_get_collection","tags":["Click"],"responses":{"200":{"description":"Click collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Click.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Click.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Click"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Click.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Click resources.","description":"Retrieves the collection of Click resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[click]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"guest","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"guest[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"bid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bid[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"click","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"click[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true}]},"post":{"operationId":"api_biddingclicks_post","tags":["Click"],"responses":{"201":{"description":"Click resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Click.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Click"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Click.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Click resource.","description":"Creates a Click resource.","parameters":[],"requestBody":{"description":"The new Click resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Click"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Click"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Click"}}},"required":true}}},"\/api\/bidding\/clicks\/{id}":{"get":{"operationId":"api_biddingclicks_id_get","tags":["Click"],"responses":{"200":{"description":"Click resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Click.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Click"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Click.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Click resource.","description":"Retrieves a Click resource.","parameters":[{"name":"id","in":"path","description":"Click identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_biddingclicks_id_patch","tags":["Click"],"responses":{"200":{"description":"Click resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Click.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Click"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Click.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Click resource.","description":"Updates the Click resource.","parameters":[{"name":"id","in":"path","description":"Click identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Click resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Click.jsonMergePatch"}}},"required":true}}},"\/api\/bank\/converts":{"get":{"operationId":"api_bankconverts_get_collection","tags":["Convert"],"responses":{"200":{"description":"Convert collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Convert.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Convert.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Convert"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Convert.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Convert resources.","description":"Retrieves the collection of Convert resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[bids]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[bonus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"wallet","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wallet[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"bids","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bids[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"bonus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bonus[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_bankconverts_post","tags":["Convert"],"responses":{"201":{"description":"Convert resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Convert.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Convert"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Convert.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Convert resource.","description":"Creates a Convert resource.","parameters":[],"requestBody":{"description":"The new Convert resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Convert"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Convert"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Convert"}}},"required":true}}},"\/api\/bank\/converts\/{id}":{"get":{"operationId":"api_bankconverts_id_get","tags":["Convert"],"responses":{"200":{"description":"Convert resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Convert.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Convert"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Convert.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Convert resource.","description":"Retrieves a Convert resource.","parameters":[{"name":"id","in":"path","description":"Convert identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_bankconverts_id_patch","tags":["Convert"],"responses":{"200":{"description":"Convert resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Convert.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Convert"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Convert.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Convert resource.","description":"Updates the Convert resource.","parameters":[{"name":"id","in":"path","description":"Convert identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Convert resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Convert.jsonMergePatch"}}},"required":true}}},"\/api\/main\/currencies":{"get":{"operationId":"api_maincurrencies_get_collection","tags":["Currency"],"responses":{"200":{"description":"Currency collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Currency.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Currency.multipart"}}}}}},"summary":"Retrieves the collection of Currency resources.","description":"Retrieves the collection of Currency resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortHead[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_maincurrencies_post","tags":["Currency"],"responses":{"201":{"description":"Currency resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Currency.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Currency resource.","description":"Creates a Currency resource.","parameters":[],"requestBody":{"description":"The new Currency resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Currency"}}},"required":true}}},"\/api\/main\/currencies\/{id}":{"get":{"operationId":"api_maincurrencies_id_get","tags":["Currency"],"responses":{"200":{"description":"Currency resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Currency.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Currency resource.","description":"Retrieves a Currency resource.","parameters":[{"name":"id","in":"path","description":"Currency identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_maincurrencies_id_patch","tags":["Currency"],"responses":{"200":{"description":"Currency resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Currency"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Currency.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Currency resource.","description":"Updates the Currency resource.","parameters":[{"name":"id","in":"path","description":"Currency identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Currency resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonMergePatch"}}},"required":true}}},"\/api\/bank\/earnings":{"get":{"operationId":"api_bankearnings_get_collection","tags":["Earning"],"responses":{"200":{"description":"Earning collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Earning.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Earning.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Earning"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Earning.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Earning resources.","description":"Retrieves the collection of Earning resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[appGame]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[bonus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"appGame","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wallet","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wallet[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bonus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bonus[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_bankearnings_post","tags":["Earning"],"responses":{"201":{"description":"Earning resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Earning.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Earning"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Earning.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Earning resource.","description":"Creates a Earning resource.","parameters":[],"requestBody":{"description":"The new Earning resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Earning"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Earning"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Earning"}}},"required":true}}},"\/api\/bank\/earnings\/{id}":{"get":{"operationId":"api_bankearnings_id_get","tags":["Earning"],"responses":{"200":{"description":"Earning resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Earning.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Earning"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Earning.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Earning resource.","description":"Retrieves a Earning resource.","parameters":[{"name":"id","in":"path","description":"Earning identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_bankearnings_id_patch","tags":["Earning"],"responses":{"200":{"description":"Earning resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Earning.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Earning"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Earning.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Earning resource.","description":"Updates the Earning resource.","parameters":[{"name":"id","in":"path","description":"Earning identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Earning resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Earning.jsonMergePatch"}}},"required":true}}},"\/api\/main\/exchanges":{"get":{"operationId":"api_mainexchanges_get_collection","tags":["Exchange"],"responses":{"200":{"description":"Exchange collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Exchange.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Exchange.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Exchange"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Exchange.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Exchange resources.","description":"Retrieves the collection of Exchange resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[value]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"source","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"source[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"target","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"target[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"value","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"value[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_mainexchanges_post","tags":["Exchange"],"responses":{"201":{"description":"Exchange resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Exchange resource.","description":"Creates a Exchange resource.","parameters":[],"requestBody":{"description":"The new Exchange resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}}},"required":true}}},"\/api\/main\/exchanges\/{id}":{"get":{"operationId":"api_mainexchanges_id_get","tags":["Exchange"],"responses":{"200":{"description":"Exchange resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Exchange resource.","description":"Retrieves a Exchange resource.","parameters":[{"name":"id","in":"path","description":"Exchange identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_mainexchanges_id_patch","tags":["Exchange"],"responses":{"200":{"description":"Exchange resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Exchange"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Exchange resource.","description":"Updates the Exchange resource.","parameters":[{"name":"id","in":"path","description":"Exchange identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Exchange resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonMergePatch"}}},"required":true}}},"\/api\/product\/folders":{"get":{"operationId":"api_productfolders_get_collection","tags":["Folder"],"responses":{"200":{"description":"Folder collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Folder.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Folder.multipart"}}}}}},"summary":"Retrieves the collection of Folder resources.","description":"Retrieves the collection of Folder resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"parentFolder","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"parentFolder[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"exists[subFolders]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[products]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productfolders_post","tags":["Folder"],"responses":{"201":{"description":"Folder resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Folder resource.","description":"Creates a Folder resource.","parameters":[],"requestBody":{"description":"The new Folder resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Folder"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder"}}},"required":true}}},"\/api\/product\/folders\/{id}":{"get":{"operationId":"api_productfolders_id_get","tags":["Folder"],"responses":{"200":{"description":"Folder resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Folder resource.","description":"Retrieves a Folder resource.","parameters":[{"name":"id","in":"path","description":"Folder identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productfolders_id_patch","tags":["Folder"],"responses":{"200":{"description":"Folder resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Folder"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Folder resource.","description":"Updates the Folder resource.","parameters":[{"name":"id","in":"path","description":"Folder identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Folder resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonMergePatch"}}},"required":true}}},"\/api\/bidding\/games":{"get":{"operationId":"api_biddinggames_get_collection","tags":["Game"],"responses":{"200":{"description":"Game collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Game.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Game.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Game"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Game.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Game resources.","description":"Retrieves the collection of Game resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"bid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bid[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"sender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"option","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"option[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"booster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"booster[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/bidding\/games\/{id}":{"get":{"operationId":"api_biddinggames_id_get","tags":["Game"],"responses":{"200":{"description":"Game resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Game.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Game"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Game.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Game resource.","description":"Retrieves a Game resource.","parameters":[{"name":"id","in":"path","description":"Game identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/product\/images":{"get":{"operationId":"api_productimages_get_collection","tags":["Image"],"responses":{"200":{"description":"Image collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Image.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Image.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Image"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Image.multipart"}}}}}},"summary":"Retrieves the collection of Image resources.","description":"Retrieves the collection of Image resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productimages_post","tags":["Image"],"responses":{"201":{"description":"Image resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Image.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Image resource.","description":"Creates a Image resource.","parameters":[],"requestBody":{"description":"The new Image resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image"}}},"required":true}}},"\/api\/product\/images\/{id}":{"get":{"operationId":"api_productimages_id_get","tags":["Image"],"responses":{"200":{"description":"Image resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Image.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Image resource.","description":"Retrieves a Image resource.","parameters":[{"name":"id","in":"path","description":"Image identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productimages_id_patch","tags":["Image"],"responses":{"200":{"description":"Image resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Image.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Image resource.","description":"Updates the Image resource.","parameters":[{"name":"id","in":"path","description":"Image identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Image resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Image.jsonMergePatch"}}},"required":true}}},"\/api\/product\/images\/{id}\/upload":{"post":{"operationId":"api_productimages_idupload_post","tags":["Image"],"responses":{"201":{"description":"Image resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Image.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Image"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Image resource.","description":"Creates a Image resource.","parameters":[{"name":"id","in":"path","description":"Image identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Image resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Image"}}},"required":true}}},"\/api\/order\/invoices":{"get":{"operationId":"api_orderinvoices_get_collection","tags":["Invoice"],"responses":{"200":{"description":"Invoice collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Invoice.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Invoice.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Invoice resources.","description":"Retrieves the collection of Invoice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[invoiceNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[exchange]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"invoiceNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"exchange","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_orderinvoices_post","tags":["Invoice"],"responses":{"201":{"description":"Invoice resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Invoice.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Invoice resource.","description":"Creates a Invoice resource.","parameters":[],"requestBody":{"description":"The new Invoice resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}}},"required":true}}},"\/api\/order\/invoices\/{id}":{"get":{"operationId":"api_orderinvoices_id_get","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Invoice.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Invoice resource.","description":"Retrieves a Invoice resource.","parameters":[{"name":"id","in":"path","description":"Invoice identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_orderinvoices_id_patch","tags":["Invoice"],"responses":{"200":{"description":"Invoice resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Invoice"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Invoice.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Invoice resource.","description":"Updates the Invoice resource.","parameters":[{"name":"id","in":"path","description":"Invoice identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Invoice resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Invoice.jsonMergePatch"}}},"required":true}}},"\/api\/product\/items":{"get":{"operationId":"api_productitems_get_collection","tags":["Item"],"responses":{"200":{"description":"Item collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Item.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Item.multipart"}}}}}},"summary":"Retrieves the collection of Item resources.","description":"Retrieves the collection of Item resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[publicPrice]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[rollback]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itFeatured]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currency.shortHead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[folder.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"code","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"code[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currency[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"folder","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"folder[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"exists[stocks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[likes]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[galleries]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"price","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"publicPrice","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"rollback","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"price[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"publicPrice[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rollback[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itFeatured","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productitems_post","tags":["Item"],"responses":{"201":{"description":"Item resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Item.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Item resource.","description":"Creates a Item resource.","parameters":[],"requestBody":{"description":"The new Item resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item"}}},"required":true}}},"\/api\/product\/items\/{id}":{"get":{"operationId":"api_productitems_id_get","tags":["Item"],"responses":{"200":{"description":"Item resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Item.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Item resource.","description":"Retrieves a Item resource.","parameters":[{"name":"id","in":"path","description":"Item identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productitems_id_patch","tags":["Item"],"responses":{"200":{"description":"Item resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Item.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Item resource.","description":"Updates the Item resource.","parameters":[{"name":"id","in":"path","description":"Item identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Item resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Item.jsonMergePatch"}}},"required":true}}},"\/api\/product\/items\/{id}\/cover":{"post":{"operationId":"api_productitems_idcover_post","tags":["Item"],"responses":{"201":{"description":"Item resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Item.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Item"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Item resource.","description":"Creates a Item resource.","parameters":[{"name":"id","in":"path","description":"Item identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Item resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Item"}}},"required":true}}},"\/api\/product\/likes":{"get":{"operationId":"api_productlikes_get_collection","tags":["Like"],"responses":{"200":{"description":"Like collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Like.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Like.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Like"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Like.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Like resources.","description":"Retrieves the collection of Like resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productlikes_post","tags":["Like"],"responses":{"201":{"description":"Like resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Like.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Like"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Like.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Like resource.","description":"Creates a Like resource.","parameters":[],"requestBody":{"description":"The new Like resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Like"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Like"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Like"}}},"required":true}}},"\/api\/product\/likes\/{id}":{"get":{"operationId":"api_productlikes_id_get","tags":["Like"],"responses":{"200":{"description":"Like resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Like.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Like"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Like.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Like resource.","description":"Retrieves a Like resource.","parameters":[{"name":"id","in":"path","description":"Like identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_productlikes_id_delete","tags":["Like"],"responses":{"204":{"description":"Like resource deleted"},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Like resource.","description":"Removes the Like resource.","parameters":[{"name":"id","in":"path","description":"Like identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productlikes_id_patch","tags":["Like"],"responses":{"200":{"description":"Like resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Like.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Like"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Like.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Like resource.","description":"Updates the Like resource.","parameters":[{"name":"id","in":"path","description":"Like identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Like resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Like.jsonMergePatch"}}},"required":true}}},"\/api\/product\/lots":{"get":{"operationId":"api_productlots_get_collection","tags":["Lot"],"responses":{"200":{"description":"Lot collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Lot.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lot.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lot"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Lot.multipart"}}}}}},"summary":"Retrieves the collection of Lot resources.","description":"Retrieves the collection of Lot resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[room.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[stock.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[product.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[folder.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"room","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"room[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"stock","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"stock[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"folder","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"folder[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productlots_post","tags":["Lot"],"responses":{"201":{"description":"Lot resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lot.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lot"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lot.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Lot resource.","description":"Creates a Lot resource.","parameters":[],"requestBody":{"description":"The new Lot resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lot"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lot"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lot"}}},"required":true}}},"\/api\/product\/lots\/{id}":{"get":{"operationId":"api_productlots_id_get","tags":["Lot"],"responses":{"200":{"description":"Lot resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lot.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lot"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lot.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Lot resource.","description":"Retrieves a Lot resource.","parameters":[{"name":"id","in":"path","description":"Lot identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productlots_id_patch","tags":["Lot"],"responses":{"200":{"description":"Lot resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Lot.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Lot"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Lot.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Lot resource.","description":"Updates the Lot resource.","parameters":[{"name":"id","in":"path","description":"Lot identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Lot resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Lot.jsonMergePatch"}}},"required":true}}},"\/api\/bidding\/members":{"get":{"operationId":"api_biddingmembers_get_collection","tags":["Member"],"responses":{"200":{"description":"Member collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Member.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Member.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Member"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Member.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Member resources.","description":"Retrieves the collection of Member resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itActive]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"guest","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"guest[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"room","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"room[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itActive","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_biddingmembers_post","tags":["Member"],"responses":{"201":{"description":"Member resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Member.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Member"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Member.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Member resource.","description":"Creates a Member resource.","parameters":[],"requestBody":{"description":"The new Member resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Member"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Member"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Member"}}},"required":true}}},"\/api\/bidding\/members\/{id}":{"get":{"operationId":"api_biddingmembers_id_get","tags":["Member"],"responses":{"200":{"description":"Member resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Member.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Member"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Member.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Member resource.","description":"Retrieves a Member resource.","parameters":[{"name":"id","in":"path","description":"Member identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/chat\/messages":{"get":{"operationId":"api_chatmessages_get_collection","tags":["Message"],"responses":{"200":{"description":"Message collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Message.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Message.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Message"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Message.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Message resources.","description":"Retrieves the collection of Message resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itRead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"message","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"chat","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"chat[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itRead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_chatmessages_post","tags":["Message"],"responses":{"201":{"description":"Message resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Message.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Message"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Message.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Message resource.","description":"Creates a Message resource.","parameters":[],"requestBody":{"description":"The new Message resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Message"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Message"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Message"}}},"required":true}}},"\/api\/chat\/messages\/{id}":{"get":{"operationId":"api_chatmessages_id_get","tags":["Message"],"responses":{"200":{"description":"Message resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Message.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Message"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Message.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Message resource.","description":"Retrieves a Message resource.","parameters":[{"name":"id","in":"path","description":"Message identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_chatmessages_id_patch","tags":["Message"],"responses":{"200":{"description":"Message resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Message.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Message"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Message.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Message resource.","description":"Updates the Message resource.","parameters":[{"name":"id","in":"path","description":"Message identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Message resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Message.jsonMergePatch"}}},"required":true}}},"\/api\/product\/attr\/metadata":{"get":{"operationId":"api_productattrmetadata_get_collection","tags":["Metadata"],"responses":{"200":{"description":"Metadata collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Metadata.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Metadata.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Metadata"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Metadata.multipart"}}}}}},"summary":"Retrieves the collection of Metadata resources.","description":"Retrieves the collection of Metadata resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[metadata]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"metadata","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"property","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"property[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attribute","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attribute[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"stock","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"stock[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productattrmetadata_post","tags":["Metadata"],"responses":{"201":{"description":"Metadata resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Metadata.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Metadata resource.","description":"Creates a Metadata resource.","parameters":[],"requestBody":{"description":"The new Metadata resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}}},"required":true}}},"\/api\/product\/attr\/metadata\/{id}":{"get":{"operationId":"api_productattrmetadata_id_get","tags":["Metadata"],"responses":{"200":{"description":"Metadata resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Metadata.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Metadata resource.","description":"Retrieves a Metadata resource.","parameters":[{"name":"id","in":"path","description":"Metadata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_productattrmetadata_id_delete","tags":["Metadata"],"responses":{"204":{"description":"Metadata resource deleted"},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Metadata resource.","description":"Removes the Metadata resource.","parameters":[{"name":"id","in":"path","description":"Metadata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productattrmetadata_id_patch","tags":["Metadata"],"responses":{"200":{"description":"Metadata resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Metadata"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Metadata.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Metadata resource.","description":"Updates the Metadata resource.","parameters":[{"name":"id","in":"path","description":"Metadata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Metadata resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonMergePatch"}}},"required":true}}},"\/api\/main\/notifications":{"get":{"operationId":"api_mainnotifications_get_collection","tags":["Notification"],"responses":{"200":{"description":"Notification collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Notification.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Notification.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Notification resources.","description":"Retrieves the collection of Notification resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itInteractive]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itAccepted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itRead]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[readAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"context","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"context[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itInteractive","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itAccepted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itRead","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"readAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"readAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exists[path]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_mainnotifications_post","tags":["Notification"],"responses":{"201":{"description":"Notification resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Notification resource.","description":"Creates a Notification resource.","parameters":[],"requestBody":{"description":"The new Notification resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification"}}},"required":true}}},"\/api\/main\/notifications\/{id}":{"get":{"operationId":"api_mainnotifications_id_get","tags":["Notification"],"responses":{"200":{"description":"Notification resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Notification resource.","description":"Retrieves a Notification resource.","parameters":[{"name":"id","in":"path","description":"Notification identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_mainnotifications_id_patch","tags":["Notification"],"responses":{"200":{"description":"Notification resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Notification"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Notification.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Notification resource.","description":"Updates the Notification resource.","parameters":[{"name":"id","in":"path","description":"Notification identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Notification resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Notification.jsonMergePatch"}}},"required":true}}},"\/api\/option\/options":{"get":{"operationId":"api_optionoptions_get_collection","tags":["Option"],"responses":{"200":{"description":"Option collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Option.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Option.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Option resources.","description":"Retrieves the collection of Option resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"owner","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"owner[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"booster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"booster[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_optionoptions_post","tags":["Option"],"responses":{"201":{"description":"Option resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Option.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Option resource.","description":"Creates a Option resource.","parameters":[],"requestBody":{"description":"The new Option resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Option"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Option"}}},"required":true}}},"\/api\/option\/options\/{id}":{"get":{"operationId":"api_optionoptions_id_get","tags":["Option"],"responses":{"200":{"description":"Option resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Option.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Option resource.","description":"Retrieves a Option resource.","parameters":[{"name":"id","in":"path","description":"Option identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_optionoptions_id_patch","tags":["Option"],"responses":{"200":{"description":"Option resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Option"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Option.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Option resource.","description":"Updates the Option resource.","parameters":[{"name":"id","in":"path","description":"Option identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Option resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Option.jsonMergePatch"}}},"required":true}}},"\/api\/order\/order_items":{"get":{"operationId":"api_orderorder_items_get_collection","tags":["OrderItem"],"responses":{"200":{"description":"OrderItem collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrderItem.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrderItem.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrderItem resources.","description":"Retrieves the collection of OrderItem resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"bid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bid[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoice","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoice[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"price","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_orderorder_items_post","tags":["OrderItem"],"responses":{"201":{"description":"OrderItem resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrderItem resource.","description":"Creates a OrderItem resource.","parameters":[],"requestBody":{"description":"The new OrderItem resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}}},"required":true}}},"\/api\/order\/order_items\/{id}":{"get":{"operationId":"api_orderorder_items_id_get","tags":["OrderItem"],"responses":{"200":{"description":"OrderItem resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrderItem resource.","description":"Retrieves a OrderItem resource.","parameters":[{"name":"id","in":"path","description":"OrderItem identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_orderorder_items_id_patch","tags":["OrderItem"],"responses":{"200":{"description":"OrderItem resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrderItem resource.","description":"Updates the OrderItem resource.","parameters":[{"name":"id","in":"path","description":"OrderItem identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrderItem resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrderItem.jsonMergePatch"}}},"required":true}}},"\/api\/chat\/participants":{"get":{"operationId":"api_chatparticipants_get_collection","tags":["Participant"],"responses":{"200":{"description":"Participant collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Participant.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Participant.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Participant"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Participant.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Participant resources.","description":"Retrieves the collection of Participant resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itAccepted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"participant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"participant[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"chat","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"chat[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itAccepted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_chatparticipants_post","tags":["Participant"],"responses":{"201":{"description":"Participant resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Participant.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participant"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Participant.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Participant resource.","description":"Creates a Participant resource.","parameters":[],"requestBody":{"description":"The new Participant resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Participant"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participant"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Participant"}}},"required":true}}},"\/api\/chat\/participants\/{id}":{"get":{"operationId":"api_chatparticipants_id_get","tags":["Participant"],"responses":{"200":{"description":"Participant resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Participant.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participant"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Participant.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Participant resource.","description":"Retrieves a Participant resource.","parameters":[{"name":"id","in":"path","description":"Participant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_chatparticipants_id_patch","tags":["Participant"],"responses":{"200":{"description":"Participant resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Participant.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Participant"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Participant.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Participant resource.","description":"Updates the Participant resource.","parameters":[{"name":"id","in":"path","description":"Participant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Participant resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Participant.jsonMergePatch"}}},"required":true}}},"\/api\/people\/profiles":{"get":{"operationId":"api_peopleprofiles_get_collection","tags":["Profile"],"responses":{"200":{"description":"Profile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Profile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Profile resources.","description":"Retrieves the collection of Profile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[oauthId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pseudonym]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[phoneNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[givenName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[familyName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[gender]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lang]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[birthDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[usernameEditedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastDailyWallet]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[country]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[clothTopSize]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[clothBottomSize]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[clothShoeSize]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itSubAdmin]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itAdmin]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"oauthId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"oauthId[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"pseudonym","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"phoneNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"givenName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"familyName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"gender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"lang","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"lang[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"country","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"country[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"clothTopSize","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"clothTopSize[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"clothBottomSize","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"clothBottomSize[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"clothShoeSize","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"clothShoeSize[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"wallet","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"wallet[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"birthDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usernameEditedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usernameEditedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usernameEditedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"usernameEditedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itSubAdmin","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itAdmin","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[lastDailyWallet]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/api\/people\/profiles\/{id}":{"get":{"operationId":"api_peopleprofiles_id_get","tags":["Profile"],"responses":{"200":{"description":"Profile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Profile"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Profile resource.","description":"Retrieves a Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_peopleprofiles_id_delete","tags":["Profile"],"responses":{"204":{"description":"Profile resource deleted"},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Profile resource.","description":"Removes the Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_peopleprofiles_id_patch","tags":["Profile"],"responses":{"200":{"description":"Profile resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Profile"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Profile resource.","description":"Updates the Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Profile resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonMergePatch"}}},"required":true}}},"\/api\/people\/profiles\/{id}\/avatar":{"post":{"operationId":"api_peopleprofiles_idavatar_post","tags":["Profile"],"responses":{"201":{"description":"Profile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Profile"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Profile resource.","description":"Creates a Profile resource.","parameters":[{"name":"id","in":"path","description":"Profile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Profile resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile"}}},"required":true}}},"\/api\/product\/attr\/properties":{"get":{"operationId":"api_productattrproperties_get_collection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Property.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Property resources.","description":"Retrieves the collection of Property resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productattrproperties_post","tags":["Property"],"responses":{"201":{"description":"Property resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Property resource.","description":"Creates a Property resource.","parameters":[],"requestBody":{"description":"The new Property resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Property"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property"}}},"required":true}}},"\/api\/product\/attr\/properties\/{id}":{"get":{"operationId":"api_productattrproperties_id_get","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Property resource.","description":"Retrieves a Property resource.","parameters":[{"name":"id","in":"path","description":"Property identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productattrproperties_id_patch","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Property"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Property resource.","description":"Updates the Property resource.","parameters":[{"name":"id","in":"path","description":"Property identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Property resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonMergePatch"}}},"required":true}}},"\/api\/bank\/provisions":{"get":{"operationId":"api_bankprovisions_get_collection","tags":["Provision"],"responses":{"200":{"description":"Provision collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Provision.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Provision.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Provision"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Provision.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Provision resources.","description":"Retrieves the collection of Provision resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currentQte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[safe.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"safe","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"safe[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"currentQte","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQte[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_bankprovisions_post","tags":["Provision"],"responses":{"201":{"description":"Provision resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Provision.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Provision"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Provision.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Provision resource.","description":"Creates a Provision resource.","parameters":[],"requestBody":{"description":"The new Provision resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Provision"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Provision"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Provision"}}},"required":true}}},"\/api\/bank\/provisions\/{id}":{"get":{"operationId":"api_bankprovisions_id_get","tags":["Provision"],"responses":{"200":{"description":"Provision resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Provision.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Provision"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Provision.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Provision resource.","description":"Retrieves a Provision resource.","parameters":[{"name":"id","in":"path","description":"Provision identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_bankprovisions_id_patch","tags":["Provision"],"responses":{"200":{"description":"Provision resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Provision.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Provision"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Provision.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Provision resource.","description":"Updates the Provision resource.","parameters":[{"name":"id","in":"path","description":"Provision identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Provision resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Provision.jsonMergePatch"}}},"required":true}}},"\/api\/option\/purchases":{"get":{"operationId":"api_optionpurchases_get_collection","tags":["Purchase"],"responses":{"200":{"description":"Purchase collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Purchase.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Purchase.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Purchase"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Purchase.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Purchase resources.","description":"Retrieves the collection of Purchase resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[amount]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"booster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"booster[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"option","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"option[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"amount","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/option\/purchases\/{id}":{"get":{"operationId":"api_optionpurchases_id_get","tags":["Purchase"],"responses":{"200":{"description":"Purchase resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Purchase.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Purchase"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Purchase.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Purchase resource.","description":"Retrieves a Purchase resource.","parameters":[{"name":"id","in":"path","description":"Purchase identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/bank\/relocations":{"get":{"operationId":"api_bankrelocations_get_collection","tags":["Relocation"],"responses":{"200":{"description":"Relocation collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Relocation.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Relocation.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Relocation"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Relocation.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Relocation resources.","description":"Retrieves the collection of Relocation resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sender.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[recipient.createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"sender","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sender[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_bankrelocations_post","tags":["Relocation"],"responses":{"201":{"description":"Relocation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Relocation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Relocation.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Relocation resource.","description":"Creates a Relocation resource.","parameters":[],"requestBody":{"description":"The new Relocation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}}},"required":true}}},"\/api\/bank\/relocations\/{id}":{"get":{"operationId":"api_bankrelocations_id_get","tags":["Relocation"],"responses":{"200":{"description":"Relocation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Relocation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Relocation.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Relocation resource.","description":"Retrieves a Relocation resource.","parameters":[{"name":"id","in":"path","description":"Relocation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_bankrelocations_id_patch","tags":["Relocation"],"responses":{"200":{"description":"Relocation resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Relocation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Relocation"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Relocation.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Relocation resource.","description":"Updates the Relocation resource.","parameters":[{"name":"id","in":"path","description":"Relocation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Relocation resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Relocation.jsonMergePatch"}}},"required":true}}},"\/api\/bidding\/rooms":{"get":{"operationId":"api_biddingrooms_get_collection","tags":["Room"],"responses":{"200":{"description":"Room collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Room.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Room.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Room"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Room.multipart"}}}}}},"summary":"Retrieves the collection of Room resources.","description":"Retrieves the collection of Room resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[lotNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[visibility]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[guestNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itClosed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[openedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[closedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"lotNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"visibility","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"visibility[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"openedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"closedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"guestNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"guestNumber[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itClosed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[bid]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/api\/bidding\/rooms\/{id}":{"get":{"operationId":"api_biddingrooms_id_get","tags":["Room"],"responses":{"200":{"description":"Room resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Room.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Room"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Room.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Room resource.","description":"Retrieves a Room resource.","parameters":[{"name":"id","in":"path","description":"Room identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_biddingrooms_id_patch","tags":["Room"],"responses":{"200":{"description":"Room resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Room.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Room"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Room.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Room resource.","description":"Updates the Room resource.","parameters":[{"name":"id","in":"path","description":"Room identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Room resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Room.jsonMergePatch"}}},"required":true}}},"\/api\/bank\/safes":{"get":{"operationId":"api_banksafes_get_collection","tags":["Safe"],"responses":{"200":{"description":"Safe collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Safe.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Safe.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Safe"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Safe.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Safe resources.","description":"Retrieves the collection of Safe resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"uniqId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"uniqId[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"headLine","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/bank\/safes\/{id}":{"get":{"operationId":"api_banksafes_id_get","tags":["Safe"],"responses":{"200":{"description":"Safe resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Safe.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Safe"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Safe.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Safe resource.","description":"Retrieves a Safe resource.","parameters":[{"name":"id","in":"path","description":"Safe identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/product\/stocks":{"get":{"operationId":"api_productstocks_get_collection","tags":["Stock"],"responses":{"200":{"description":"Stock collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Stock.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Stock.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Stock"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Stock.multipart"}}}}}},"summary":"Retrieves the collection of Stock resources.","description":"Retrieves the collection of Stock resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[inStock]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[serialNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[product.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[category.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[folder.headLine]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"serialNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"folder","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"folder[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"inStock","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productstocks_post","tags":["Stock"],"responses":{"201":{"description":"Stock resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Stock resource.","description":"Creates a Stock resource.","parameters":[],"requestBody":{"description":"The new Stock resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock"}}},"required":true}}},"\/api\/product\/stocks\/{id}":{"get":{"operationId":"api_productstocks_id_get","tags":["Stock"],"responses":{"200":{"description":"Stock resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock.multipart"}}}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Stock resource.","description":"Retrieves a Stock resource.","parameters":[{"name":"id","in":"path","description":"Stock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productstocks_id_patch","tags":["Stock"],"responses":{"200":{"description":"Stock resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Stock resource.","description":"Updates the Stock resource.","parameters":[{"name":"id","in":"path","description":"Stock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Stock resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonMergePatch"}}},"required":true}}},"\/api\/product\/stocks\/{id}\/cover":{"post":{"operationId":"api_productstocks_idcover_post","tags":["Stock"],"responses":{"201":{"description":"Stock resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Stock"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Stock resource.","description":"Creates a Stock resource.","parameters":[{"name":"id","in":"path","description":"Stock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Stock resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock"}}},"required":true}}},"\/api\/option\/transfers":{"get":{"operationId":"api_optiontransfers_get_collection","tags":["Transfer"],"responses":{"200":{"description":"Transfer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Transfer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Transfer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Transfer"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Transfer.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Transfer resources.","description":"Retrieves the collection of Transfer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[quantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"booster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"booster[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipient","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"option","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"option[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"quantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"quantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"itApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_optiontransfers_post","tags":["Transfer"],"responses":{"201":{"description":"Transfer resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transfer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transfer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Transfer.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Transfer resource.","description":"Creates a Transfer resource.","parameters":[],"requestBody":{"description":"The new Transfer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transfer"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transfer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Transfer"}}},"required":true}}},"\/api\/option\/transfers\/{id}":{"get":{"operationId":"api_optiontransfers_id_get","tags":["Transfer"],"responses":{"200":{"description":"Transfer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Transfer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Transfer"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Transfer.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Transfer resource.","description":"Retrieves a Transfer resource.","parameters":[{"name":"id","in":"path","description":"Transfer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/bank\/wallets":{"get":{"operationId":"api_bankwallets_get_collection","tags":["Wallet"],"responses":{"200":{"description":"Wallet collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Wallet.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wallet.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wallet"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wallet.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Wallet resources.","description":"Retrieves the collection of Wallet resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[bids]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fixed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[bonus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"owner","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"owner[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"bids","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bids[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"fixed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fixed[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"bonus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bonus[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_bankwallets_post","tags":["Wallet"],"responses":{"201":{"description":"Wallet resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wallet.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Wallet resource.","description":"Creates a Wallet resource.","parameters":[],"requestBody":{"description":"The new Wallet resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}}},"required":true}}},"\/api\/bank\/wallets\/{id}":{"get":{"operationId":"api_bankwallets_id_get","tags":["Wallet"],"responses":{"200":{"description":"Wallet resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wallet.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Wallet resource.","description":"Retrieves a Wallet resource.","parameters":[{"name":"id","in":"path","description":"Wallet identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_bankwallets_id_patch","tags":["Wallet"],"responses":{"200":{"description":"Wallet resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wallet"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wallet.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Wallet resource.","description":"Updates the Wallet resource.","parameters":[{"name":"id","in":"path","description":"Wallet identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Wallet resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet.jsonMergePatch"}}},"required":true}}},"\/api\/option\/wordings":{"get":{"operationId":"api_optionwordings_get_collection","tags":["Wording"],"responses":{"200":{"description":"Wording collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Wording.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["member"],"properties":{"member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wording.jsonld"}}}}]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wording"}}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wording.multipart"}}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Wording resources.","description":"Retrieves the collection of Wording resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":true},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":15,"minimum":0,"maximum":5000},"style":"form","explode":true},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"booster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"booster[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_optionwordings_post","tags":["Wording"],"responses":{"201":{"description":"Wording resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Wording resource.","description":"Creates a Wording resource.","parameters":[],"requestBody":{"description":"The new Wording resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording"}}},"required":true}}},"\/api\/option\/wordings\/{id}":{"get":{"operationId":"api_optionwordings_id_get","tags":["Wording"],"responses":{"200":{"description":"Wording resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Wording resource.","description":"Retrieves a Wording resource.","parameters":[{"name":"id","in":"path","description":"Wording identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_optionwordings_id_patch","tags":["Wording"],"responses":{"200":{"description":"Wording resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Wording"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wording.multipart"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Wording resource.","description":"Updates the Wording resource.","parameters":[{"name":"id","in":"path","description":"Wording identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Wording resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Wording.jsonMergePatch"}}},"required":true}}}},"components":{"schemas":{"Acquisition":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["integer","null"]},"channel":{"maxLength":25,"type":["string","null"]},"orderNumber":{"maxLength":10,"type":["string","null"]},"reference":{"maxLength":50,"type":["string","null"]},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"quantity":{"type":"string"},"amount":{"type":"string"},"amountCustomer":{"type":["string","null"]},"exchange":{"type":"string"},"itApproved":{"type":["boolean","null"]},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["phone","quantity","amount","exchange","currency","wallet"]},"Acquisition.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["integer","null"]},"channel":{"maxLength":25,"type":["string","null"]},"orderNumber":{"maxLength":10,"type":["string","null"]},"reference":{"maxLength":50,"type":["string","null"]},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.jsonld"},"quantity":{"type":"string"},"amount":{"type":"string"},"amountCustomer":{"type":["string","null"]},"exchange":{"type":"string"},"itApproved":{"type":["boolean","null"]},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["phone","quantity","amount","exchange","currency","wallet"]}]},"Acquisition.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["integer","null"]},"channel":{"maxLength":25,"type":["string","null"]},"orderNumber":{"maxLength":10,"type":["string","null"]},"reference":{"maxLength":50,"type":["string","null"]},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"quantity":{"type":"string"},"amount":{"type":"string"},"amountCustomer":{"type":["string","null"]},"exchange":{"type":"string"},"itApproved":{"type":["boolean","null"]},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["phone","quantity","amount","exchange","currency","wallet"]},"Address":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"firstName":{"type":"string"},"lastname":{"type":"string"},"gender":{"minLength":1,"maxLength":1,"enum":["M","F"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"zipCode":{"type":["string","null"]},"address":{"type":"string"},"company":{"type":["string","null"]},"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["firstName","lastname","gender","phone","address","country","state","city"]},"Address.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"firstName":{"type":"string"},"lastname":{"type":"string"},"gender":{"minLength":1,"maxLength":1,"enum":["M","F"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"zipCode":{"type":["string","null"]},"address":{"type":"string"},"company":{"type":["string","null"]},"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Address.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"firstName":{"type":"string"},"lastname":{"type":"string"},"gender":{"minLength":1,"maxLength":1,"enum":["M","F"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.jsonld"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"zipCode":{"type":["string","null"]},"address":{"type":"string"},"company":{"type":["string","null"]},"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["firstName","lastname","gender","phone","address","country","state","city"]}]},"Address.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"firstName":{"type":"string"},"lastname":{"type":"string"},"gender":{"minLength":1,"maxLength":1,"enum":["M","F"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"zipCode":{"type":["string","null"]},"address":{"type":"string"},"company":{"type":["string","null"]},"country":{"type":"string"},"state":{"type":"string"},"city":{"type":"string"},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["firstName","lastname","gender","phone","address","country","state","city"]},"Attribute":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCommon":{"default":false,"type":"boolean"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["property","product"]},"Attribute.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCommon":{"default":false,"type":"boolean"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Attribute.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCommon":{"default":false,"type":"boolean"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["property","product"]}]},"Attribute.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCommon":{"default":false,"type":"boolean"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["property","product"]},"Bid":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":"string"},"itClosed":{"type":"boolean"},"startedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"games":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"shipping":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"categoryName":{"readOnly":true,"type":"string"},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"}},"required":["lotNumber","startedAt","closedAt","room","category"]},"Bid.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":"string"},"itClosed":{"type":"boolean"},"startedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"games":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"shipping":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"categoryName":{"readOnly":true,"type":"string"},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"}}},"Bid.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":"string"},"itClosed":{"type":"boolean"},"startedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"games":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"shipping":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"categoryName":{"readOnly":true,"type":"string"},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"}},"required":["lotNumber","startedAt","closedAt","room","category"]}]},"Bid.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":"string"},"itClosed":{"type":"boolean"},"startedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"games":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"shipping":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"categoryName":{"readOnly":true,"type":"string"},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"}},"required":["lotNumber","startedAt","closedAt","room","category"]},"Booster":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"headLine":{"type":"string"},"itFictive":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["code","headLine"]},"Booster.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"headLine":{"type":"string"},"itFictive":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Booster.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"headLine":{"type":"string"},"itFictive":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["code","headLine"]}]},"Booster.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":"string"},"headLine":{"type":"string"},"itFictive":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["code","headLine"]},"Category":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"color":{"type":["string","null"]},"priceFrom":{"type":"integer"},"priceTo":{"type":"integer"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rooms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","color","priceFrom","priceTo"]},"Category.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"color":{"type":["string","null"]},"priceFrom":{"type":"integer"},"priceTo":{"type":"integer"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rooms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Category.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"color":{"type":["string","null"]},"priceFrom":{"type":"integer"},"priceTo":{"type":"integer"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rooms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","color","priceFrom","priceTo"]}]},"Category.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"color":{"type":["string","null"]},"priceFrom":{"type":"integer"},"priceTo":{"type":"integer"},"wordings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"rooms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","color","priceFrom","priceTo"]},"Chat":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"identifier":{"type":"string"},"category":{"type":"integer"},"participants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"messages":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"countUnread":{"readOnly":true,"type":"integer"},"countMessages":{"readOnly":true,"type":"integer"}},"required":["identifier","category"]},"Chat.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"identifier":{"type":"string"},"category":{"type":"integer"},"participants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"messages":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"countUnread":{"readOnly":true,"type":"integer"},"countMessages":{"readOnly":true,"type":"integer"}}},"Chat.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"identifier":{"type":"string"},"category":{"type":"integer"},"participants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"messages":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"countUnread":{"readOnly":true,"type":"integer"},"countMessages":{"readOnly":true,"type":"integer"}},"required":["identifier","category"]}]},"Chat.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"identifier":{"type":"string"},"category":{"type":"integer"},"participants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"messages":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"countUnread":{"readOnly":true,"type":"integer"},"countMessages":{"readOnly":true,"type":"integer"}},"required":["identifier","category"]},"Click":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"click":{"type":"integer"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"participantName":{"readOnly":true,"type":"string"}},"required":["click","bid","guest"]},"Click.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"click":{"type":"integer"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"participantName":{"readOnly":true,"type":"string"}}},"Click.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"click":{"type":"integer"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"participantName":{"readOnly":true,"type":"string"}},"required":["click","bid","guest"]}]},"Click.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"click":{"type":"integer"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"participantName":{"readOnly":true,"type":"string"}},"required":["click","bid","guest"]},"ConstraintViolation":{"type":"object","description":"Unprocessable entity","properties":{"status":{"default":422,"type":"integer"},"violations":{"type":"array","items":{"type":"object","properties":{"propertyPath":{"type":"string","description":"The property path of the violation"},"message":{"type":"string","description":"The message associated with the violation"},"code":{"type":"string","description":"The code of the violation"},"hint":{"type":"string","description":"An extra hint to understand the violation"},"payload":{"type":"object","additionalProperties":true,"description":"The serialized payload of the violation"}},"required":["propertyPath","message"]}},"detail":{"readOnly":true,"type":"string"},"type":{"readOnly":true,"type":"string"},"title":{"readOnly":true,"type":["string","null"]},"instance":{"readOnly":true,"type":["string","null"]}}},"Convert":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bids":{"type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bids","bonus","wallet"]},"Convert.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bids":{"type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Convert.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bids":{"type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bids","bonus","wallet"]}]},"Convert.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bids":{"type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bids","bonus","wallet"]},"Currency":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"shortHead":{"type":"string"},"symbol":{"type":"string"},"itSource":{"type":"boolean"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","shortHead","symbol"]},"Currency.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"shortHead":{"type":"string"},"symbol":{"type":"string"},"itSource":{"type":"boolean"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Currency.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"shortHead":{"type":"string"},"symbol":{"type":"string"},"itSource":{"type":"boolean"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","shortHead","symbol"]}]},"Currency.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"shortHead":{"type":"string"},"symbol":{"type":"string"},"itSource":{"type":"boolean"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine","shortHead","symbol"]},"Earning":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"appGame":{"default":"System","type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["appGame","bonus","wallet"]},"Earning.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"appGame":{"default":"System","type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Earning.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"appGame":{"default":"System","type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["appGame","bonus","wallet"]}]},"Earning.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"appGame":{"default":"System","type":"string"},"bonus":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"wallet":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["appGame","bonus","wallet"]},"Error":{"type":"object","description":"A representation of common errors.","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["integer","null"],"examples":[404],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"}}},"Exchange":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"value":{"type":"string"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["value","source","target"]},"Exchange.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"value":{"type":"string"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Exchange.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"value":{"type":"string"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["value","source","target"]}]},"Exchange.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"value":{"type":"string"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["value","source","target"]},"Folder":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"parentFolder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subFolders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]},"Folder.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"parentFolder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subFolders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Folder.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"parentFolder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subFolders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]}]},"Folder.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"parentFolder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subFolders":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]},"Game":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"senderDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"recipientDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"boosterDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["bid","sender","recipient","option","booster"]},"Game.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"senderDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"recipientDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"boosterDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["bid","sender","recipient","option","booster"]}]},"Game.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"senderDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"recipientDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"boosterDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["bid","sender","recipient","option","booster"]},"HydraCollectionBaseSchema":{"allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","properties":{"view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"first":{"type":["string","null"],"format":"iri-reference"},"last":{"type":["string","null"],"format":"iri-reference"},"previous":{"type":["string","null"],"format":"iri-reference"},"next":{"type":["string","null"],"format":"iri-reference"}},"example":{"@id":"string","@type":"string","first":"string","last":"string","previous":"string","next":"string"}}}}]},"HydraCollectionBaseSchemaNoPagination":{"type":"object","properties":{"totalItems":{"type":"integer","minimum":0},"search":{"type":"object","properties":{"@type":{"type":"string"},"template":{"type":"string"},"variableRepresentation":{"type":"string"},"mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":["string","null"]},"required":{"type":"boolean"}}}}}}}},"HydraItemBaseSchema":{"type":"object","properties":{"@context":{"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":{"type":"string"},"@type":{"type":"string"}},"required":["@id","@type"]},"Image":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["product"]},"Image.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}}},"Image.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["product"]}]},"Image.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"}},"required":["product"]},"Invoice":{"type":"object","properties":{"invoiceNumber":{"type":"string"},"exchange":{"type":"string"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["exchange","currency","recipient","address"]},"Invoice.jsonMergePatch":{"type":"object","properties":{"invoiceNumber":{"type":"string"},"exchange":{"type":"string"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Invoice.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"invoiceNumber":{"type":"string"},"exchange":{"type":"string"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["exchange","currency","recipient","address"]}]},"Invoice.multipart":{"type":"object","properties":{"invoiceNumber":{"type":"string"},"exchange":{"type":"string"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["exchange","currency","recipient","address"]},"Item":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["string","null"]},"headLine":{"type":"string"},"price":{"type":"string"},"publicPrice":{"type":"string"},"rollback":{"default":"0","type":"string"},"itMovable":{"default":true,"type":"boolean"},"itFeatured":{"default":false,"type":["boolean","null"]},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"likes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"stocks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"likeNumber":{"readOnly":true,"type":"integer"},"categoryName":{"readOnly":true,"type":"string"},"folderName":{"readOnly":true,"type":"string"},"currencyName":{"readOnly":true,"type":"string"},"galleryData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allStocks":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"quantity":{"readOnly":true,"type":"integer"},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","price","publicPrice","folder","category"]},"Item.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["string","null"]},"headLine":{"type":"string"},"price":{"type":"string"},"publicPrice":{"type":"string"},"rollback":{"default":"0","type":"string"},"itMovable":{"default":true,"type":"boolean"},"itFeatured":{"default":false,"type":["boolean","null"]},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"likes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"stocks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"likeNumber":{"readOnly":true,"type":"integer"},"categoryName":{"readOnly":true,"type":"string"},"folderName":{"readOnly":true,"type":"string"},"currencyName":{"readOnly":true,"type":"string"},"galleryData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allStocks":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"quantity":{"readOnly":true,"type":"integer"},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Item.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["string","null"]},"headLine":{"type":"string"},"price":{"type":"string"},"publicPrice":{"type":"string"},"rollback":{"default":"0","type":"string"},"itMovable":{"default":true,"type":"boolean"},"itFeatured":{"default":false,"type":["boolean","null"]},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"likes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"stocks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"likeNumber":{"readOnly":true,"type":"integer"},"categoryName":{"readOnly":true,"type":"string"},"folderName":{"readOnly":true,"type":"string"},"currencyName":{"readOnly":true,"type":"string"},"galleryData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allStocks":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"quantity":{"readOnly":true,"type":"integer"},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","price","publicPrice","folder","category"]}]},"Item.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"type":["string","null"]},"headLine":{"type":"string"},"price":{"type":"string"},"publicPrice":{"type":"string"},"rollback":{"default":"0","type":"string"},"itMovable":{"default":true,"type":"boolean"},"itFeatured":{"default":false,"type":["boolean","null"]},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"likes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"stocks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"likeNumber":{"readOnly":true,"type":"integer"},"categoryName":{"readOnly":true,"type":"string"},"folderName":{"readOnly":true,"type":"string"},"currencyName":{"readOnly":true,"type":"string"},"galleryData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allStocks":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"quantity":{"readOnly":true,"type":"integer"},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["headLine","price","publicPrice","folder","category"]},"Like":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itOnTop":{"default":false,"type":"boolean"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["product"]},"Like.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itOnTop":{"default":false,"type":"boolean"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Like.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itOnTop":{"default":false,"type":"boolean"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["product"]}]},"Like.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itOnTop":{"default":false,"type":"boolean"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["product"]},"Lot":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"publicPrice":{"readOnly":true},"price":{"readOnly":true}},"required":["room","stock","product","category","folder"]},"Lot.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"publicPrice":{"readOnly":true},"price":{"readOnly":true}}},"Lot.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"publicPrice":{"readOnly":true},"price":{"readOnly":true}},"required":["room","stock","product","category","folder"]}]},"Lot.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"publicPrice":{"readOnly":true},"price":{"readOnly":true}},"required":["room","stock","product","category","folder"]},"Member":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidCost":{"type":"string"},"itActive":{"type":["boolean","null"]},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"click":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["guest","room"]},"Member.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidCost":{"type":"string"},"itActive":{"type":["boolean","null"]},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"click":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["guest","room"]}]},"Member.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidCost":{"type":"string"},"itActive":{"type":["boolean","null"]},"guest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"room":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"click":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["guest","room"]},"Message":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"message":{"type":"string"},"itRead":{"type":"boolean"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["message","chat"]},"Message.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"message":{"type":"string"},"itRead":{"type":"boolean"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Message.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"message":{"type":"string"},"itRead":{"type":"boolean"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["message","chat"]}]},"Message.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"message":{"type":"string"},"itRead":{"type":"boolean"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["message","chat"]},"Metadata":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"type":"string"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"attribute":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["metadata","property","attribute","product"]},"Metadata.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"type":"string"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"attribute":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Metadata.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"type":"string"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"attribute":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["metadata","property","attribute","product"]}]},"Metadata.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"type":"string"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"attribute":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["metadata","property","attribute","product"]},"Notification":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"type":["string","null"]},"path":{"type":["string","null"]},"itInteractive":{"type":"boolean"},"itAccepted":{"type":["boolean","null"]},"itRead":{"type":"boolean"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["context","recipient"]},"Notification.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"type":["string","null"]},"path":{"type":["string","null"]},"itInteractive":{"type":"boolean"},"itAccepted":{"type":["boolean","null"]},"itRead":{"type":"boolean"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Notification.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"type":["string","null"]},"path":{"type":["string","null"]},"itInteractive":{"type":"boolean"},"itAccepted":{"type":["boolean","null"]},"itRead":{"type":"boolean"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["context","recipient"]}]},"Notification.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"context":{"type":"string"},"category":{"type":["string","null"]},"path":{"type":["string","null"]},"itInteractive":{"type":"boolean"},"itAccepted":{"type":["boolean","null"]},"itRead":{"type":"boolean"},"readAt":{"type":["string","null"],"format":"date-time"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["context","recipient"]},"Option":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchases":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"transfers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["quantity","category","booster","owner"]},"Option.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchases":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"transfers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}},"Option.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchases":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"transfers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["quantity","category","booster","owner"]}]},"Option.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"purchases":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"transfers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["quantity","category","booster","owner"]},"OrderItem":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"string"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"invoice":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["quantity","price","bid","product","invoice"]},"OrderItem.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"string"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"invoice":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"OrderItem.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"string"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"invoice":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["quantity","price","bid","product","invoice"]}]},"OrderItem.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"string"},"bid":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"invoice":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["quantity","price","bid","product","invoice"]},"Participant":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itAccepted":{"type":"boolean"},"participant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["participant","chat"]},"Participant.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itAccepted":{"type":"boolean"},"participant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Participant.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itAccepted":{"type":"boolean"},"participant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["participant","chat"]}]},"Participant.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itAccepted":{"type":"boolean"},"participant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chat":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["participant","chat"]},"PhoneNumber":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"PhoneNumber.jsonld":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"PhoneNumber.multipart":{"type":"object","properties":{"countryCode":{"description":"The country calling code for this number, as defined by the International Telecommunication Union\n(ITU). For example, this would be 1 for NANPA countries, and 33 for France.","type":"integer"},"nationalNumber":{"description":"National (significant) Number is defined in International Telecommunication Union (ITU)\nRecommendation E.164. It is a language\/country-neutral representation of a phone number at a\ncountry level. For countries which have the concept of an \"area code\" or \"national destination\ncode\", this is included in the National (significant) Number. Although the ITU says the maximum\nlength should be 15, we have found longer numbers in some countries e.g. Germany.","type":"string"},"extension":{"description":"Extension is not standardized in ITU recommendations, except for being defined as a series of\nnumbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the\npossible use of a leading zero in the extension (organizations have complete freedom to do so,\nas there is no standard defined). However, only ASCII digits should be stored here.","type":"string"},"italianLeadingZero":{"description":"In some countries, the national (significant) number starts with one or more \"0\"s without this\nbeing a national prefix or trunk code of some kind. For example, the leading zero in the national\n(significant) number of an Italian phone number indicates the number is a fixed-line number.","type":"boolean"},"rawInput":{"description":"This field is used to store the raw input string containing phone numbers before it was\ncanonicalized by the library. For example, it could be used to store alphanumerical numbers\nsuch as \"1-800-GOOG-411\".","type":"string"},"countryCodeSource":{"description":"The source from which the country_code is derived. This is not set in the general parsing method,\nbut in the method that parses and keeps raw_input. New fields could be added upon request.","default":4,"type":"integer","enum":[0,1,2,3,4]},"preferredDomesticCarrierCode":{"description":"The carrier selection code that is preferred when calling this phone number domestically. This\nalso includes codes that need to be dialed in some countries when calling from landlines to\nmobiles or vice versa. For example, in Columbia, a \"3\" needs to be dialed before the phone number\nitself when calling from a mobile phone to a domestic landline phone and vice versa.","type":"string"},"hasNumberOfLeadingZeros":{"readOnly":true,"description":"Whether this phone number has a number of leading zeros set.","default":false,"type":"boolean"},"numberOfLeadingZeros":{"description":"The number of leading zeros of this phone number.","default":1,"type":"integer"}}},"Profile":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"oauthId":{"type":["string","null"],"format":"uuid"},"pseudonym":{"minLength":3,"maxLength":20,"pattern":"^([A-Za-z][A-Za-z0-9_]{2,19})$","type":"string"},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"givenName":{"type":"string"},"familyName":{"type":"string"},"gender":{"type":["string","null"]},"lang":{"minLength":2,"maxLength":2,"type":"string"},"country":{"minLength":2,"maxLength":2,"type":"string"},"birthDate":{"type":["string","null"],"format":"date-time"},"usernameEditedAt":{"type":["string","null"],"format":"date-time"},"lastDailyWallet":{"type":["string","null"],"format":"date-time"},"clothTopSize":{"type":["string","null"]},"clothBottomSize":{"type":["string","null"]},"clothShoeSize":{"type":["string","null"]},"itSubAdmin":{"default":false,"type":"boolean"},"itAdmin":{"default":false,"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"options":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"avatarPath":{"readOnly":true,"type":"string"},"walletDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"flag":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"phone":{"readOnly":true,"type":"string"},"phoneDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["pseudonym","phoneNumber","givenName","familyName"]},"Profile.jsonMergePatch":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"oauthId":{"type":["string","null"],"format":"uuid"},"pseudonym":{"minLength":3,"maxLength":20,"pattern":"^([A-Za-z][A-Za-z0-9_]{2,19})$","type":"string"},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"givenName":{"type":"string"},"familyName":{"type":"string"},"gender":{"type":["string","null"]},"lang":{"minLength":2,"maxLength":2,"type":"string"},"country":{"minLength":2,"maxLength":2,"type":"string"},"birthDate":{"type":["string","null"],"format":"date-time"},"usernameEditedAt":{"type":["string","null"],"format":"date-time"},"lastDailyWallet":{"type":["string","null"],"format":"date-time"},"clothTopSize":{"type":["string","null"]},"clothBottomSize":{"type":["string","null"]},"clothShoeSize":{"type":["string","null"]},"itSubAdmin":{"default":false,"type":"boolean"},"itAdmin":{"default":false,"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"options":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"avatarPath":{"readOnly":true,"type":"string"},"walletDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"flag":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"phone":{"readOnly":true,"type":"string"},"phoneDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Profile.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"oauthId":{"type":["string","null"],"format":"uuid"},"pseudonym":{"minLength":3,"maxLength":20,"pattern":"^([A-Za-z][A-Za-z0-9_]{2,19})$","type":"string"},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber.jsonld"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"givenName":{"type":"string"},"familyName":{"type":"string"},"gender":{"type":["string","null"]},"lang":{"minLength":2,"maxLength":2,"type":"string"},"country":{"minLength":2,"maxLength":2,"type":"string"},"birthDate":{"type":["string","null"],"format":"date-time"},"usernameEditedAt":{"type":["string","null"],"format":"date-time"},"lastDailyWallet":{"type":["string","null"],"format":"date-time"},"clothTopSize":{"type":["string","null"]},"clothBottomSize":{"type":["string","null"]},"clothShoeSize":{"type":["string","null"]},"itSubAdmin":{"default":false,"type":"boolean"},"itAdmin":{"default":false,"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"options":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"avatarPath":{"readOnly":true,"type":"string"},"walletDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"flag":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"phone":{"readOnly":true,"type":"string"},"phoneDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["pseudonym","phoneNumber","givenName","familyName"]}]},"Profile.multipart":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"oauthId":{"type":["string","null"],"format":"uuid"},"pseudonym":{"minLength":3,"maxLength":20,"pattern":"^([A-Za-z][A-Za-z0-9_]{2,19})$","type":"string"},"phoneNumber":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"email":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"givenName":{"type":"string"},"familyName":{"type":"string"},"gender":{"type":["string","null"]},"lang":{"minLength":2,"maxLength":2,"type":"string"},"country":{"minLength":2,"maxLength":2,"type":"string"},"birthDate":{"type":["string","null"],"format":"date-time"},"usernameEditedAt":{"type":["string","null"],"format":"date-time"},"lastDailyWallet":{"type":["string","null"],"format":"date-time"},"clothTopSize":{"type":["string","null"]},"clothBottomSize":{"type":["string","null"]},"clothShoeSize":{"type":["string","null"]},"itSubAdmin":{"default":false,"type":"boolean"},"itAdmin":{"default":false,"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"wallet":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"options":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"invoices":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"avatarPath":{"readOnly":true,"type":"string"},"walletDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"flag":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"phone":{"readOnly":true,"type":"string"},"phoneDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["pseudonym","phoneNumber","givenName","familyName"]},"Property":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]},"Property.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Property.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]}]},"Property.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"type":"string"},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["headLine"]},"Provision":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"currentQte":{"type":["string","null"]},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"safe":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity"]},"Provision.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"currentQte":{"type":["string","null"]},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"safe":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Provision.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"currentQte":{"type":["string","null"]},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"safe":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity"]}]},"Provision.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"currentQte":{"type":["string","null"]},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"safe":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity"]},"Purchase":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"amount":{"type":"string"},"quantity":{"type":"integer"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["amount","quantity","booster","category","option"]},"Purchase.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"amount":{"type":"string"},"quantity":{"type":"integer"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["amount","quantity","booster","category","option"]}]},"Purchase.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"amount":{"type":"string"},"quantity":{"type":"integer"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["amount","quantity","booster","category","option"]},"Relocation":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","sender","recipient"]},"Relocation.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Relocation.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","sender","recipient"]}]},"Relocation.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"string"},"itApproved":{"default":false,"type":"boolean"},"sender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","sender","recipient"]},"Room":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":["integer","null"]},"bidCost":{"default":"0","type":"string"},"visibility":{"default":2,"type":"integer"},"guestNumber":{"default":0,"type":"integer"},"itClosed":{"default":false,"type":"boolean"},"openedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"bid":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"members":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"},"categoryName":{"readOnly":true,"type":["string","null"]},"allLocations":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["visibility","guestNumber","openedAt","closedAt","category"]},"Room.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":["integer","null"]},"bidCost":{"default":"0","type":"string"},"visibility":{"default":2,"type":"integer"},"guestNumber":{"default":0,"type":"integer"},"itClosed":{"default":false,"type":"boolean"},"openedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"bid":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"members":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"},"categoryName":{"readOnly":true,"type":["string","null"]},"allLocations":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Room.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":["integer","null"]},"bidCost":{"default":"0","type":"string"},"visibility":{"default":2,"type":"integer"},"guestNumber":{"default":0,"type":"integer"},"itClosed":{"default":false,"type":"boolean"},"openedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"bid":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"members":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"},"categoryName":{"readOnly":true,"type":["string","null"]},"allLocations":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["visibility","guestNumber","openedAt","closedAt","category"]}]},"Room.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"lotNumber":{"type":["integer","null"]},"bidCost":{"default":"0","type":"string"},"visibility":{"default":2,"type":"integer"},"guestNumber":{"default":0,"type":"integer"},"itClosed":{"default":false,"type":"boolean"},"openedAt":{"type":"string","format":"date-time"},"closedAt":{"type":"string","format":"date-time"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"bid":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"members":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"products":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"totalPublicPrice":{"readOnly":true,"type":"number"},"totalPrice":{"readOnly":true,"type":"number"},"categoryName":{"readOnly":true,"type":["string","null"]},"allLocations":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["visibility","guestNumber","openedAt","closedAt","category"]},"Safe":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"uniqId":{"maxLength":10,"type":"string"},"headLine":{"maxLength":50,"type":"string"},"initialBalance":{"type":"string"},"balance":{"type":"string"},"itExtraSafe":{"default":false,"type":"boolean"},"provisions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["uniqId","headLine","initialBalance","balance"]},"Safe.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"uniqId":{"maxLength":10,"type":"string"},"headLine":{"maxLength":50,"type":"string"},"initialBalance":{"type":"string"},"balance":{"type":"string"},"itExtraSafe":{"default":false,"type":"boolean"},"provisions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["uniqId","headLine","initialBalance","balance"]}]},"Safe.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"uniqId":{"maxLength":10,"type":"string"},"headLine":{"maxLength":50,"type":"string"},"initialBalance":{"type":"string"},"balance":{"type":"string"},"itExtraSafe":{"default":false,"type":"boolean"},"provisions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["uniqId","headLine","initialBalance","balance"]},"Stock":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"inStock":{"type":"boolean"},"serialNumber":{"type":"string"},"location":{"type":"array","items":{"type":["string","null"]}},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["serialNumber","location","product","category","folder"]},"Stock.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"inStock":{"type":"boolean"},"serialNumber":{"type":"string"},"location":{"type":"array","items":{"type":["string","null"]}},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Stock.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"inStock":{"type":"boolean"},"serialNumber":{"type":"string"},"location":{"type":"array","items":{"type":["string","null"]}},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["serialNumber","location","product","category","folder"]}]},"Stock.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"inStock":{"type":"boolean"},"serialNumber":{"type":"string"},"location":{"type":"array","items":{"type":["string","null"]}},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"lots":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"attributes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"metadata":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"imagePath":{"readOnly":true,"type":"string"},"productDetails":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"properties":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["serialNumber","location","product","category","folder"]},"Transfer":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"itApproved":{"type":"boolean"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","booster","category","recipient","option"]},"Transfer.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"itApproved":{"type":"boolean"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","booster","category","recipient","option"]}]},"Transfer.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"itApproved":{"type":"boolean"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["quantity","booster","category","recipient","option"]},"Wallet":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"bids":{"default":"0.000","type":"string"},"fixed":{"default":"0.000","type":"string"},"bonus":{"default":"5000.000","type":"string"},"createdAt":{"type":"string","format":"date-time"},"status":{"type":"integer"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acquisitions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"receiveds":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"earnings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"conversions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["owner"]},"Wallet.jsonMergePatch":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"bids":{"default":"0.000","type":"string"},"fixed":{"default":"0.000","type":"string"},"bonus":{"default":"5000.000","type":"string"},"createdAt":{"type":"string","format":"date-time"},"status":{"type":"integer"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acquisitions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"receiveds":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"earnings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"conversions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}},"Wallet.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"bids":{"default":"0.000","type":"string"},"fixed":{"default":"0.000","type":"string"},"bonus":{"default":"5000.000","type":"string"},"createdAt":{"type":"string","format":"date-time"},"status":{"type":"integer"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acquisitions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"receiveds":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"earnings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"conversions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["owner"]}]},"Wallet.multipart":{"type":"object","properties":{"id":{"type":["string","null"],"format":"uuid"},"bids":{"default":"0.000","type":"string"},"fixed":{"default":"0.000","type":"string"},"bonus":{"default":"5000.000","type":"string"},"createdAt":{"type":"string","format":"date-time"},"status":{"type":"integer"},"owner":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acquisitions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sents":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"receiveds":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"earnings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"conversions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"required":["owner"]},"Wording":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidsCost":{"type":"string"},"releaseBids":{"type":"string"},"duration":{"type":"string"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bidsCost","releaseBids","duration","booster","category"]},"Wording.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidsCost":{"type":"string"},"releaseBids":{"type":"string"},"duration":{"type":"string"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}}},"Wording.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidsCost":{"type":"string"},"releaseBids":{"type":"string"},"duration":{"type":"string"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bidsCost","releaseBids","duration","booster","category"]}]},"Wording.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bidsCost":{"type":"string"},"releaseBids":{"type":"string"},"duration":{"type":"string"},"booster":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"integer"},"createdAt":{"type":["string","null"],"format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]},"updatedBy":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":["string","null"]}},"required":["bidsCost","releaseBids","duration","booster","category"]}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"JWT":[]}],"tags":[{"name":"Attribute","description":"Resource 'Attribute' operations."},{"name":"Metadata","description":"Resource 'Metadata' operations."},{"name":"Property","description":"Resource 'Property' operations."},{"name":"Acquisition","description":"Resource 'Acquisition' operations."},{"name":"Convert","description":"Resource 'Convert' operations."},{"name":"Earning","description":"Resource 'Earning' operations."},{"name":"Provision","description":"Resource 'Provision' operations."},{"name":"Relocation","description":"Resource 'Relocation' operations."},{"name":"Safe","description":"Resource 'Safe' operations."},{"name":"Wallet","description":"Resource 'Wallet' operations."},{"name":"Bid","description":"Resource 'Bid' operations."},{"name":"Game","description":"Resource 'Game' operations."},{"name":"Click","description":"Resource 'Click' operations."},{"name":"Room","description":"Resource 'Room' operations."},{"name":"Member","description":"Resource 'Member' operations."},{"name":"Booster","description":"Resource 'Booster' operations."},{"name":"Option","description":"Resource 'Option' operations."},{"name":"Purchase","description":"Resource 'Purchase' operations."},{"name":"Transfer","description":"Resource 'Transfer' operations."},{"name":"Wording","description":"Resource 'Wording' operations."},{"name":"Chat","description":"Resource 'Chat' operations."},{"name":"Message","description":"Resource 'Message' operations."},{"name":"Participant","description":"Resource 'Participant' operations."},{"name":"Currency","description":"Resource 'Currency' operations."},{"name":"Exchange","description":"Resource 'Exchange' operations."},{"name":"Notification","description":"Resource 'Notification' operations."},{"name":"Profile","description":"Resource 'Profile' operations."},{"name":"Category","description":"Resource 'Category' operations."},{"name":"Folder","description":"Resource 'Folder' operations."},{"name":"Image","description":"Resource 'Image' operations."},{"name":"Like","description":"Resource 'Like' operations."},{"name":"Lot","description":"Resource 'Lot' operations."},{"name":"Item","description":"Resource 'Item' operations."},{"name":"Stock","description":"Resource 'Stock' operations."},{"name":"Address","description":"Resource 'Address' operations."},{"name":"Invoice","description":"Resource 'Invoice' operations."},{"name":"OrderItem","description":"Resource 'OrderItem' operations."}],"webhooks":{}}