{"openapi":"3.1.0","info":{"title":"ChotaaGrill","description":"Assurance d'une nourriture saine et propre","version":"2.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/profile\/addresses":{"get":{"operationId":"api_profileaddresses_get_collection","tags":["Address"],"responses":{"200":{"description":"Address collection","content":{"application\/vnd.api+json":{"schema":{"description":"Address.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Address"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"street":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Address.multipart"}}}}}},"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":150},"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[buildingNumber]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"buildingNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"buildingNumber[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"street","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"street[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[buildingNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_profileaddresses_post","tags":["Address"],"responses":{"201":{"description":"Address resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonapi"}},"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":{}}},"summary":"Creates a Address resource.","description":"Creates a Address resource.","parameters":[],"requestBody":{"description":"The new Address resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/addresses\/{id}":{"get":{"operationId":"api_profileaddresses_id_get","tags":["Address"],"responses":{"200":{"description":"Address resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Address.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 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_profileaddresses_id_patch","tags":["Address"],"responses":{"200":{"description":"Address resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Address.jsonapi"}},"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":{}},"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.AddressUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Address.AddressUpdateDto.jsonapi"}}},"required":true}}},"\/api\/metadata\/attributes":{"get":{"operationId":"api_metadataattributes_get_collection","tags":["Attribute"],"responses":{"200":{"description":"Attribute collection","content":{"application\/vnd.api+json":{"schema":{"description":"Attribute.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Attribute"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_metadataattributes_post","tags":["Attribute"],"responses":{"201":{"description":"Attribute resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonapi"}},"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":{}}},"summary":"Creates a Attribute resource.","description":"Creates a Attribute resource.","parameters":[],"requestBody":{"description":"The new Attribute resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeCreateDto.multipart"}}},"required":true}}},"\/api\/metadata\/attributes\/{id}":{"get":{"operationId":"api_metadataattributes_id_get","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonapi"}},"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}]},"patch":{"operationId":"api_metadataattributes_id_patch","tags":["Attribute"],"responses":{"200":{"description":"Attribute resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.jsonapi"}},"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":{}},"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.AttributeUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Attribute.AttributeUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/casings":{"get":{"operationId":"api_surreycasings_get_collection","tags":["Casing"],"responses":{"200":{"description":"Casing collection","content":{"application\/vnd.api+json":{"schema":{"description":"Casing.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Casing"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"chest":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Casing.multipart"}}}}}},"summary":"Retrieves the collection of Casing resources.","description":"Retrieves the collection of Casing 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":150},"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[minAllowed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[maxAllowed]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"chest","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"chest[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","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":"number"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"minAllowed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"minAllowed[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"maxAllowed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"maxAllowed[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"amount[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minAllowed[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minAllowed[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minAllowed[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minAllowed[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minAllowed[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxAllowed[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxAllowed[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxAllowed[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxAllowed[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxAllowed[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_surreycasings_post","tags":["Casing"],"responses":{"201":{"description":"Casing resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Casing.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":{}}},"summary":"Creates a Casing resource.","description":"Creates a Casing resource.","parameters":[],"requestBody":{"description":"The new Casing resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.CasingCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Casing.CasingCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/casings\/{id}":{"get":{"operationId":"api_surreycasings_id_get","tags":["Casing"],"responses":{"200":{"description":"Casing resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Casing.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 Casing resource.","description":"Retrieves a Casing resource.","parameters":[{"name":"id","in":"path","description":"Casing identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreycasings_id_patch","tags":["Casing"],"responses":{"200":{"description":"Casing resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Casing.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 Casing resource.","description":"Updates the Casing resource.","parameters":[{"name":"id","in":"path","description":"Casing identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Casing resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.CasingUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Casing.CasingUpdateDto.jsonapi"}}},"required":true}}},"\/api\/product\/categories":{"get":{"operationId":"api_productcategories_get_collection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/vnd.api+json":{"schema":{"description":"Category.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Category"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[counter]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"counter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"counter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"counter[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productcategories_post","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonapi"}},"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":{}}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.multipart"}}},"required":true}}},"\/api\/product\/categories\/{id}":{"get":{"operationId":"api_productcategories_id_get","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonapi"}},"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_productcategories_id_patch","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonapi"}},"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":{}},"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.CategoryUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/chests":{"get":{"operationId":"api_surreychests_get_collection","tags":["Chest"],"responses":{"200":{"description":"Chest collection","content":{"application\/vnd.api+json":{"schema":{"description":"Chest.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Chest"},"relationships":{"type":"object","properties":{"casings":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Chest.multipart"}}}}}},"summary":"Retrieves the collection of Chest resources.","description":"Retrieves the collection of Chest 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":150},"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[category]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itMaster]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[casings]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itMaster","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_surreychests_post","tags":["Chest"],"responses":{"201":{"description":"Chest resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chest.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":{}}},"summary":"Creates a Chest resource.","description":"Creates a Chest resource.","parameters":[],"requestBody":{"description":"The new Chest resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.ChestCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chest.ChestCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/chests\/{id}":{"get":{"operationId":"api_surreychests_id_get","tags":["Chest"],"responses":{"200":{"description":"Chest resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chest.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 Chest resource.","description":"Retrieves a Chest resource.","parameters":[{"name":"id","in":"path","description":"Chest identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreychests_id_patch","tags":["Chest"],"responses":{"200":{"description":"Chest resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Chest.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 Chest resource.","description":"Updates the Chest resource.","parameters":[{"name":"id","in":"path","description":"Chest identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Chest resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.ChestUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Chest.ChestUpdateDto.jsonapi"}}},"required":true}}},"\/api\/location\/cities":{"get":{"operationId":"api_locationcities_get_collection","tags":["City"],"responses":{"200":{"description":"City collection","content":{"application\/vnd.api+json":{"schema":{"description":"City.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/City"},"relationships":{"type":"object","properties":{"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/City.multipart"}}}}}},"summary":"Retrieves the collection of City resources.","description":"Retrieves the collection of City 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":150},"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[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","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[area]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[townships]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[quarters]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationcities_post","tags":["City"],"responses":{"201":{"description":"City resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.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":{}}},"summary":"Creates a City resource.","description":"Creates a City resource.","parameters":[],"requestBody":{"description":"The new City resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.CityCreateDto.multipart"}}},"required":true}}},"\/api\/location\/cities\/{id}":{"get":{"operationId":"api_locationcities_id_get","tags":["City"],"responses":{"200":{"description":"City resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.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 City resource.","description":"Retrieves a City resource.","parameters":[{"name":"id","in":"path","description":"City identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationcities_id_patch","tags":["City"],"responses":{"200":{"description":"City resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/City.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/City.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 City resource.","description":"Updates the City resource.","parameters":[{"name":"id","in":"path","description":"City identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated City resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/City.CityUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/City.CityUpdateDto.jsonapi"}}},"required":true}}},"\/api\/main\/civilstates":{"get":{"operationId":"api_maincivilstates_get_collection","tags":["Civilstate"],"responses":{"200":{"description":"Civilstate collection","content":{"application\/vnd.api+json":{"schema":{"description":"Civilstate.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Civilstate"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Civilstate.multipart"}}}}}},"summary":"Retrieves the collection of Civilstate resources.","description":"Retrieves the collection of Civilstate 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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_maincivilstates_post","tags":["Civilstate"],"responses":{"201":{"description":"Civilstate resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.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":{}}},"summary":"Creates a Civilstate resource.","description":"Creates a Civilstate resource.","parameters":[],"requestBody":{"description":"The new Civilstate resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateCreateDto.multipart"}}},"required":true}}},"\/api\/main\/civilstates\/{id}":{"get":{"operationId":"api_maincivilstates_id_get","tags":["Civilstate"],"responses":{"200":{"description":"Civilstate resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.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 Civilstate resource.","description":"Retrieves a Civilstate resource.","parameters":[{"name":"id","in":"path","description":"Civilstate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_maincivilstates_id_patch","tags":["Civilstate"],"responses":{"200":{"description":"Civilstate resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.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 Civilstate resource.","description":"Updates the Civilstate resource.","parameters":[{"name":"id","in":"path","description":"Civilstate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Civilstate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/companies":{"get":{"operationId":"api_profilecompanies_get_collection","tags":["Company"],"responses":{"200":{"description":"Company collection","content":{"application\/vnd.api+json":{"schema":{"description":"Company.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Company"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Company.multipart"}}}}}},"summary":"Retrieves the collection of Company resources.","description":"Retrieves the collection of Company 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":150},"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[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"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[rccmNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[idnatNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nifNumber]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"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":"headLine[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"rccmNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"rccmNumber[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"idnatNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"idnatNumber[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nifNumber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nifNumber[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[rccmNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[idnatNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[nifNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_profilecompanies_post","tags":["Company"],"responses":{"201":{"description":"Company resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.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":{}}},"summary":"Creates a Company resource.","description":"Creates a Company resource.","parameters":[],"requestBody":{"description":"The new Company resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/companies\/{id}":{"get":{"operationId":"api_profilecompanies_id_get","tags":["Company"],"responses":{"200":{"description":"Company resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.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 Company resource.","description":"Retrieves a Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_profilecompanies_id_patch","tags":["Company"],"responses":{"200":{"description":"Company resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Company.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 Company resource.","description":"Updates the Company resource.","parameters":[{"name":"id","in":"path","description":"Company identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Company resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Company.CompanyUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/counters":{"get":{"operationId":"api_customercounters_get_collection","tags":["Counter"],"responses":{"200":{"description":"Counter collection","content":{"application\/vnd.api+json":{"schema":{"description":"Counter.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Counter"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Counter.multipart"}}}}}},"summary":"Retrieves the collection of Counter resources.","description":"Retrieves the collection of Counter 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":150},"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[counter]","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":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"counter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"counter[]","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":"number"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"counter[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/location\/countries":{"get":{"operationId":"api_locationcountries_get_collection","tags":["Country"],"responses":{"200":{"description":"Country collection","content":{"application\/vnd.api+json":{"schema":{"description":"Country.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Country"},"relationships":{"type":"object","properties":{"regions":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"cities":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Country.multipart"}}}}}},"summary":"Retrieves the collection of Country resources.","description":"Retrieves the collection of Country 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":150},"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[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[shortName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha2]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itCurrent]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"shortName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"shortName[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha2","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"itCurrent","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[regions]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[cities]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[townships]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[quarters]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationcountries_post","tags":["Country"],"responses":{"201":{"description":"Country resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.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":{}}},"summary":"Creates a Country resource.","description":"Creates a Country resource.","parameters":[],"requestBody":{"description":"The new Country resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.multipart"}}},"required":true}}},"\/api\/location\/countries\/{id}":{"get":{"operationId":"api_locationcountries_id_get","tags":["Country"],"responses":{"200":{"description":"Country resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.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 Country resource.","description":"Retrieves a Country resource.","parameters":[{"name":"id","in":"path","description":"Country identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationcountries_id_patch","tags":["Country"],"responses":{"200":{"description":"Country resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Country.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Country.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 Country resource.","description":"Updates the Country resource.","parameters":[{"name":"id","in":"path","description":"Country identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Country resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Country.CountryUpdateDto.jsonapi"}}},"required":true}}},"\/api\/main\/currencies":{"get":{"operationId":"api_maincurrencies_get_collection","tags":["Currency"],"responses":{"200":{"description":"Currency collection","content":{"application\/vnd.api+json":{"schema":{"description":"Currency.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Currency"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[symbol]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDefault]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"symbol","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"symbol[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDefault","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_maincurrencies_post","tags":["Currency"],"responses":{"201":{"description":"Currency resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonapi"}},"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":{}}},"summary":"Creates a Currency resource.","description":"Creates a Currency resource.","parameters":[],"requestBody":{"description":"The new Currency resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.multipart"}}},"required":true}}},"\/api\/main\/currencies\/{id}":{"get":{"operationId":"api_maincurrencies_id_get","tags":["Currency"],"responses":{"200":{"description":"Currency resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonapi"}},"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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.jsonapi"}},"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":{}},"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.CurrencyUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Currency.CurrencyUpdateDto.jsonapi"}}},"required":true}}},"\/api\/delivery\/deliveries":{"get":{"operationId":"api_deliverydeliveries_get_collection","tags":["Delivery"],"responses":{"200":{"description":"Delivery collection","content":{"application\/vnd.api+json":{"schema":{"description":"Delivery.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Delivery"},"relationships":{"type":"object","properties":{"deliverer":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Delivery.multipart"}}}}}},"summary":"Retrieves the collection of Delivery resources.","description":"Retrieves the collection of Delivery 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":150},"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[startAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[endAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itStart]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itEnd]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deliverer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deliverer[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"sale","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sale[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[startAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[endAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[signature]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"startAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"startAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"endAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"endAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"endAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"endAt[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":"itStart","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itEnd","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_deliverydeliveries_post","tags":["Delivery"],"responses":{"201":{"description":"Delivery resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Delivery.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":{}}},"summary":"Creates a Delivery resource.","description":"Creates a Delivery resource.","parameters":[],"requestBody":{"description":"The new Delivery resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.DeliveryCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Delivery.DeliveryCreateDto.multipart"}}},"required":true}}},"\/api\/delivery\/deliveries\/{id}":{"get":{"operationId":"api_deliverydeliveries_id_get","tags":["Delivery"],"responses":{"200":{"description":"Delivery resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Delivery.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 Delivery resource.","description":"Retrieves a Delivery resource.","parameters":[{"name":"id","in":"path","description":"Delivery identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_deliverydeliveries_id_patch","tags":["Delivery"],"responses":{"200":{"description":"Delivery resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Delivery.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 Delivery resource.","description":"Updates the Delivery resource.","parameters":[{"name":"id","in":"path","description":"Delivery identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Delivery resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.DeliveryUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Delivery.DeliveryUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/emails":{"get":{"operationId":"api_profileemails_get_collection","tags":["Email"],"responses":{"200":{"description":"Email collection","content":{"application\/vnd.api+json":{"schema":{"description":"Email.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Email"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Email.multipart"}}}}}},"summary":"Retrieves the collection of Email resources.","description":"Retrieves the collection of Email 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":150},"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[email]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"email","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_profileemails_post","tags":["Email"],"responses":{"201":{"description":"Email resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Email.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":{}}},"summary":"Creates a Email resource.","description":"Creates a Email resource.","parameters":[],"requestBody":{"description":"The new Email resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Email.EmailCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Email.EmailCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/emails\/{id}":{"get":{"operationId":"api_profileemails_id_get","tags":["Email"],"responses":{"200":{"description":"Email resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Email.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 Email resource.","description":"Retrieves a Email resource.","parameters":[{"name":"id","in":"path","description":"Email identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_profileemails_id_patch","tags":["Email"],"responses":{"200":{"description":"Email resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Email.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 Email resource.","description":"Updates the Email resource.","parameters":[{"name":"id","in":"path","description":"Email identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Email resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Email.EmailUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Email.EmailUpdateDto.jsonapi"}}},"required":true}}},"\/api\/main\/exchanges":{"get":{"operationId":"api_mainexchanges_get_collection","tags":["Exchange"],"responses":{"200":{"description":"Exchange collection","content":{"application\/vnd.api+json":{"schema":{"description":"Exchange.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Exchange"},"relationships":{"type":"object","properties":{"source":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"target":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Exchange.multipart"}}}}}},"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":150},"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[exchange]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exchange","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"exchange[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"exchange[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[lte]","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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonapi"}},"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":{}}},"summary":"Creates a Exchange resource.","description":"Creates a Exchange resource.","parameters":[],"requestBody":{"description":"The new Exchange resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.ExchangeCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange.ExchangeCreateDto.multipart"}}},"required":true}}},"\/api\/main\/exchanges\/{id}":{"get":{"operationId":"api_mainexchanges_id_get","tags":["Exchange"],"responses":{"200":{"description":"Exchange resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Exchange.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 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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.jsonapi"}},"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":{}},"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.ExchangeUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Exchange.ExchangeUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/favorites":{"get":{"operationId":"api_customerfavorites_get_collection","tags":["Favorite"],"responses":{"200":{"description":"Favorite collection","content":{"application\/vnd.api+json":{"schema":{"description":"Favorite.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Favorite"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Favorite.multipart"}}}}}},"summary":"Retrieves the collection of Favorite resources.","description":"Retrieves the collection of Favorite 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":150},"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[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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","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":"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_customerfavorites_post","tags":["Favorite"],"responses":{"201":{"description":"Favorite resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Favorite.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Favorite.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":{}}},"summary":"Creates a Favorite resource.","description":"Creates a Favorite resource.","parameters":[],"requestBody":{"description":"The new Favorite resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Favorite.FavoriteCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Favorite.FavoriteCreateDto.multipart"}}},"required":true}}},"\/api\/customer\/favorites\/{id}":{"patch":{"operationId":"api_customerfavorites_id_patch","tags":["Favorite"],"responses":{"200":{"description":"Favorite resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Favorite.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Favorite.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 Favorite resource.","description":"Updates the Favorite resource.","parameters":[{"name":"id","in":"path","description":"Favorite identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Favorite resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Favorite.FavoriteUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Favorite.FavoriteUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/feedback":{"get":{"operationId":"api_customerfeedback_get_collection","tags":["Feedback"],"responses":{"200":{"description":"Feedback collection","content":{"application\/vnd.api+json":{"schema":{"description":"Feedback.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Feedback"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feedback.multipart"}}}}}},"summary":"Retrieves the collection of Feedback resources.","description":"Retrieves the collection of Feedback 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":150},"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[feedback]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"feedback","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"feedback[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","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":"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_customerfeedback_post","tags":["Feedback"],"responses":{"201":{"description":"Feedback resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Feedback.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":{}}},"summary":"Creates a Feedback resource.","description":"Creates a Feedback resource.","parameters":[],"requestBody":{"description":"The new Feedback resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Feedback.FeedbackCreateDto.multipart"}}},"required":true}}},"\/api\/product\/folders":{"get":{"operationId":"api_productfolders_get_collection","tags":["Folder"],"responses":{"200":{"description":"Folder collection","content":{"application\/vnd.api+json":{"schema":{"description":"Folder.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Folder"},"relationships":{"type":"object","properties":{"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[counter]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"counter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"counter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"counter[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lte]","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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonapi"}},"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":{}}},"summary":"Creates a Folder resource.","description":"Creates a Folder resource.","parameters":[],"requestBody":{"description":"The new Folder resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.multipart"}}},"required":true}}},"\/api\/product\/folders\/{id}":{"get":{"operationId":"api_productfolders_id_get","tags":["Folder"],"responses":{"200":{"description":"Folder resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonapi"}},"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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.jsonapi"}},"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":{}},"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.FolderUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Folder.FolderUpdateDto.jsonapi"}}},"required":true}}},"\/api\/metadata\/galleries":{"get":{"operationId":"api_metadatagalleries_get_collection","tags":["Gallery"],"responses":{"200":{"description":"Gallery collection","content":{"application\/vnd.api+json":{"schema":{"description":"Gallery.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gallery"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Gallery.multipart"}}}}}},"summary":"Retrieves the collection of Gallery resources.","description":"Retrieves the collection of Gallery 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":150},"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[itCover]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itCover","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_metadatagalleries_post","tags":["Gallery"],"responses":{"201":{"description":"Gallery resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.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":{}}},"summary":"Creates a Gallery resource.","description":"Creates a Gallery resource.","parameters":[],"requestBody":{"description":"The new Gallery resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.GalleryCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.GalleryCreateDto.multipart"}}},"required":true}}},"\/api\/metadata\/galleries\/{id}":{"get":{"operationId":"api_metadatagalleries_id_get","tags":["Gallery"],"responses":{"200":{"description":"Gallery resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.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 Gallery resource.","description":"Retrieves a Gallery resource.","parameters":[{"name":"id","in":"path","description":"Gallery identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_metadatagalleries_id_patch","tags":["Gallery"],"responses":{"200":{"description":"Gallery resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.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 Gallery resource.","description":"Updates the Gallery resource.","parameters":[{"name":"id","in":"path","description":"Gallery identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Gallery resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.GalleryUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.GalleryUpdateDto.jsonapi"}}},"required":true}}},"\/api\/metadata\/galleries\/{id}\/upload-image":{"post":{"operationId":"api_metadatagalleries_idupload-image_post","tags":["Gallery"],"responses":{"201":{"description":"Gallery resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gallery.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.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":{}}},"summary":"Creates a Gallery resource.","description":"Creates a Gallery resource.","parameters":[{"name":"id","in":"path","description":"Gallery identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Gallery resource","content":{"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gallery.GalleryUploadImageDto.multipart"}}},"required":true}}},"\/api\/main\/genders":{"get":{"operationId":"api_maingenders_get_collection","tags":["Gender"],"responses":{"200":{"description":"Gender collection","content":{"application\/vnd.api+json":{"schema":{"description":"Gender.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gender"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Gender.multipart"}}}}}},"summary":"Retrieves the collection of Gender resources.","description":"Retrieves the collection of Gender 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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_maingenders_post","tags":["Gender"],"responses":{"201":{"description":"Gender resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gender.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":{}}},"summary":"Creates a Gender resource.","description":"Creates a Gender resource.","parameters":[],"requestBody":{"description":"The new Gender resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.GenderCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gender.GenderCreateDto.multipart"}}},"required":true}}},"\/api\/main\/genders\/{id}":{"get":{"operationId":"api_maingenders_id_get","tags":["Gender"],"responses":{"200":{"description":"Gender resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gender.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 Gender resource.","description":"Retrieves a Gender resource.","parameters":[{"name":"id","in":"path","description":"Gender identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_maingenders_id_patch","tags":["Gender"],"responses":{"200":{"description":"Gender resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Gender.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 Gender resource.","description":"Updates the Gender resource.","parameters":[{"name":"id","in":"path","description":"Gender identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Gender resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.GenderUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Gender.GenderUpdateDto.jsonapi"}}},"required":true}}},"\/api\/zoning\/geodatas":{"get":{"operationId":"api_zoninggeodatas_get_collection","tags":["Geodata"],"responses":{"200":{"description":"Geodata collection","content":{"application\/vnd.api+json":{"schema":{"description":"Geodata.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Geodata"},"relationships":{"type":"object","properties":{"zone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Geodata.multipart"}}}}}},"summary":"Retrieves the collection of Geodata resources.","description":"Retrieves the collection of Geodata 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":150},"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[latitude]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[longitude]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"latitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"latitude[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"longitude","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"longitude[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"zone","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"zone[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_zoninggeodatas_post","tags":["Geodata"],"responses":{"201":{"description":"Geodata resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.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":{}}},"summary":"Creates a Geodata resource.","description":"Creates a Geodata resource.","parameters":[],"requestBody":{"description":"The new Geodata resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.GeodataCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.GeodataCreateDto.multipart"}}},"required":true}}},"\/api\/zoning\/geodatas\/{id}":{"get":{"operationId":"api_zoninggeodatas_id_get","tags":["Geodata"],"responses":{"200":{"description":"Geodata resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.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 Geodata resource.","description":"Retrieves a Geodata resource.","parameters":[{"name":"id","in":"path","description":"Geodata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_zoninggeodatas_id_patch","tags":["Geodata"],"responses":{"200":{"description":"Geodata resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Geodata.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 Geodata resource.","description":"Updates the Geodata resource.","parameters":[{"name":"id","in":"path","description":"Geodata identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Geodata resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.GeodataUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Geodata.GeodataUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/highlights":{"get":{"operationId":"api_customerhighlights_get_collection","tags":["Highlight"],"responses":{"200":{"description":"Highlight collection","content":{"application\/vnd.api+json":{"schema":{"description":"Highlight.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Highlight"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Highlight.multipart"}}}}}},"summary":"Retrieves the collection of Highlight resources.","description":"Retrieves the collection of Highlight 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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_customerhighlights_post","tags":["Highlight"],"responses":{"201":{"description":"Highlight resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Highlight.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":{}}},"summary":"Creates a Highlight resource.","description":"Creates a Highlight resource.","parameters":[],"requestBody":{"description":"The new Highlight resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.HighlightCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Highlight.HighlightCreateDto.multipart"}}},"required":true}}},"\/api\/customer\/highlights\/{id}":{"get":{"operationId":"api_customerhighlights_id_get","tags":["Highlight"],"responses":{"200":{"description":"Highlight resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Highlight.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 Highlight resource.","description":"Retrieves a Highlight resource.","parameters":[{"name":"id","in":"path","description":"Highlight identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_customerhighlights_id_patch","tags":["Highlight"],"responses":{"200":{"description":"Highlight resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Highlight.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 Highlight resource.","description":"Updates the Highlight resource.","parameters":[{"name":"id","in":"path","description":"Highlight identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Highlight resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.HighlightUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Highlight.HighlightUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/loyalties":{"get":{"operationId":"api_customerloyalties_get_collection","tags":["Loyalty"],"responses":{"200":{"description":"Loyalty collection","content":{"application\/vnd.api+json":{"schema":{"description":"Loyalty.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Loyalty"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Loyalty.multipart"}}}}}},"summary":"Retrieves the collection of Loyalty resources.","description":"Retrieves the collection of Loyalty 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":150},"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[reference]","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[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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","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":"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":"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":"quantity[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/customer\/loyalties\/{id}":{"get":{"operationId":"api_customerloyalties_id_get","tags":["Loyalty"],"responses":{"200":{"description":"Loyalty resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Loyalty.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Loyalty.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 Loyalty resource.","description":"Retrieves a Loyalty resource.","parameters":[{"name":"id","in":"path","description":"Loyalty identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/api\/metadata\/metadata":{"get":{"operationId":"api_metadatametadata_get_collection","tags":["Metadata"],"responses":{"200":{"description":"Metadata collection","content":{"application\/vnd.api+json":{"schema":{"description":"Metadata.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Metadata"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"property":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"metadata[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_metadatametadata_post","tags":["Metadata"],"responses":{"201":{"description":"Metadata resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonapi"}},"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":{}}},"summary":"Creates a Metadata resource.","description":"Creates a Metadata resource.","parameters":[],"requestBody":{"description":"The new Metadata resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.MetadataCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Metadata.MetadataCreateDto.multipart"}}},"required":true}}},"\/api\/metadata\/metadata\/{id}":{"get":{"operationId":"api_metadatametadata_id_get","tags":["Metadata"],"responses":{"200":{"description":"Metadata resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonapi"}},"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}]},"patch":{"operationId":"api_metadatametadata_id_patch","tags":["Metadata"],"responses":{"200":{"description":"Metadata resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.jsonapi"}},"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":{}},"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.MetadataUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Metadata.MetadataUpdateDto.jsonapi"}}},"required":true}}},"\/api\/product\/natures":{"get":{"operationId":"api_productnatures_get_collection","tags":["Nature"],"responses":{"200":{"description":"Nature collection","content":{"application\/vnd.api+json":{"schema":{"description":"Nature.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Nature"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Nature.multipart"}}}}}},"summary":"Retrieves the collection of Nature resources.","description":"Retrieves the collection of Nature 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":150},"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[itMarketable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[stockTrackable]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itMarketable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"stockTrackable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productnatures_post","tags":["Nature"],"responses":{"201":{"description":"Nature resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Nature.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":{}}},"summary":"Creates a Nature resource.","description":"Creates a Nature resource.","parameters":[],"requestBody":{"description":"The new Nature resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.multipart"}}},"required":true}}},"\/api\/product\/natures\/{id}":{"get":{"operationId":"api_productnatures_id_get","tags":["Nature"],"responses":{"200":{"description":"Nature resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Nature.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 Nature resource.","description":"Retrieves a Nature resource.","parameters":[{"name":"id","in":"path","description":"Nature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productnatures_id_patch","tags":["Nature"],"responses":{"200":{"description":"Nature resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Nature.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 Nature resource.","description":"Updates the Nature resource.","parameters":[{"name":"id","in":"path","description":"Nature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Nature resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.NatureUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Nature.NatureUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/payouts":{"get":{"operationId":"api_surreypayouts_get_collection","tags":["Payout"],"responses":{"200":{"description":"Payout collection","content":{"application\/vnd.api+json":{"schema":{"description":"Payout.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Payout"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Payout.multipart"}}}}}},"summary":"Retrieves the collection of Payout resources.","description":"Retrieves the collection of Payout 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":150},"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[bill]","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[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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"sale","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sale[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"bill","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"bill[]","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":"bill[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bill[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bill[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bill[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"bill[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_surreypayouts_post","tags":["Payout"],"responses":{"201":{"description":"Payout resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payout.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":{}}},"summary":"Creates a Payout resource.","description":"Creates a Payout resource.","parameters":[],"requestBody":{"description":"The new Payout resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.PayoutCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payout.PayoutCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/payouts\/{id}":{"get":{"operationId":"api_surreypayouts_id_get","tags":["Payout"],"responses":{"200":{"description":"Payout resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payout.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 Payout resource.","description":"Retrieves a Payout resource.","parameters":[{"name":"id","in":"path","description":"Payout identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreypayouts_id_patch","tags":["Payout"],"responses":{"200":{"description":"Payout resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Payout.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 Payout resource.","description":"Updates the Payout resource.","parameters":[{"name":"id","in":"path","description":"Payout identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Payout resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.PayoutUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Payout.PayoutUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/people":{"get":{"operationId":"api_profilepeople_get_collection","tags":["Person"],"responses":{"200":{"description":"Person collection","content":{"application\/vnd.api+json":{"schema":{"description":"Person.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Person"},"relationships":{"type":"object","properties":{"civilState":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"gender":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.multipart"}}}}}},"summary":"Retrieves the collection of Person resources.","description":"Retrieves the collection of Person 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":150},"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[reference]","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[lastName]","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[birthCountry]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[birthCity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[nationality]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itExpatriate]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"givenName","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"familyName","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"lastName","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"birthCountry","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthCountry[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"birthCity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"birthCity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nationality","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nationality[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"civilState","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"civilState[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[birthDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[birthCountry]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[birthCity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[biography]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[civilState]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itExpatriate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_profilepeople_post","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.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":{}}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/people\/{id}":{"get":{"operationId":"api_profilepeople_id_get","tags":["Person"],"responses":{"200":{"description":"Person resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.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 Person resource.","description":"Retrieves a Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_profilepeople_id_patch","tags":["Person"],"responses":{"200":{"description":"Person resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Person.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 Person resource.","description":"Updates the Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Person resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.PersonUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/phones":{"get":{"operationId":"api_profilephones_get_collection","tags":["Phone"],"responses":{"200":{"description":"Phone collection","content":{"application\/vnd.api+json":{"schema":{"description":"Phone.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Phone"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Phone.multipart"}}}}}},"summary":"Retrieves the collection of Phone resources.","description":"Retrieves the collection of Phone 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":150},"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[phone]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itWhatsapp]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itTelegram]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"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":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itWhatsapp","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itTelegram","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_profilephones_post","tags":["Phone"],"responses":{"201":{"description":"Phone resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Phone.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":{}}},"summary":"Creates a Phone resource.","description":"Creates a Phone resource.","parameters":[],"requestBody":{"description":"The new Phone resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.PhoneCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Phone.PhoneCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/phones\/{id}":{"get":{"operationId":"api_profilephones_id_get","tags":["Phone"],"responses":{"200":{"description":"Phone resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Phone.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 Phone resource.","description":"Retrieves a Phone resource.","parameters":[{"name":"id","in":"path","description":"Phone identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_profilephones_id_patch","tags":["Phone"],"responses":{"200":{"description":"Phone resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Phone.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 Phone resource.","description":"Updates the Phone resource.","parameters":[{"name":"id","in":"path","description":"Phone identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Phone resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.PhoneUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Phone.PhoneUpdateDto.jsonapi"}}},"required":true}}},"\/api\/product\/products":{"get":{"operationId":"api_productproducts_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/vnd.api+json":{"schema":{"description":"Product.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Product"},"relationships":{"type":"object","properties":{"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.multipart"}}}}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product 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":150},"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[counter]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itMarketable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[stockTrackable]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itMarketable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"stockTrackable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"counter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"counter[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productproducts_post","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product.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":{}}},"summary":"Creates a Product resource.","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.multipart"}}},"required":true}}},"\/api\/product\/products\/{id}":{"get":{"operationId":"api_productproducts_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product.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 Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productproducts_id_patch","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Product.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 Product resource.","description":"Updates the Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.ProductUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/profiles":{"get":{"operationId":"api_profileprofiles_get_collection","tags":["Profile"],"responses":{"200":{"description":"Profile collection","content":{"application\/vnd.api+json":{"schema":{"description":"Profile.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Profile"},"relationships":{"type":"object","properties":{"company":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"person":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"email":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"phone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"weblink":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"loyalty":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"user":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"addresses":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"emails":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"phones":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"weblinks":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"wallets":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profile.multipart"}}}}}},"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":150},"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[reference]","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[itOfficer]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itUser]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[avatar]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"company","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person[]","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":"address[]","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":"email[]","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":"weblink","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"weblink[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"loyalty","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"loyalty[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"user","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"user[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[company]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[person]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[address]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[email]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[phone]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[weblink]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[loyalty]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[user]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[addresses]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[emails]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[phones]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[weblinks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[wallets]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itOfficer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itUser","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_profileprofiles_post","tags":["Profile"],"responses":{"201":{"description":"Profile resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonapi"}},"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":{}}},"summary":"Creates a Profile resource.","description":"Creates a Profile resource.","parameters":[],"requestBody":{"description":"The new Profile resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/profiles\/{id}":{"get":{"operationId":"api_profileprofiles_id_get","tags":["Profile"],"responses":{"200":{"description":"Profile resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Profile.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 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}]},"patch":{"operationId":"api_profileprofiles_id_patch","tags":["Profile"],"responses":{"200":{"description":"Profile resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonapi"}},"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":{}},"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.ProfileUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.ProfileUpdateDto.jsonapi"}}},"required":true}}},"\/api\/profile\/profiles\/{id}\/upload-avatar":{"post":{"operationId":"api_profileprofiles_idupload-avatar_post","tags":["Profile"],"responses":{"201":{"description":"Profile resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Profile.jsonapi"}},"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":{}}},"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.ProfileUploadAvatarDto.multipart"}}},"required":true}}},"\/api\/metadata\/properties":{"get":{"operationId":"api_metadataproperties_get_collection","tags":["Property"],"responses":{"200":{"description":"Property collection","content":{"application\/vnd.api+json":{"schema":{"description":"Property.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Property"},"relationships":{"type":"object","properties":{"attribute":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Property.multipart"}}}}}},"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":150},"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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_metadataproperties_post","tags":["Property"],"responses":{"201":{"description":"Property resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonapi"}},"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":{}}},"summary":"Creates a Property resource.","description":"Creates a Property resource.","parameters":[],"requestBody":{"description":"The new Property resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyCreateDto.multipart"}}},"required":true}}},"\/api\/metadata\/properties\/{id}":{"get":{"operationId":"api_metadataproperties_id_get","tags":["Property"],"responses":{"200":{"description":"Property resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Property.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 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_metadataproperties_id_patch","tags":["Property"],"responses":{"200":{"description":"Property resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Property.jsonapi"}},"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":{}},"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.PropertyUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Property.PropertyUpdateDto.jsonapi"}}},"required":true}}},"\/api\/location\/quarters":{"get":{"operationId":"api_locationquarters_get_collection","tags":["Quarter"],"responses":{"200":{"description":"Quarter collection","content":{"application\/vnd.api+json":{"schema":{"description":"Quarter.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Quarter"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Quarter.multipart"}}}}}},"summary":"Retrieves the collection of Quarter resources.","description":"Retrieves the collection of Quarter 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":150},"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[fullName]","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[area]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationquarters_post","tags":["Quarter"],"responses":{"201":{"description":"Quarter resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.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":{}}},"summary":"Creates a Quarter resource.","description":"Creates a Quarter resource.","parameters":[],"requestBody":{"description":"The new Quarter resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.multipart"}}},"required":true}}},"\/api\/location\/quarters\/{id}":{"get":{"operationId":"api_locationquarters_id_get","tags":["Quarter"],"responses":{"200":{"description":"Quarter resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.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 Quarter resource.","description":"Retrieves a Quarter resource.","parameters":[{"name":"id","in":"path","description":"Quarter identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationquarters_id_patch","tags":["Quarter"],"responses":{"200":{"description":"Quarter resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Quarter.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 Quarter resource.","description":"Updates the Quarter resource.","parameters":[{"name":"id","in":"path","description":"Quarter identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Quarter resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.QuarterUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Quarter.QuarterUpdateDto.jsonapi"}}},"required":true}}},"\/api\/location\/regions":{"get":{"operationId":"api_locationregions_get_collection","tags":["Region"],"responses":{"200":{"description":"Region collection","content":{"application\/vnd.api+json":{"schema":{"description":"Region.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Region"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"cities":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Region.multipart"}}}}}},"summary":"Retrieves the collection of Region resources.","description":"Retrieves the collection of Region 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":150},"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[fullName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha2]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[alpha3]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[area]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha2","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha2[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"alpha3","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"alpha3[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[cities]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[townships]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[quarters]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationregions_post","tags":["Region"],"responses":{"201":{"description":"Region resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.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":{}}},"summary":"Creates a Region resource.","description":"Creates a Region resource.","parameters":[],"requestBody":{"description":"The new Region resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.multipart"}}},"required":true}}},"\/api\/location\/regions\/{id}":{"get":{"operationId":"api_locationregions_id_get","tags":["Region"],"responses":{"200":{"description":"Region resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.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 Region resource.","description":"Retrieves a Region resource.","parameters":[{"name":"id","in":"path","description":"Region identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationregions_id_patch","tags":["Region"],"responses":{"200":{"description":"Region resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Region.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Region.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 Region resource.","description":"Updates the Region resource.","parameters":[{"name":"id","in":"path","description":"Region identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Region resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Region.RegionUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Region.RegionUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/sales":{"get":{"operationId":"api_surreysales_get_collection","tags":["Sale"],"responses":{"200":{"description":"Sale collection","content":{"application\/vnd.api+json":{"schema":{"description":"Sale.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Sale"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"delivery":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"items":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"payouts":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"surreys":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"valuations":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sale.multipart"}}}}}},"summary":"Retrieves the collection of Sale resources.","description":"Retrieves the collection of Sale 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":150},"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[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payMethod]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payOrder]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wallet]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[surrey]","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[walletAmount]","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[itPaid]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payMethod","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payMethod[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"payOrder","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"payOrder[]","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":"surrey","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"surrey[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"address[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"delivery","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"delivery[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[wallet]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[delivery]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[items]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[payouts]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[surreys]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[valuations]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","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":"number"},"style":"form","explode":false},{"name":"exchange[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"walletAmount","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"walletAmount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"rollback","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"rollback[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"exchange[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exchange[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"walletAmount[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"walletAmount[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"walletAmount[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"walletAmount[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"walletAmount[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":"itPaid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_surreysales_post","tags":["Sale"],"responses":{"201":{"description":"Sale resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sale.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":{}}},"summary":"Creates a Sale resource.","description":"Creates a Sale resource.","parameters":[],"requestBody":{"description":"The new Sale resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/sales\/{id}":{"get":{"operationId":"api_surreysales_id_get","tags":["Sale"],"responses":{"200":{"description":"Sale resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sale.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 Sale resource.","description":"Retrieves a Sale resource.","parameters":[{"name":"id","in":"path","description":"Sale identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreysales_id_patch","tags":["Sale"],"responses":{"200":{"description":"Sale resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Sale.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 Sale resource.","description":"Updates the Sale resource.","parameters":[{"name":"id","in":"path","description":"Sale identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Sale resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.SaleUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Sale.SaleUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/sale_items":{"get":{"operationId":"api_surreysale_items_get_collection","tags":["SaleItem"],"responses":{"200":{"description":"SaleItem collection","content":{"application\/vnd.api+json":{"schema":{"description":"SaleItem.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/SaleItem"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/SaleItem.multipart"}}}}}},"summary":"Retrieves the collection of SaleItem resources.","description":"Retrieves the collection of SaleItem 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":150},"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":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"sale","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sale[]","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":"number"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"quantity[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quantity[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"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}]},"post":{"operationId":"api_surreysale_items_post","tags":["SaleItem"],"responses":{"201":{"description":"SaleItem resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.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":{}}},"summary":"Creates a SaleItem resource.","description":"Creates a SaleItem resource.","parameters":[],"requestBody":{"description":"The new SaleItem resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/sale_items\/{id}":{"get":{"operationId":"api_surreysale_items_id_get","tags":["SaleItem"],"responses":{"200":{"description":"SaleItem resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.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 SaleItem resource.","description":"Retrieves a SaleItem resource.","parameters":[{"name":"id","in":"path","description":"SaleItem identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreysale_items_id_patch","tags":["SaleItem"],"responses":{"200":{"description":"SaleItem resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.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 SaleItem resource.","description":"Updates the SaleItem resource.","parameters":[{"name":"id","in":"path","description":"SaleItem identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated SaleItem resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemUpdateDto.jsonapi"}}},"required":true}}},"\/api\/product\/stocks":{"get":{"operationId":"api_productstocks_get_collection","tags":["Stock"],"responses":{"200":{"description":"Stock collection","content":{"application\/vnd.api+json":{"schema":{"description":"Stock.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Stock"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"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":150},"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[reference]","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[initQuantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[currentQuantity]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[threshold]","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[rollbackEnabled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"variant","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"variant[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"price","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"initQuantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"initQuantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"currentQuantity","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"currentQuantity[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"threshold","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"threshold[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"rollback","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"rollback[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"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":"initQuantity[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"initQuantity[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"initQuantity[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"initQuantity[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"initQuantity[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQuantity[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQuantity[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQuantity[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQuantity[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"currentQuantity[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"threshold[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"threshold[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"threshold[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"threshold[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"threshold[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":"rollbackEnabled","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_productstocks_post","tags":["Stock"],"responses":{"201":{"description":"Stock resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonapi"}},"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":{}}},"summary":"Creates a Stock resource.","description":"Creates a Stock resource.","parameters":[],"requestBody":{"description":"The new Stock resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.StockCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Stock.StockCreateDto.multipart"}}},"required":true}}},"\/api\/product\/stocks\/{id}":{"get":{"operationId":"api_productstocks_id_get","tags":["Stock"],"responses":{"200":{"description":"Stock resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonapi"}},"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\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.jsonapi"}},"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":{}},"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.StockUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Stock.StockUpdateDto.jsonapi"}}},"required":true}}},"\/api\/location\/streets":{"get":{"operationId":"api_locationstreets_get_collection","tags":["Street"],"responses":{"200":{"description":"Street collection","content":{"application\/vnd.api+json":{"schema":{"description":"Street.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Street"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Street.multipart"}}}}}},"summary":"Retrieves the collection of Street resources.","description":"Retrieves the collection of Street 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":150},"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[fullName]","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[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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_locationstreets_post","tags":["Street"],"responses":{"201":{"description":"Street resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.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":{}}},"summary":"Creates a Street resource.","description":"Creates a Street resource.","parameters":[],"requestBody":{"description":"The new Street resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Street.StreetCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.StreetCreateDto.multipart"}}},"required":true}}},"\/api\/location\/streets\/{id}":{"get":{"operationId":"api_locationstreets_id_get","tags":["Street"],"responses":{"200":{"description":"Street resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.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 Street resource.","description":"Retrieves a Street resource.","parameters":[{"name":"id","in":"path","description":"Street identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationstreets_id_patch","tags":["Street"],"responses":{"200":{"description":"Street resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Street.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Street.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 Street resource.","description":"Updates the Street resource.","parameters":[{"name":"id","in":"path","description":"Street identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Street resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Street.StreetUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Street.StreetUpdateDto.jsonapi"}}},"required":true}}},"\/api\/surrey\/surreys":{"get":{"operationId":"api_surreysurreys_get_collection","tags":["Surrey"],"responses":{"200":{"description":"Surrey collection","content":{"application\/vnd.api+json":{"schema":{"description":"Surrey.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Surrey"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Surrey.multipart"}}}}}},"summary":"Retrieves the collection of Surrey resources.","description":"Retrieves the collection of Surrey 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":150},"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[statusToApply]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"statusToApply","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"statusToApply[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"sale","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sale[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","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":"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_surreysurreys_post","tags":["Surrey"],"responses":{"201":{"description":"Surrey resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Surrey.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":{}}},"summary":"Creates a Surrey resource.","description":"Creates a Surrey resource.","parameters":[],"requestBody":{"description":"The new Surrey resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.SurreyCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Surrey.SurreyCreateDto.multipart"}}},"required":true}}},"\/api\/surrey\/surreys\/{id}":{"get":{"operationId":"api_surreysurreys_id_get","tags":["Surrey"],"responses":{"200":{"description":"Surrey resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Surrey.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 Surrey resource.","description":"Retrieves a Surrey resource.","parameters":[{"name":"id","in":"path","description":"Surrey identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_surreysurreys_id_patch","tags":["Surrey"],"responses":{"200":{"description":"Surrey resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Surrey.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 Surrey resource.","description":"Updates the Surrey resource.","parameters":[{"name":"id","in":"path","description":"Surrey identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Surrey resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.SurreyUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Surrey.SurreyUpdateDto.jsonapi"}}},"required":true}}},"\/api\/location\/townships":{"get":{"operationId":"api_locationtownships_get_collection","tags":["Township"],"responses":{"200":{"description":"Township collection","content":{"application\/vnd.api+json":{"schema":{"description":"Township.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Township"},"relationships":{"type":"object","properties":{"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"streets":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Township.multipart"}}}}}},"summary":"Retrieves the collection of Township resources.","description":"Retrieves the collection of Township 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":150},"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[fullName]","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[area]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"fullName","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fullName[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[area]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[quarters]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[streets]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"area","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"area[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"area[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locationtownships_post","tags":["Township"],"responses":{"201":{"description":"Township resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.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":{}}},"summary":"Creates a Township resource.","description":"Creates a Township resource.","parameters":[],"requestBody":{"description":"The new Township resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.multipart"}}},"required":true}}},"\/api\/location\/townships\/{id}":{"get":{"operationId":"api_locationtownships_id_get","tags":["Township"],"responses":{"200":{"description":"Township resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.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 Township resource.","description":"Retrieves a Township resource.","parameters":[{"name":"id","in":"path","description":"Township identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locationtownships_id_patch","tags":["Township"],"responses":{"200":{"description":"Township resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Township.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Township.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 Township resource.","description":"Updates the Township resource.","parameters":[{"name":"id","in":"path","description":"Township identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Township resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Township.TownshipUpdateDto.jsonapi"}}},"required":true}}},"\/api\/delivery\/valuations":{"get":{"operationId":"api_deliveryvaluations_get_collection","tags":["Valuation"],"responses":{"200":{"description":"Valuation collection","content":{"application\/vnd.api+json":{"schema":{"description":"Valuation.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Valuation"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Valuation.multipart"}}}}}},"summary":"Retrieves the collection of Valuation resources.","description":"Retrieves the collection of Valuation 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":150},"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[valuation]","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":"sale","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sale[]","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":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"valuation","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"valuation[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"valuation[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"valuation[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"valuation[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"valuation[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"valuation[lte]","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}]},"post":{"operationId":"api_deliveryvaluations_post","tags":["Valuation"],"responses":{"201":{"description":"Valuation resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Valuation.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Valuation.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":{}}},"summary":"Creates a Valuation resource.","description":"Creates a Valuation resource.","parameters":[],"requestBody":{"description":"The new Valuation resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Valuation.ValuationCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Valuation.ValuationCreateDto.multipart"}}},"required":true}}},"\/api\/product\/variants":{"get":{"operationId":"api_productvariants_get_collection","tags":["Variant"],"responses":{"200":{"description":"Variant collection","content":{"application\/vnd.api+json":{"schema":{"description":"Variant.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Variant"},"relationships":{"type":"object","properties":{"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"stock":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"metadata":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"galleries":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Variant.multipart"}}}}}},"summary":"Retrieves the collection of Variant resources.","description":"Retrieves the collection of Variant 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":150},"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[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"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[counter]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itMarketable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[stockTrackable]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"reference","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":"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":"headLine[]","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":"string"},"style":"form","explode":false},{"name":"status[]","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":"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":"nature","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"nature[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[stock]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[metadata]","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":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itMarketable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"stockTrackable","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","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":"number"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"counter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"counter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"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":"counter[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"counter[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_productvariants_post","tags":["Variant"],"responses":{"201":{"description":"Variant resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Variant.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":{}}},"summary":"Creates a Variant resource.","description":"Creates a Variant resource.","parameters":[],"requestBody":{"description":"The new Variant resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.multipart"}}},"required":true}}},"\/api\/product\/variants\/{id}":{"get":{"operationId":"api_productvariants_id_get","tags":["Variant"],"responses":{"200":{"description":"Variant resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Variant.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 Variant resource.","description":"Retrieves a Variant resource.","parameters":[{"name":"id","in":"path","description":"Variant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_productvariants_id_patch","tags":["Variant"],"responses":{"200":{"description":"Variant resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Variant.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 Variant resource.","description":"Updates the Variant resource.","parameters":[{"name":"id","in":"path","description":"Variant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Variant resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.VariantUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Variant.VariantUpdateDto.jsonapi"}}},"required":true}}},"\/api\/customer\/wallets":{"get":{"operationId":"api_customerwallets_get_collection","tags":["Wallet"],"responses":{"200":{"description":"Wallet collection","content":{"application\/vnd.api+json":{"schema":{"description":"Wallet.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Wallet"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Wallet.multipart"}}}}}},"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":150},"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[amount]","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":"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":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"number"},"style":"form","explode":false},{"name":"amount[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"amount[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"amount[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/api\/customer\/wallets\/{id}":{"get":{"operationId":"api_customerwallets_id_get","tags":["Wallet"],"responses":{"200":{"description":"Wallet resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Wallet.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Wallet.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 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}]}},"\/api\/profile\/weblinks":{"get":{"operationId":"api_profileweblinks_get_collection","tags":["Weblink"],"responses":{"200":{"description":"Weblink collection","content":{"application\/vnd.api+json":{"schema":{"description":"Weblink.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Weblink"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Weblink.multipart"}}}}}},"summary":"Retrieves the collection of Weblink resources.","description":"Retrieves the collection of Weblink 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":150},"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[weblink]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","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":"weblink","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"weblink[]","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":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profile[]","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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_profileweblinks_post","tags":["Weblink"],"responses":{"201":{"description":"Weblink resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Weblink.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":{}}},"summary":"Creates a Weblink resource.","description":"Creates a Weblink resource.","parameters":[],"requestBody":{"description":"The new Weblink resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.WeblinkCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Weblink.WeblinkCreateDto.multipart"}}},"required":true}}},"\/api\/profile\/weblinks\/{id}":{"get":{"operationId":"api_profileweblinks_id_get","tags":["Weblink"],"responses":{"200":{"description":"Weblink resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Weblink.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 Weblink resource.","description":"Retrieves a Weblink resource.","parameters":[{"name":"id","in":"path","description":"Weblink identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_profileweblinks_id_patch","tags":["Weblink"],"responses":{"200":{"description":"Weblink resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Weblink.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 Weblink resource.","description":"Updates the Weblink resource.","parameters":[{"name":"id","in":"path","description":"Weblink identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Weblink resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.WeblinkUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Weblink.WeblinkUpdateDto.jsonapi"}}},"required":true}}},"\/api\/zoning\/zones":{"get":{"operationId":"api_zoningzones_get_collection","tags":["Zone"],"responses":{"200":{"description":"Zone collection","content":{"application\/vnd.api+json":{"schema":{"description":"Zone.jsonapi collection.","allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchema"},{"type":"object","properties":{"data":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Zone"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"geodatas":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]}}}}]}},"multipart\/form-data":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Zone.multipart"}}}}}},"summary":"Retrieves the collection of Zone resources.","description":"Retrieves the collection of Zone 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":150},"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[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimum]","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[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itDeleted]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[itErased]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"status","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"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":"quarter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"quarter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"township","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"township[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"city","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":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"region","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"region[]","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":"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":"updatedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"deletedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"erasedBy","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedBy[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[geodatas]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[updatedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[deletedBy]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[erasedBy]","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":"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":"deletedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"deletedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"erasedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"itDeleted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"itErased","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":"number"},"style":"form","explode":false},{"name":"price[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"style":"form","explode":true},{"name":"minimum","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"number"},"style":"form","explode":false},{"name":"minimum[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"number"}},"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":"minimum[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minimum[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minimum[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minimum[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minimum[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_zoningzones_post","tags":["Zone"],"responses":{"201":{"description":"Zone resource created","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Zone.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":{}}},"summary":"Creates a Zone resource.","description":"Creates a Zone resource.","parameters":[],"requestBody":{"description":"The new Zone resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.ZoneCreateDto.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Zone.ZoneCreateDto.multipart"}}},"required":true}}},"\/api\/zoning\/zones\/{id}":{"get":{"operationId":"api_zoningzones_id_get","tags":["Zone"],"responses":{"200":{"description":"Zone resource","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Zone.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 Zone resource.","description":"Retrieves a Zone resource.","parameters":[{"name":"id","in":"path","description":"Zone identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_zoningzones_id_patch","tags":["Zone"],"responses":{"200":{"description":"Zone resource updated","content":{"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.jsonapi"}},"multipart\/form-data":{"schema":{"$ref":"#\/components\/schemas\/Zone.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 Zone resource.","description":"Updates the Zone resource.","parameters":[{"name":"id","in":"path","description":"Zone identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Zone resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.ZoneUpdateDto.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Zone.ZoneUpdateDto.jsonapi"}}},"required":true}}}},"components":{"schemas":{"Address":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["ADDRESS_HOME","ADDRESS_OTHER","ADDRESS_OFFICE","ADDRESS_PRIVATE","ADDRESS_BUSINESS"],"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","country","region","city","township","quarter","street","profile"]},"Address.AddressCreateDto":{"type":"object","required":["category","country","region","city","township","quarter","street","profile"],"properties":{"category":{"enum":["ADDRESS_HOME","ADDRESS_OTHER","ADDRESS_OFFICE","ADDRESS_PRIVATE","ADDRESS_BUSINESS"],"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Address.AddressCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Address.AddressCreateDto"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"street":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Street.StreetCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Address.AddressCreateDto.multipart":{"type":"object","required":["category","country","region","city","township","quarter","street","profile"],"properties":{"category":{"enum":["ADDRESS_HOME","ADDRESS_OTHER","ADDRESS_OFFICE","ADDRESS_PRIVATE","ADDRESS_BUSINESS"],"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Address.AddressUpdateDto.jsonMergePatch":{"type":"object","properties":{"category":{"type":["string","null"]},"buildingNumber":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Address.AddressUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Address.AddressUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"street":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Street.StreetCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Address.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Address"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"street":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/Street.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Address.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["ADDRESS_HOME","ADDRESS_OTHER","ADDRESS_OFFICE","ADDRESS_PRIVATE","ADDRESS_BUSINESS"],"type":"string"},"buildingNumber":{"maxLength":10,"type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"street":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","country","region","city","township","quarter","street","profile"]},"Attribute":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Attribute.AttributeCreateDto":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Attribute.AttributeCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Attribute.AttributeCreateDto"}},"required":["type","id"]}}},"Attribute.AttributeCreateDto.multipart":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Attribute.AttributeUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Attribute.AttributeUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Attribute.AttributeUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Attribute.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Attribute"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Attribute.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Casing":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"amount":{"type":"number"},"minAllowed":{"type":"number"},"maxAllowed":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["amount","minAllowed","maxAllowed","currency","chest"]},"Casing.CasingCreateDto":{"type":"object","required":["amount","minAllowed","maxAllowed","currency","chest"],"properties":{"amount":{"type":"number"},"minAllowed":{"type":"number"},"maxAllowed":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Casing.CasingCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Casing.CasingCreateDto"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"chest":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Chest.ChestCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Casing.CasingCreateDto.multipart":{"type":"object","required":["amount","minAllowed","maxAllowed","currency","chest"],"properties":{"amount":{"type":"number"},"minAllowed":{"type":"number"},"maxAllowed":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Casing.CasingUpdateDto.jsonMergePatch":{"type":"object","properties":{"amount":{"type":["number","null"]},"minAllowed":{"type":["number","null"]},"maxAllowed":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"chest":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Casing.CasingUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Casing.CasingUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"chest":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Chest.ChestCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Casing.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Casing"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"chest":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Chest.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Casing.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"amount":{"type":"number"},"minAllowed":{"type":"number"},"maxAllowed":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"chest":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["amount","minAllowed","maxAllowed","currency","chest"]},"Category":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","nature"]},"Category.CategoryCreateDto":{"type":"object","required":["headLine","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"description":{"type":["string","null"]},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Category.CategoryCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Category.CategoryCreateDto.multipart":{"type":"object","required":["headLine","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"description":{"type":["string","null"]},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Category.CategoryUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"counter":{"type":["integer","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Category.CategoryUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Category.CategoryUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Category.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Category"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Category.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","nature"]},"Chest":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_MOBILE","CATEGORY_CARD"],"type":"string"},"itMaster":{"type":"boolean"},"casings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","category"]},"Chest.ChestCreateDto":{"type":"object","required":["headLine","category"],"properties":{"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_MOBILE","CATEGORY_CARD"],"type":"string"},"itMaster":{"type":"boolean"},"description":{"type":["string","null"]}}},"Chest.ChestCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Chest.ChestCreateDto"}},"required":["type","id"]}}},"Chest.ChestCreateDto.multipart":{"type":"object","required":["headLine","category"],"properties":{"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_MOBILE","CATEGORY_CARD"],"type":"string"},"itMaster":{"type":"boolean"},"description":{"type":["string","null"]}}},"Chest.ChestUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"category":{"type":["string","null"]},"itMaster":{"type":["boolean","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Chest.ChestUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Chest.ChestUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Chest.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Chest"},"relationships":{"type":"object","properties":{"casings":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Casing.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Chest.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"category":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_MOBILE","CATEGORY_CARD"],"type":"string"},"itMaster":{"type":"boolean"},"casings":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","category"]},"City":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","alpha3","category","region","country"]},"City.CityCreateDto":{"type":"object","required":["code","fullName","alpha3","category","region","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"City.CityCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/City.CityCreateDto"},"relationships":{"type":"object","properties":{"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"City.CityCreateDto.multipart":{"type":"object","required":["code","fullName","alpha3","category","region","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"City.CityUpdateDto.jsonMergePatch":{"type":"object","properties":{"code":{"type":["string","null"]},"fullName":{"type":["string","null"]},"alpha3":{"type":["string","null"]},"category":{"type":["string","null"]},"area":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"City.CityUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/City.CityUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"City.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/City"},"relationships":{"type":"object","properties":{"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"City.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","alpha3","category","region","country"]},"Civilstate":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Civilstate.CivilstateCreateDto":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Civilstate.CivilstateCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateCreateDto"}},"required":["type","id"]}}},"Civilstate.CivilstateCreateDto.multipart":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Civilstate.CivilstateUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Civilstate.CivilstateUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Civilstate.CivilstateUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Civilstate.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Civilstate"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Civilstate.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Company":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"rccmNumber":{"maxLength":50,"type":["string","null"]},"idnatNumber":{"maxLength":50,"type":["string","null"]},"nifNumber":{"maxLength":50,"type":["string","null"]},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"companyData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["reference","headLine","shortHead","profile"]},"Company.CompanyCreateDto":{"type":"object","required":["reference","headLine","shortHead","profile"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"rccmNumber":{"maxLength":50,"type":["string","null"]},"idnatNumber":{"maxLength":50,"type":["string","null"]},"nifNumber":{"maxLength":50,"type":["string","null"]},"description":{"type":["string","null"]},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Company.CompanyCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Company.CompanyCreateDto"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Company.CompanyCreateDto.multipart":{"type":"object","required":["reference","headLine","shortHead","profile"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"rccmNumber":{"maxLength":50,"type":["string","null"]},"idnatNumber":{"maxLength":50,"type":["string","null"]},"nifNumber":{"maxLength":50,"type":["string","null"]},"description":{"type":["string","null"]},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Company.CompanyUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"headLine":{"type":["string","null"]},"shortHead":{"type":["string","null"]},"rccmNumber":{"type":["string","null"]},"idnatNumber":{"type":["string","null"]},"nifNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Company.CompanyUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Company.CompanyUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Company.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Company"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Company.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"shortHead":{"maxLength":50,"type":"string"},"rccmNumber":{"maxLength":50,"type":["string","null"]},"idnatNumber":{"maxLength":50,"type":["string","null"]},"nifNumber":{"maxLength":50,"type":["string","null"]},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"companyData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["reference","headLine","shortHead","profile"]},"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"]}}},"Counter":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"counter":{"type":"integer"},"amount":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature","profile"]},"Counter.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"counter":{"type":"integer"},"amount":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature","profile"]},"Country":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","shortName","alpha2","alpha3"]},"Country.CountryCreateDto":{"type":"object","required":["code","fullName","shortName","alpha2","alpha3"],"properties":{"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"itCurrent":{"type":"boolean"}}},"Country.CountryCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Country.CountryCreateDto"}},"required":["type","id"]}}},"Country.CountryCreateDto.multipart":{"type":"object","required":["code","fullName","shortName","alpha2","alpha3"],"properties":{"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"itCurrent":{"type":"boolean"}}},"Country.CountryUpdateDto.jsonMergePatch":{"type":"object","properties":{"code":{"type":["string","null"]},"fullName":{"type":["string","null"]},"shortName":{"type":["string","null"]},"alpha2":{"type":["string","null"]},"alpha3":{"type":["string","null"]},"area":{"type":["number","null"]},"itCurrent":{"type":["boolean","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Country.CountryUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Country.CountryUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Country.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Country"},"relationships":{"type":"object","properties":{"regions":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"cities":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Country.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":3,"maxLength":3,"type":"string"},"fullName":{"maxLength":65,"type":"string"},"shortName":{"maxLength":25,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"itCurrent":{"default":false,"type":"boolean"},"regions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","shortName","alpha2","alpha3"]},"Currency":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":65,"type":"string"},"shortHead":{"maxLength":3,"type":"string"},"symbol":{"maxLength":10,"type":"string"},"itDefault":{"default":false,"type":"boolean"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","shortHead","symbol"]},"Currency.CurrencyCreateDto":{"type":"object","required":["headLine","shortHead","symbol"],"properties":{"headLine":{"maxLength":65,"type":"string"},"shortHead":{"maxLength":3,"type":"string"},"symbol":{"maxLength":10,"type":"string"},"itDefault":{"type":"boolean"}}},"Currency.CurrencyCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto"}},"required":["type","id"]}}},"Currency.CurrencyCreateDto.multipart":{"type":"object","required":["headLine","shortHead","symbol"],"properties":{"headLine":{"maxLength":65,"type":"string"},"shortHead":{"maxLength":3,"type":"string"},"symbol":{"maxLength":10,"type":"string"},"itDefault":{"type":"boolean"}}},"Currency.CurrencyUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"shortHead":{"type":["string","null"]},"symbol":{"type":["string","null"]},"itDefault":{"type":["boolean","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Currency.CurrencyUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Currency.CurrencyUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Currency.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Currency"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Currency.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":65,"type":"string"},"shortHead":{"maxLength":3,"type":"string"},"symbol":{"maxLength":10,"type":"string"},"itDefault":{"default":false,"type":"boolean"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","shortHead","symbol"]},"Delivery":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"startAt":{"type":["string","null"],"format":"date-time"},"endAt":{"type":["string","null"],"format":"date-time"},"itStart":{"type":"boolean"},"itEnd":{"type":"boolean"},"signature":{"type":["string","null"]},"description":{"type":["string","null"]},"deliverer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["deliverer","sale"]},"Delivery.DeliveryCreateDto":{"type":"object","properties":{"startAt":{"type":["string","null"],"format":"date-time"},"endAt":{"type":["string","null"],"format":"date-time"},"itStart":{"type":"boolean"},"itEnd":{"type":"boolean"},"signature":{"type":["string","null"]},"description":{"type":["string","null"]},"deliverer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["deliverer","sale"]},"Delivery.DeliveryCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Delivery.DeliveryCreateDto"},"relationships":{"type":"object","properties":{"deliverer":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.UserCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Delivery.DeliveryCreateDto.multipart":{"type":"object","properties":{"startAt":{"type":["string","null"],"format":"date-time"},"endAt":{"type":["string","null"],"format":"date-time"},"itStart":{"type":"boolean"},"itEnd":{"type":"boolean"},"signature":{"type":["string","null"]},"description":{"type":["string","null"]},"deliverer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["deliverer","sale"]},"Delivery.DeliveryUpdateDto.jsonMergePatch":{"type":"object","properties":{"startAt":{"type":["string","null"],"format":"date-time"},"endAt":{"type":["string","null"],"format":"date-time"},"itStart":{"type":["boolean","null"]},"itEnd":{"type":["boolean","null"]},"signature":{"type":["string","null"]},"description":{"type":["string","null"]},"deliverer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Delivery.DeliveryUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Delivery.DeliveryUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"deliverer":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.UserCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Delivery.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Delivery"},"relationships":{"type":"object","properties":{"deliverer":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Delivery.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"startAt":{"type":["string","null"],"format":"date-time"},"endAt":{"type":["string","null"],"format":"date-time"},"itStart":{"type":"boolean"},"itEnd":{"type":"boolean"},"signature":{"type":["string","null"]},"description":{"type":["string","null"]},"deliverer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["deliverer","sale"]},"Email":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"email":{"format":"email","maxLength":50,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","email","profile"]},"Email.EmailCreateDto":{"type":"object","required":["category","email","profile"],"properties":{"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"email":{"format":"email","maxLength":50,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Email.EmailCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Email.EmailCreateDto"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Email.EmailCreateDto.multipart":{"type":"object","required":["category","email","profile"],"properties":{"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"email":{"format":"email","maxLength":50,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Email.EmailUpdateDto.jsonMergePatch":{"type":"object","properties":{"category":{"type":["string","null"]},"email":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Email.EmailUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Email.EmailUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Email.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Email"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Email.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"email":{"format":"email","maxLength":50,"externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","email","profile"]},"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":["number","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"},"exchange":{"type":"number"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["exchange","source","target"]},"Exchange.ExchangeCreateDto":{"type":"object","required":["exchange","source","target"],"properties":{"exchange":{"type":"number"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Exchange.ExchangeCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Exchange.ExchangeCreateDto"},"relationships":{"type":"object","properties":{"source":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"target":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Exchange.ExchangeCreateDto.multipart":{"type":"object","required":["exchange","source","target"],"properties":{"exchange":{"type":"number"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Exchange.ExchangeUpdateDto.jsonMergePatch":{"type":"object","properties":{"exchange":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"source":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Exchange.ExchangeUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Exchange.ExchangeUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"source":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"target":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Exchange.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Exchange"},"relationships":{"type":"object","properties":{"source":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"target":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Exchange.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"exchange":{"type":"number"},"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["exchange","source","target"]},"Favorite":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature","profile"]},"Favorite.FavoriteCreateDto":{"type":"object","required":["variant","product","folder","category","nature","profile"],"properties":{"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Favorite.FavoriteCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Favorite.FavoriteCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Favorite.FavoriteCreateDto.multipart":{"type":"object","required":["variant","product","folder","category","nature","profile"],"properties":{"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Favorite.FavoriteUpdateDto.jsonMergePatch":{"type":"object","properties":{"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Favorite.FavoriteUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Favorite.FavoriteUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Favorite.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Favorite"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Favorite.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature","profile"]},"Feedback":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"feedback":{"enum":["FEED_LIKE","FEED_DONT_LIKE","FEED_ADORE","FEED_BEAUTIFUL","FEED_IMPRESSIVE","FEED_DISAPPOINTED"],"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["feedback","variant","product","folder","category","nature","profile"]},"Feedback.FeedbackCreateDto":{"type":"object","required":["feedback","variant","product","folder","category","nature","profile"],"properties":{"feedback":{"enum":["FEED_LIKE","FEED_DONT_LIKE","FEED_ADORE","FEED_BEAUTIFUL","FEED_IMPRESSIVE","FEED_DISAPPOINTED"],"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Feedback.FeedbackCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Feedback.FeedbackCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Feedback.FeedbackCreateDto.multipart":{"type":"object","required":["feedback","variant","product","folder","category","nature","profile"],"properties":{"feedback":{"enum":["FEED_LIKE","FEED_DONT_LIKE","FEED_ADORE","FEED_BEAUTIFUL","FEED_IMPRESSIVE","FEED_DISAPPOINTED"],"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Feedback.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Feedback"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Feedback.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"feedback":{"enum":["FEED_LIKE","FEED_DONT_LIKE","FEED_ADORE","FEED_BEAUTIFUL","FEED_IMPRESSIVE","FEED_DISAPPOINTED"],"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["feedback","variant","product","folder","category","nature","profile"]},"Folder":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","category","nature"]},"Folder.FolderCreateDto":{"type":"object","required":["headLine","category","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"description":{"type":["string","null"]},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Folder.FolderCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto"},"relationships":{"type":"object","properties":{"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Folder.FolderCreateDto.multipart":{"type":"object","required":["headLine","category","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"description":{"type":["string","null"]},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Folder.FolderUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"counter":{"type":["integer","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Folder.FolderUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Folder.FolderUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Folder.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Folder"},"relationships":{"type":"object","properties":{"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Folder.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","category","nature"]},"Gallery":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCover":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"imagePath":{"readOnly":true,"type":"string"}},"required":["variant"]},"Gallery.GalleryCreateDto":{"type":"object","properties":{"itCover":{"type":"boolean"},"image":{"type":["string","null"]},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant"]},"Gallery.GalleryCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gallery.GalleryCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Gallery.GalleryCreateDto.multipart":{"type":"object","properties":{"itCover":{"type":"boolean"},"image":{"type":["string","null"]},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant"]},"Gallery.GalleryUpdateDto.jsonMergePatch":{"type":"object","properties":{"itCover":{"type":["boolean","null"]},"image":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Gallery.GalleryUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gallery.GalleryUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Gallery.GalleryUploadImageDto.multipart":{"type":"object","required":["imageFile"],"properties":{"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"}}},"Gallery.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gallery"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Gallery.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"itCover":{"type":"boolean"},"image":{"type":["string","null"]},"imageUri":{"type":["string","null"]},"imageFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"imagePath":{"readOnly":true,"type":"string"}},"required":["variant"]},"Gender":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Gender.GenderCreateDto":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Gender.GenderCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gender.GenderCreateDto"}},"required":["type","id"]}}},"Gender.GenderCreateDto.multipart":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]}}},"Gender.GenderUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Gender.GenderUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gender.GenderUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Gender.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Gender"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Gender.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Geodata":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":"string"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":"string"},"zone":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["latitude","longitude","zone"]},"Geodata.GeodataCreateDto":{"type":"object","required":["latitude","longitude","zone"],"properties":{"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":"string"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":"string"},"zone":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Geodata.GeodataCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Geodata.GeodataCreateDto"},"relationships":{"type":"object","properties":{"zone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Zone.ZoneCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Geodata.GeodataCreateDto.multipart":{"type":"object","required":["latitude","longitude","zone"],"properties":{"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":"string"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":"string"},"zone":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Geodata.GeodataUpdateDto.jsonMergePatch":{"type":"object","properties":{"latitude":{"type":["string","null"]},"longitude":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"zone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Geodata.GeodataUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Geodata.GeodataUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"zone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Zone.ZoneCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Geodata.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Geodata"},"relationships":{"type":"object","properties":{"zone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Zone.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Geodata.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"latitude":{"pattern":"^(.*(^[-+]?([1-8]?\\d(\\.\\d{1,6})?|90(\\.0{1,6})?)$).*)$","maxLength":64,"type":"string"},"longitude":{"pattern":"^(.*(^[-+]?(180(\\.0{1,6})?|((1[0-7]\\d|0?\\d{1,2})(\\.\\d{1,6})?))$).*)$","maxLength":64,"type":"string"},"zone":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["latitude","longitude","zone"]},"Highlight":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"description":{"type":["string","null"]},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"headLine":{"type":"string"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature"]},"Highlight.HighlightCreateDto":{"type":"object","properties":{"description":{"type":["string","null"]},"headLine":{"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature"]},"Highlight.HighlightCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Highlight.HighlightCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Highlight.HighlightCreateDto.multipart":{"type":"object","properties":{"description":{"type":["string","null"]},"headLine":{"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature"]},"Highlight.HighlightUpdateDto.jsonMergePatch":{"type":"object","properties":{"description":{"type":["string","null"]},"headLine":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Highlight.HighlightUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Highlight.HighlightUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Highlight.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Highlight"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Highlight.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"description":{"type":["string","null"]},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"headLine":{"type":"string"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["variant","product","folder","category","nature"]},"JsonApiCollectionBaseSchema":{"allOf":[{"$ref":"#\/components\/schemas\/JsonApiCollectionBaseSchemaNoPagination"},{"type":"object","properties":{"links":{"type":"object","properties":{"first":{"type":"string","format":"iri-reference"},"prev":{"type":"string","format":"iri-reference"},"next":{"type":"string","format":"iri-reference"},"last":{"type":"string","format":"iri-reference"}},"example":{"first":"string","prev":"string","next":"string","last":"string"}},"meta":{"type":"object","properties":{"itemsPerPage":{"type":"integer","minimum":0},"currentPage":{"type":"integer","minimum":0}}}}}]},"JsonApiCollectionBaseSchemaNoPagination":{"type":"object","properties":{"links":{"type":"object","properties":{"self":{"type":"string","format":"iri-reference"}},"example":{"self":"string"}},"meta":{"type":"object","properties":{"totalItems":{"type":"integer","minimum":0}}},"data":{"type":"array"}},"required":["data"]},"Loyalty":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"quantity":{"type":"integer"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","quantity","profile"]},"Loyalty.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Loyalty"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Loyalty.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"quantity":{"type":"integer"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","quantity","profile"]},"Metadata":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"maxLength":50,"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["metadata","variant","product","property"]},"Metadata.MetadataCreateDto":{"type":"object","required":["metadata","variant","product","property"],"properties":{"metadata":{"maxLength":50,"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Metadata.MetadataCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Metadata.MetadataCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"property":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Property.PropertyCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Metadata.MetadataCreateDto.multipart":{"type":"object","required":["metadata","variant","product","property"],"properties":{"metadata":{"maxLength":50,"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Metadata.MetadataUpdateDto.jsonMergePatch":{"type":"object","properties":{"metadata":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"property":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Metadata.MetadataUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Metadata.MetadataUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"property":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Property.PropertyCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Metadata.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Metadata"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"property":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Property.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Metadata.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"metadata":{"maxLength":50,"type":"string"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"property":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["metadata","variant","product","property"]},"Nature":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Nature.NatureCreateDto":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":100,"type":"string"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]}}},"Nature.NatureCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto"}},"required":["type","id"]}}},"Nature.NatureCreateDto.multipart":{"type":"object","required":["headLine"],"properties":{"headLine":{"maxLength":100,"type":"string"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]}}},"Nature.NatureUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"itMarketable":{"type":["boolean","null"]},"stockTrackable":{"type":["boolean","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"status":{"type":["string","null"]}}},"Nature.NatureUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Nature.NatureUpdateDto.jsonMergePatch"}},"required":["type","id"]}}},"Nature.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Nature"},"relationships":{"type":"object","properties":{"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Nature.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine"]},"Payout":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bill":{"type":"integer"},"quantity":{"type":"integer"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["bill","quantity","currency","sale"]},"Payout.PayoutCreateDto":{"type":"object","required":["bill","quantity","currency","sale"],"properties":{"bill":{"type":"integer"},"quantity":{"type":"integer"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Payout.PayoutCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Payout.PayoutCreateDto"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Payout.PayoutCreateDto.multipart":{"type":"object","required":["bill","quantity","currency","sale"],"properties":{"bill":{"type":"integer"},"quantity":{"type":"integer"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Payout.PayoutUpdateDto.jsonMergePatch":{"type":"object","properties":{"bill":{"type":["integer","null"]},"quantity":{"type":["integer","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Payout.PayoutUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Payout.PayoutUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Payout.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Payout"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Payout.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"bill":{"type":"integer"},"quantity":{"type":"integer"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["bill","quantity","currency","sale"]},"Person":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"birthCountry":{"maxLength":50,"type":["string","null"]},"birthCity":{"maxLength":50,"type":["string","null"]},"biography":{"type":["string","null"]},"nationality":{"maxLength":50,"type":"string"},"itExpatriate":{"type":"boolean"},"civilState":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["reference","givenName","familyName","nationality","gender","profile"]},"Person.PersonCreateDto":{"type":"object","required":["reference","givenName","familyName","nationality","gender","profile"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"birthCountry":{"maxLength":50,"type":["string","null"]},"birthCity":{"maxLength":50,"type":["string","null"]},"biography":{"type":["string","null"]},"nationality":{"maxLength":50,"type":"string"},"itExpatriate":{"type":"boolean"},"civilState":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Person.PersonCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Person.PersonCreateDto"},"relationships":{"type":"object","properties":{"civilState":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"gender":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Civilstate.CivilstateCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Gender.GenderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Person.PersonCreateDto.multipart":{"type":"object","required":["reference","givenName","familyName","nationality","gender","profile"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"birthCountry":{"maxLength":50,"type":["string","null"]},"birthCity":{"maxLength":50,"type":["string","null"]},"biography":{"type":["string","null"]},"nationality":{"maxLength":50,"type":"string"},"itExpatriate":{"type":"boolean"},"civilState":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Person.PersonUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"givenName":{"type":["string","null"]},"familyName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"birthCountry":{"type":["string","null"]},"birthCity":{"type":["string","null"]},"biography":{"type":["string","null"]},"nationality":{"type":["string","null"]},"itExpatriate":{"type":["boolean","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"civilState":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Person.PersonUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Person.PersonUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"civilState":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"gender":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Civilstate.CivilstateCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Gender.GenderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Person.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Person"},"relationships":{"type":"object","properties":{"civilState":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"gender":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Civilstate.jsonapi"},{"$ref":"#\/components\/schemas\/Gender.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Person.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"givenName":{"maxLength":30,"type":"string"},"familyName":{"maxLength":30,"type":"string"},"lastName":{"maxLength":30,"type":["string","null"]},"birthDate":{"type":["string","null"],"format":"date-time"},"birthCountry":{"maxLength":50,"type":["string","null"]},"birthCity":{"maxLength":50,"type":["string","null"]},"biography":{"type":["string","null"]},"nationality":{"maxLength":50,"type":"string"},"itExpatriate":{"type":"boolean"},"civilState":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"personData":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["reference","givenName","familyName","nationality","gender","profile"]},"Phone":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber"},"itWhatsapp":{"type":"boolean"},"itTelegram":{"type":"boolean"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","phone","profile"]},"Phone.PhoneCreateDto":{"type":"object","required":["category","phone","profile"],"properties":{"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"phone":{"type":"string"},"itWhatsapp":{"type":"boolean"},"itTelegram":{"type":"boolean"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Phone.PhoneCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Phone.PhoneCreateDto"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Phone.PhoneCreateDto.multipart":{"type":"object","required":["category","phone","profile"],"properties":{"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"phone":{"type":"string"},"itWhatsapp":{"type":"boolean"},"itTelegram":{"type":"boolean"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Phone.PhoneUpdateDto.jsonMergePatch":{"type":"object","properties":{"category":{"type":["string","null"]},"phone":{"type":["string","null"]},"itWhatsapp":{"type":["boolean","null"]},"itTelegram":{"type":["boolean","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Phone.PhoneUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Phone.PhoneUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Phone.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Phone"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Phone.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["CONTACT_OTHER","CONTACT_HOME","CONTACT_MOBILE","CONTACT_OFFICE","CONTACT_PRIVATE","CONTACT_PERSONAL","CONTACT_PRINCIPAL","CONTACT_PROFESSIONAL"],"type":"string"},"phone":{"$ref":"#\/components\/schemas\/PhoneNumber.multipart"},"itWhatsapp":{"type":"boolean"},"itTelegram":{"type":"boolean"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","phone","profile"]},"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.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"}}},"Product":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","folder","category","nature"]},"Product.ProductCreateDto":{"type":"object","required":["headLine","folder","category","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Product.ProductCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Product.ProductCreateDto"},"relationships":{"type":"object","properties":{"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Product.ProductCreateDto.multipart":{"type":"object","required":["headLine","folder","category","nature"],"properties":{"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Product.ProductUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"counter":{"type":["integer","null"]},"itMarketable":{"type":["boolean","null"]},"stockTrackable":{"type":["boolean","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Product.ProductUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Product.ProductUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Product.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Product"},"relationships":{"type":"object","properties":{"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Product.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":100,"type":"string"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"folder":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","folder","category","nature"]},"Profile":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"category":{"enum":["PROFILE_PERSON","PROFILE_COMPANY"],"type":"string"},"itOfficer":{"type":"boolean"},"itUser":{"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"email":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"weblink":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"loyalty":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"phones":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"weblinks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"wallets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"avatarPath":{"readOnly":true,"type":"string"},"profileData":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"string"}]}},"required":["reference","category"]},"Profile.ProfileCreateDto":{"type":"object","required":["reference","category"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"category":{"enum":["PROFILE_PERSON","PROFILE_COMPANY"],"type":"string"},"itOfficer":{"type":"boolean"},"itUser":{"type":"boolean"},"avatar":{"type":["string","null"]},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"email":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"weblink":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"loyalty":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Profile.ProfileCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto"},"relationships":{"type":"object","properties":{"company":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"person":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"email":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"phone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"weblink":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"loyalty":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"user":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Company.CompanyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Person.PersonCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Email.EmailCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Phone.PhoneCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Weblink.WeblinkCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Loyalty.jsonapi"},{"$ref":"#\/components\/schemas\/User.UserCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Profile.ProfileCreateDto.multipart":{"type":"object","required":["reference","category"],"properties":{"reference":{"minLength":9,"maxLength":9,"type":"string"},"category":{"enum":["PROFILE_PERSON","PROFILE_COMPANY"],"type":"string"},"itOfficer":{"type":"boolean"},"itUser":{"type":"boolean"},"avatar":{"type":["string","null"]},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"email":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"weblink":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"loyalty":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Profile.ProfileUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"category":{"type":["string","null"]},"itOfficer":{"type":["boolean","null"]},"itUser":{"type":["boolean","null"]},"avatar":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"email":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"weblink":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"loyalty":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Profile.ProfileUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Profile.ProfileUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"company":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"person":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"email":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"phone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"weblink":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"loyalty":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"user":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Company.CompanyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Person.PersonCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Email.EmailCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Phone.PhoneCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Weblink.WeblinkCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Loyalty.jsonapi"},{"$ref":"#\/components\/schemas\/User.UserCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Profile.ProfileUploadAvatarDto.multipart":{"type":"object","required":["avatarFile"],"properties":{"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"}}},"Profile.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Profile"},"relationships":{"type":"object","properties":{"company":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"person":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"email":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"phone":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"weblink":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"loyalty":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"user":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"addresses":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"emails":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"phones":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"weblinks":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"wallets":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Company.jsonapi"},{"$ref":"#\/components\/schemas\/Person.jsonapi"},{"$ref":"#\/components\/schemas\/Address.jsonapi"},{"$ref":"#\/components\/schemas\/Email.jsonapi"},{"$ref":"#\/components\/schemas\/Phone.jsonapi"},{"$ref":"#\/components\/schemas\/Weblink.jsonapi"},{"$ref":"#\/components\/schemas\/Loyalty.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/Address.jsonapi"},{"$ref":"#\/components\/schemas\/Email.jsonapi"},{"$ref":"#\/components\/schemas\/Phone.jsonapi"},{"$ref":"#\/components\/schemas\/Weblink.jsonapi"},{"$ref":"#\/components\/schemas\/Wallet.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Profile.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"minLength":9,"maxLength":9,"type":"string"},"category":{"enum":["PROFILE_PERSON","PROFILE_COMPANY"],"type":"string"},"itOfficer":{"type":"boolean"},"itUser":{"type":"boolean"},"avatar":{"type":["string","null"]},"avatarUri":{"type":["string","null"]},"avatarFile":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":["string","null"],"format":"binary"},"company":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"email":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phone":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"weblink":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"loyalty":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"addresses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"phones":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"weblinks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"wallets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"avatarPath":{"readOnly":true,"type":"string"},"profileData":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"string"}]}},"required":["reference","category"]},"Property":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"attribute":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","attribute","folder","category","nature"]},"Property.PropertyCreateDto":{"type":"object","required":["headLine","attribute","folder","category","nature"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"attribute":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Property.PropertyCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Property.PropertyCreateDto"},"relationships":{"type":"object","properties":{"attribute":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Attribute.AttributeCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Property.PropertyCreateDto.multipart":{"type":"object","required":["headLine","attribute","folder","category","nature"],"properties":{"headLine":{"maxLength":50,"type":"string"},"description":{"type":["string","null"]},"attribute":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Property.PropertyUpdateDto.jsonMergePatch":{"type":"object","properties":{"headLine":{"type":["string","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"attribute":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Property.PropertyUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Property.PropertyUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"attribute":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Attribute.AttributeCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Property.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Property"},"relationships":{"type":"object","properties":{"attribute":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Attribute.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Property.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"headLine":{"maxLength":50,"type":"string"},"attribute":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["headLine","attribute","folder","category","nature"]},"Quarter":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","category","township","city","region","country"]},"Quarter.QuarterCreateDto":{"type":"object","required":["code","fullName","category","township","city","region","country"],"properties":{"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Quarter.QuarterCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Quarter.QuarterCreateDto.multipart":{"type":"object","required":["code","fullName","category","township","city","region","country"],"properties":{"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Quarter.QuarterUpdateDto.jsonMergePatch":{"type":"object","properties":{"code":{"type":["string","null"]},"fullName":{"type":["string","null"]},"category":{"type":["string","null"]},"area":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"township":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Quarter.QuarterUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Quarter.QuarterUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Quarter.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Quarter"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Quarter.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","category","township","city","region","country"]},"Region":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","alpha2","alpha3","country"]},"Region.RegionCreateDto":{"type":"object","required":["code","fullName","alpha2","alpha3","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Region.RegionCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Region.RegionCreateDto"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Region.RegionCreateDto.multipart":{"type":"object","required":["code","fullName","alpha2","alpha3","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Region.RegionUpdateDto.jsonMergePatch":{"type":"object","properties":{"code":{"type":["string","null"]},"fullName":{"type":["string","null"]},"alpha2":{"type":["string","null"]},"alpha3":{"type":["string","null"]},"area":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Region.RegionUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Region.RegionUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Region.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Region"},"relationships":{"type":"object","properties":{"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"cities":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"townships":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Region.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"alpha2":{"minLength":2,"maxLength":2,"type":"string"},"alpha3":{"minLength":3,"maxLength":3,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"cities":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"townships":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["code","fullName","alpha2","alpha3","country"]},"Sale":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":50,"type":"string"},"payMethod":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_CARD","CATEGORY_MOBILE"],"type":"string"},"payOrder":{"enum":["SALES_HOME_DELIVERY","SALES_ORDER_WICKET","SALES_TOBE_CONSUMED"],"type":"string"},"wallet":{"enum":["WALLET_NONE","WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":["string","null"]},"surrey":{"enum":["OPERATION_SALES","OPERATION_ENTRY","OPERATION_OUTING","OPERATION_DOWNGRADE"],"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"exchange":{"type":"number"},"walletAmount":{"type":"number"},"rollback":{"type":"number"},"itPaid":{"type":"boolean"},"status":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"delivery":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"payouts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"surreys":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"valuations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","payMethod","payOrder","wallet","surrey","nature","exchange","walletAmount","rollback","profile","address"]},"Sale.SaleCreateDto":{"type":"object","required":["reference","payMethod","payOrder","wallet","surrey","exchange","walletAmount","rollback","nature","profile","address"],"properties":{"reference":{"maxLength":50,"type":"string"},"payMethod":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_CARD","CATEGORY_MOBILE"],"type":"string"},"payOrder":{"enum":["SALES_HOME_DELIVERY","SALES_ORDER_WICKET","SALES_TOBE_CONSUMED"],"type":"string"},"wallet":{"enum":["WALLET_NONE","WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":["string","null"]},"surrey":{"enum":["OPERATION_SALES","OPERATION_ENTRY","OPERATION_OUTING","OPERATION_DOWNGRADE"],"type":"string"},"exchange":{"type":"number"},"walletAmount":{"type":"number"},"rollback":{"type":"number"},"itPaid":{"type":"boolean"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"delivery":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Sale.SaleCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"delivery":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Delivery.DeliveryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Sale.SaleCreateDto.multipart":{"type":"object","required":["reference","payMethod","payOrder","wallet","surrey","exchange","walletAmount","rollback","nature","profile","address"],"properties":{"reference":{"maxLength":50,"type":"string"},"payMethod":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_CARD","CATEGORY_MOBILE"],"type":"string"},"payOrder":{"enum":["SALES_HOME_DELIVERY","SALES_ORDER_WICKET","SALES_TOBE_CONSUMED"],"type":"string"},"wallet":{"enum":["WALLET_NONE","WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":["string","null"]},"surrey":{"enum":["OPERATION_SALES","OPERATION_ENTRY","OPERATION_OUTING","OPERATION_DOWNGRADE"],"type":"string"},"exchange":{"type":"number"},"walletAmount":{"type":"number"},"rollback":{"type":"number"},"itPaid":{"type":"boolean"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"delivery":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Sale.SaleUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"payMethod":{"type":["string","null"]},"payOrder":{"type":["string","null"]},"wallet":{"type":["string","null"]},"surrey":{"type":["string","null"]},"exchange":{"type":["number","null"]},"walletAmount":{"type":["number","null"]},"rollback":{"type":["number","null"]},"itPaid":{"type":["boolean","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"delivery":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Sale.SaleUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Sale.SaleUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"delivery":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Address.AddressCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Delivery.DeliveryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Sale.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Sale"},"relationships":{"type":"object","properties":{"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"address":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"delivery":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"items":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"payouts":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"surreys":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"valuations":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/Address.jsonapi"},{"$ref":"#\/components\/schemas\/Delivery.jsonapi"},{"$ref":"#\/components\/schemas\/SaleItem.jsonapi"},{"$ref":"#\/components\/schemas\/Payout.jsonapi"},{"$ref":"#\/components\/schemas\/Surrey.jsonapi"},[],{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Sale.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":50,"type":"string"},"payMethod":{"enum":["CATEGORY_CASH","CATEGORY_BANK","CATEGORY_CARD","CATEGORY_MOBILE"],"type":"string"},"payOrder":{"enum":["SALES_HOME_DELIVERY","SALES_ORDER_WICKET","SALES_TOBE_CONSUMED"],"type":"string"},"wallet":{"enum":["WALLET_NONE","WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":["string","null"]},"surrey":{"enum":["OPERATION_SALES","OPERATION_ENTRY","OPERATION_OUTING","OPERATION_DOWNGRADE"],"type":"string"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"exchange":{"type":"number"},"walletAmount":{"type":"number"},"rollback":{"type":"number"},"itPaid":{"type":"boolean"},"status":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"delivery":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"items":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"payouts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"surreys":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"valuations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","payMethod","payOrder","wallet","surrey","nature","exchange","walletAmount","rollback","profile","address"]},"SaleItem":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["quantity","price","variant","product","folder","category","nature","sale"]},"SaleItem.SaleItemCreateDto":{"type":"object","required":["quantity","price","variant","product","folder","category","nature","sale"],"properties":{"quantity":{"type":"integer"},"price":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"SaleItem.SaleItemCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemCreateDto"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"SaleItem.SaleItemCreateDto.multipart":{"type":"object","required":["quantity","price","variant","product","folder","category","nature","sale"],"properties":{"quantity":{"type":"integer"},"price":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"SaleItem.SaleItemUpdateDto.jsonMergePatch":{"type":"object","properties":{"quantity":{"type":["integer","null"]},"price":{"type":["number","null"]},"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"SaleItem.SaleItemUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/SaleItem.SaleItemUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"SaleItem.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/SaleItem"},"relationships":{"type":"object","properties":{"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/Sale.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"SaleItem.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"quantity":{"type":"integer"},"price":{"type":"number"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["quantity","price","variant","product","folder","category","nature","sale"]},"Stock":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":15,"type":"string"},"price":{"type":"number"},"initQuantity":{"type":"integer"},"currentQuantity":{"type":"integer"},"threshold":{"minimum":1,"maximum":100,"type":"number"},"rollback":{"minimum":1,"maximum":100,"type":"number"},"rollbackEnabled":{"type":"boolean"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","price","initQuantity","currentQuantity","threshold","rollback","currency","product","folder","category","nature"]},"Stock.StockCreateDto":{"type":"object","required":["reference","price","initQuantity","currentQuantity","threshold","rollback","currency","product","folder","category","nature"],"properties":{"reference":{"maxLength":15,"type":"string"},"price":{"type":"number"},"initQuantity":{"type":"integer"},"currentQuantity":{"type":"integer"},"threshold":{"minimum":1,"maximum":100,"type":"number"},"rollback":{"minimum":1,"maximum":100,"type":"number"},"rollbackEnabled":{"type":"boolean"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Stock.StockCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Stock.StockCreateDto"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Stock.StockCreateDto.multipart":{"type":"object","required":["reference","price","initQuantity","currentQuantity","threshold","rollback","currency","product","folder","category","nature"],"properties":{"reference":{"maxLength":15,"type":"string"},"price":{"type":"number"},"initQuantity":{"type":"integer"},"currentQuantity":{"type":"integer"},"threshold":{"minimum":1,"maximum":100,"type":"number"},"rollback":{"minimum":1,"maximum":100,"type":"number"},"rollbackEnabled":{"type":"boolean"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Stock.StockUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"price":{"type":["number","null"]},"initQuantity":{"type":["integer","null"]},"currentQuantity":{"type":["integer","null"]},"threshold":{"type":["number","null"]},"rollback":{"type":["number","null"]},"rollbackEnabled":{"type":["boolean","null"]},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"variant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Stock.StockUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Stock.StockUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Stock.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Stock"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"variant":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Variant.jsonapi"},{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Stock.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":15,"type":"string"},"price":{"type":"number"},"initQuantity":{"type":"integer"},"currentQuantity":{"type":"integer"},"threshold":{"minimum":1,"maximum":100,"type":"number"},"rollback":{"minimum":1,"maximum":100,"type":"number"},"rollbackEnabled":{"type":"boolean"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"variant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","price","initQuantity","currentQuantity","threshold","rollback","currency","product","folder","category","nature"]},"Street":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["fullName","category","township","city","region","country"]},"Street.StreetCreateDto":{"type":"object","required":["fullName","category","township","city","region","country"],"properties":{"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Street.StreetCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Street.StreetCreateDto"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Street.StreetCreateDto.multipart":{"type":"object","required":["fullName","category","township","city","region","country"],"properties":{"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Street.StreetUpdateDto.jsonMergePatch":{"type":"object","properties":{"fullName":{"type":["string","null"]},"category":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"township":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Street.StreetUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Street.StreetUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Street.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Street"},"relationships":{"type":"object","properties":{"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Street.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["fullName","category","township","city","region","country"]},"Surrey":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"statusToApply":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["statusToApply","sale"]},"Surrey.SurreyCreateDto":{"type":"object","required":["statusToApply","sale"],"properties":{"statusToApply":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Surrey.SurreyCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Surrey.SurreyCreateDto"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Surrey.SurreyCreateDto.multipart":{"type":"object","required":["statusToApply","sale"],"properties":{"statusToApply":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Surrey.SurreyUpdateDto.jsonMergePatch":{"type":"object","properties":{"statusToApply":{"type":["string","null"]},"description":{"type":["string","null"]},"sale":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Surrey.SurreyUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Surrey.SurreyUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Surrey.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Surrey"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Sale.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Surrey.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"statusToApply":{"enum":["STATUS_PENDING","STATUS_VALIDATED","STATUS_PROCESSING","STATUS_DELIVERED","STATUS_REJECTED","STATUS_CANCELED"],"type":"string"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["statusToApply","sale"]},"Township":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"ranges":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["code","fullName","category","city","region","country"]},"Township.TownshipCreateDto":{"type":"object","required":["code","fullName","category","city","region","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Township.TownshipCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto"},"relationships":{"type":"object","properties":{"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Township.TownshipCreateDto.multipart":{"type":"object","required":["code","fullName","category","city","region","country"],"properties":{"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["number","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Township.TownshipUpdateDto.jsonMergePatch":{"type":"object","properties":{"code":{"type":["string","null"]},"fullName":{"type":["string","null"]},"category":{"type":["string","null"]},"area":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"city":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Township.TownshipUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Township.TownshipUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Township.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Township"},"relationships":{"type":"object","properties":{"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarters":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"streets":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/Street.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Township.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"code":{"minLength":2,"maxLength":2,"type":"string"},"fullName":{"maxLength":50,"type":"string"},"category":{"maxLength":35,"type":"string"},"area":{"pattern":"^(.*(^(?:-(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))|(?:0|(?:[1-9](?:\\d{0,2}(?:,\\d{3})+|\\d*))))(?:.\\d+|)$).*)$","type":["string","null"]},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarters":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"streets":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"ranges":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["code","fullName","category","city","region","country"]},"User":{"type":"object","required":["id","username","reference","jobtitle","phone"],"properties":{"id":{"format":"uuid","externalDocs":{"url":"https:\/\/schema.org\/identifier"},"type":"string"},"username":{"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"reference":{"maxLength":50,"type":"string"},"jobtitle":{"enum":["JOBTITLE_NONE","JOBTITLE_ADMIN","JOBTITLE_WICKET","JOBTITLE_MANAGER","JOBTITLE_INSPECTOR","JOBTITLE_DELIVERER"],"type":"string"},"phone":{"anyOf":[{"$ref":"#\/components\/schemas\/PhoneNumber"},{"type":"null"}]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"userIdentifier":{"readOnly":true,"type":"string"},"profileData":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"string"}]}}},"User.UserCreateDto":{"type":"object","required":["username","reference","jobtitle","phone"],"properties":{"username":{"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"reference":{"maxLength":50,"type":"string"},"jobtitle":{"enum":["JOBTITLE_NONE","JOBTITLE_ADMIN","JOBTITLE_WICKET","JOBTITLE_MANAGER","JOBTITLE_INSPECTOR","JOBTITLE_DELIVERER"],"type":"string"},"phone":{"type":"string"},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"User.UserCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/User.UserCreateDto"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"User.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/User"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Valuation":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["VALUATION_OTHER","VALUATION_QUALITY","VALUATION_QUANTITY","VALUATION_QUICKNESS","VALUATION_CLEANNESS","VALUATION_POLITENESS"],"type":"string"},"valuation":{"minimum":0,"maximum":5,"type":"number"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"createdAt":{"type":"string","format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","valuation","sale"]},"Valuation.ValuationCreateDto":{"type":"object","required":["category","valuation","sale"],"properties":{"category":{"enum":["VALUATION_OTHER","VALUATION_QUALITY","VALUATION_QUANTITY","VALUATION_QUICKNESS","VALUATION_CLEANNESS","VALUATION_POLITENESS"],"type":"string"},"valuation":{"minimum":0,"maximum":5,"type":"number"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Valuation.ValuationCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Valuation.ValuationCreateDto"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Sale.SaleCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Valuation.ValuationCreateDto.multipart":{"type":"object","required":["category","valuation","sale"],"properties":{"category":{"enum":["VALUATION_OTHER","VALUATION_QUALITY","VALUATION_QUANTITY","VALUATION_QUICKNESS","VALUATION_CLEANNESS","VALUATION_POLITENESS"],"type":"string"},"valuation":{"minimum":0,"maximum":5,"type":"number"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Valuation.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Valuation"},"relationships":{"type":"object","properties":{"sale":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Sale.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Valuation.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["VALUATION_OTHER","VALUATION_QUALITY","VALUATION_QUANTITY","VALUATION_QUICKNESS","VALUATION_CLEANNESS","VALUATION_POLITENESS"],"type":"string"},"valuation":{"minimum":0,"maximum":5,"type":"number"},"description":{"type":["string","null"]},"sale":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"createdAt":{"type":"string","format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","valuation","sale"]},"Variant":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":15,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"price":{"type":"number"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"product":{"type":"string","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\/"},"nature":{"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\/"}},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","headLine","price","product","folder","category","nature"]},"Variant.VariantCreateDto":{"type":"object","required":["reference","headLine","price","product","folder","category","nature"],"properties":{"reference":{"maxLength":15,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"price":{"type":"number"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Variant.VariantCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Variant.VariantCreateDto"},"relationships":{"type":"object","properties":{"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"stock":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Stock.StockCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Variant.VariantCreateDto.multipart":{"type":"object","required":["reference","headLine","price","product","folder","category","nature"],"properties":{"reference":{"maxLength":15,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"price":{"type":"number"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"description":{"type":["string","null"]},"product":{"type":"string","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\/"},"nature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}},"Variant.VariantUpdateDto.jsonMergePatch":{"type":"object","properties":{"reference":{"type":["string","null"]},"headLine":{"type":["string","null"]},"price":{"type":["number","null"]},"counter":{"type":["integer","null"]},"itMarketable":{"type":["boolean","null"]},"stockTrackable":{"type":["boolean","null"]},"description":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"folder":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nature":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"stock":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Variant.VariantUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Variant.VariantUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"stock":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.ProductCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.FolderCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Category.CategoryCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.NatureCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Stock.StockCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Variant.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Variant"},"relationships":{"type":"object","properties":{"product":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"folder":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"category":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"nature":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"stock":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"metadata":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"galleries":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Product.jsonapi"},{"$ref":"#\/components\/schemas\/Folder.jsonapi"},{"$ref":"#\/components\/schemas\/Category.jsonapi"},{"$ref":"#\/components\/schemas\/Nature.jsonapi"},{"$ref":"#\/components\/schemas\/Stock.jsonapi"},{"$ref":"#\/components\/schemas\/Metadata.jsonapi"},{"$ref":"#\/components\/schemas\/Gallery.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Variant.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"reference":{"maxLength":15,"type":"string"},"headLine":{"maxLength":100,"type":"string"},"price":{"type":"number"},"counter":{"type":"integer"},"itMarketable":{"type":"boolean"},"stockTrackable":{"type":"boolean"},"product":{"type":"string","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\/"},"nature":{"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\/"}},"galleries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["reference","headLine","price","product","folder","category","nature"]},"Wallet":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":"string"},"amount":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","amount","currency","profile"]},"Wallet.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Wallet"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Profile.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Wallet.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["WALLET_BONUS","WALLET_PREPAID","WALLET_LOYALTY","WALLET_THROWBACK"],"type":"string"},"amount":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","amount","currency","profile"]},"Weblink":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["LINK_OTHER","LINK_VIMEO","LINK_YOUTUBE","LINK_WEBSITE","LINK_FACEBOOK","LINK_TWITTER","LINK_TELEGRAM","LINK_WHATSAPP","LINK_LINKEDIN","LINK_INSTAGRAM","LINK_PINTEREST"],"type":"string"},"weblink":{"format":"uri","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","weblink","profile"]},"Weblink.WeblinkCreateDto":{"type":"object","required":["category","weblink","profile"],"properties":{"category":{"enum":["LINK_OTHER","LINK_VIMEO","LINK_YOUTUBE","LINK_WEBSITE","LINK_FACEBOOK","LINK_TWITTER","LINK_TELEGRAM","LINK_WHATSAPP","LINK_LINKEDIN","LINK_INSTAGRAM","LINK_PINTEREST"],"type":"string"},"weblink":{"format":"uri","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Weblink.WeblinkCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Weblink.WeblinkCreateDto"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Weblink.WeblinkCreateDto.multipart":{"type":"object","required":["category","weblink","profile"],"properties":{"category":{"enum":["LINK_OTHER","LINK_VIMEO","LINK_YOUTUBE","LINK_WEBSITE","LINK_FACEBOOK","LINK_TWITTER","LINK_TELEGRAM","LINK_WHATSAPP","LINK_LINKEDIN","LINK_INSTAGRAM","LINK_PINTEREST"],"type":"string"},"weblink":{"format":"uri","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Weblink.WeblinkUpdateDto.jsonMergePatch":{"type":"object","properties":{"category":{"type":["string","null"]},"weblink":{"type":["string","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"profile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Weblink.WeblinkUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Weblink.WeblinkUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.ProfileCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Weblink.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Weblink"},"relationships":{"type":"object","properties":{"profile":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Profile.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Weblink.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"category":{"enum":["LINK_OTHER","LINK_VIMEO","LINK_YOUTUBE","LINK_WEBSITE","LINK_FACEBOOK","LINK_TWITTER","LINK_TELEGRAM","LINK_WHATSAPP","LINK_LINKEDIN","LINK_INSTAGRAM","LINK_PINTEREST"],"type":"string"},"weblink":{"format":"uri","maxLength":180,"externalDocs":{"url":"https:\/\/schema.org\/url"},"type":"string"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["category","weblink","profile"]},"Zone":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"price":{"type":"number"},"minimum":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodatas":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["price","minimum","currency","quarter","township","city","region","country"]},"Zone.ZoneCreateDto":{"type":"object","required":["price","minimum","currency","quarter","township","city","region","country"],"properties":{"price":{"type":"number"},"minimum":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Zone.ZoneCreateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Zone.ZoneCreateDto"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Zone.ZoneCreateDto.multipart":{"type":"object","required":["price","minimum","currency","quarter","township","city","region","country"],"properties":{"price":{"type":"number"},"minimum":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Zone.ZoneUpdateDto.jsonMergePatch":{"type":"object","properties":{"price":{"type":["number","null"]},"minimum":{"type":["number","null"]},"itDeleted":{"type":["boolean","null"]},"itErased":{"type":["boolean","null"]},"currency":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"]}}},"Zone.ZoneUpdateDto.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Zone.ZoneUpdateDto.jsonMergePatch"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.CurrencyCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.QuarterCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Township.TownshipCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/City.CityCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Region.RegionCreateDto.jsonapi"},{"$ref":"#\/components\/schemas\/Country.CountryCreateDto.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Zone.jsonapi":{"properties":{"data":{"type":"object","properties":{"id":{"type":"string"},"type":{"type":"string"},"attributes":{"$ref":"#\/components\/schemas\/Zone"},"relationships":{"type":"object","properties":{"currency":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"quarter":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"township":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"city":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"region":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"country":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"geodatas":{"properties":{"data":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}}}},"createdBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"updatedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"deletedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}},"erasedBy":{"properties":{"data":{"oneOf":[{"type":"null"},{"type":"object","properties":{"type":{"type":"string"},"id":{"type":"string","format":"iri-reference"}}}]}}}}}},"required":["type","id"]},"included":{"description":"Related resources requested via the \"include\" query parameter.","type":"array","items":{"anyOf":[{"$ref":"#\/components\/schemas\/Currency.jsonapi"},{"$ref":"#\/components\/schemas\/Quarter.jsonapi"},{"$ref":"#\/components\/schemas\/Township.jsonapi"},{"$ref":"#\/components\/schemas\/City.jsonapi"},{"$ref":"#\/components\/schemas\/Region.jsonapi"},{"$ref":"#\/components\/schemas\/Country.jsonapi"},{"$ref":"#\/components\/schemas\/Geodata.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"},{"$ref":"#\/components\/schemas\/User.jsonapi"}]},"readOnly":true,"externalDocs":{"url":"https:\/\/jsonapi.org\/format\/#fetching-includes"}}}},"Zone.multipart":{"type":"object","properties":{"id":{"readOnly":true,"type":["string","null"],"format":"uuid"},"price":{"type":"number"},"minimum":{"type":"number"},"currency":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"quarter":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"township":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"city":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"region":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"country":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"geodatas":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"status":{"enum":["STATUS_ACTIVATE","STATUS_DEACTIVATE","STATUS_ARCHIVED"],"type":"string"},"details":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"updatedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itDeleted":{"default":false,"type":"boolean"},"deletedAt":{"type":["string","null"],"format":"date-time"},"deletedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"itErased":{"default":false,"type":"boolean"},"erasedAt":{"type":["string","null"],"format":"date-time"},"erasedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}},"required":["price","minimum","currency","quarter","township","city","region","country"]}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"JWT":[]}],"tags":[{"name":"Counter","description":"Resource 'Counter' operations."},{"name":"Favorite","description":"Resource 'Favorite' operations."},{"name":"Feedback","description":"Resource 'Feedback' operations."},{"name":"Highlight","description":"Resource 'Highlight' operations."},{"name":"Loyalty","description":"Resource 'Loyalty' operations."},{"name":"Wallet","description":"Resource 'Wallet' operations."},{"name":"Delivery","description":"Resource 'Delivery' operations."},{"name":"Valuation","description":"Resource 'Valuation' operations."},{"name":"City","description":"Resource 'City' operations."},{"name":"Country","description":"Resource 'Country' operations."},{"name":"Quarter","description":"Resource 'Quarter' operations."},{"name":"Region","description":"Resource 'Region' operations."},{"name":"Street","description":"Resource 'Street' operations."},{"name":"Township","description":"Resource 'Township' operations."},{"name":"Civilstate","description":"Resource 'Civilstate' operations."},{"name":"Currency","description":"Resource 'Currency' operations."},{"name":"Exchange","description":"Resource 'Exchange' operations."},{"name":"Gender","description":"Resource 'Gender' operations."},{"name":"Attribute","description":"Resource 'Attribute' operations."},{"name":"Gallery","description":"Resource 'Gallery' operations."},{"name":"Metadata","description":"Resource 'Metadata' operations."},{"name":"Property","description":"Resource 'Property' operations."},{"name":"Category","description":"Resource 'Category' operations."},{"name":"Folder","description":"Resource 'Folder' operations."},{"name":"Nature","description":"Resource 'Nature' operations."},{"name":"Product","description":"Resource 'Product' operations."},{"name":"Stock","description":"Resource 'Stock' operations."},{"name":"Variant","description":"Resource 'Variant' operations."},{"name":"Address","description":"Resource 'Address' operations."},{"name":"Company","description":"Resource 'Company' operations."},{"name":"Email","description":"Resource 'Email' operations."},{"name":"Person","description":"Resource 'Person' operations."},{"name":"Phone","description":"Resource 'Phone' operations."},{"name":"Profile","description":"Resource 'Profile' operations."},{"name":"Weblink","description":"Resource 'Weblink' operations."},{"name":"Casing","description":"Resource 'Casing' operations."},{"name":"Chest","description":"Resource 'Chest' operations."},{"name":"Payout","description":"Resource 'Payout' operations."},{"name":"Sale","description":"Resource 'Sale' operations."},{"name":"SaleItem","description":"Resource 'SaleItem' operations."},{"name":"Surrey","description":"Resource 'Surrey' operations."},{"name":"Geodata","description":"Resource 'Geodata' operations."},{"name":"Zone","description":"Resource 'Zone' operations."}],"webhooks":{}}