{"openapi":"3.0.0","info":{"title":"NewCMS - Kurka","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/banners":{"get":{"operationId":"api_banners_get_collection","tags":["Banner"],"responses":{"200":{"description":"Banner collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Banner"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Banner"}}}}}},"summary":"Retrieves the collection of Banner resources.","description":"Retrieves the collection of Banner resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[short]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[url]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[videoUrl]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[textPosition]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_banners_post","tags":["Banner"],"responses":{"201":{"description":"Banner resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Banner resource.","description":"Creates a Banner resource.","parameters":[],"requestBody":{"description":"The new Banner resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"required":true},"deprecated":false},"parameters":[]},"\/banners\/{id}":{"get":{"operationId":"api_banners_id_get","tags":["Banner"],"responses":{"200":{"description":"Banner resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Banner resource.","description":"Retrieves a Banner resource.","parameters":[{"name":"id","in":"path","description":"Banner identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_banners_id_put","tags":["Banner"],"responses":{"200":{"description":"Banner resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Banner resource.","description":"Replaces the Banner resource.","parameters":[{"name":"id","in":"path","description":"Banner identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Banner resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_banners_id_delete","tags":["Banner"],"responses":{"204":{"description":"Banner resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Banner resource.","description":"Removes the Banner resource.","parameters":[{"name":"id","in":"path","description":"Banner identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_banners_id_patch","tags":["Banner"],"responses":{"200":{"description":"Banner resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Banner resource.","description":"Updates the Banner resource.","parameters":[{"name":"id","in":"path","description":"Banner identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Banner resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Banner.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Banner"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Banner"}}},"required":true},"deprecated":false},"parameters":[]},"\/categories":{"get":{"operationId":"api_categories_get_collection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-category.read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-category.read"}}}}}},"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,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[short]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[slug]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lft]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lvl]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[rgt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[showInFooter]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"parent","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"parent[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"showInFooter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_categories_post","tags":["Category"],"responses":{"201":{"description":"Category resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Category resource.","description":"Creates a Category resource.","parameters":[],"requestBody":{"description":"The new Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/categories\/{slug}":{"get":{"operationId":"api_categories_slug_get","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"slug","in":"path","description":"Category identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_categories_slug_put","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Category resource.","description":"Replaces the Category resource.","parameters":[{"name":"slug","in":"path","description":"Category identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_categories_slug_delete","tags":["Category"],"responses":{"204":{"description":"Category resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Category resource.","description":"Removes the Category resource.","parameters":[{"name":"slug","in":"path","description":"Category identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_categories_slug_patch","tags":["Category"],"responses":{"200":{"description":"Category resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Category resource.","description":"Updates the Category resource.","parameters":[{"name":"slug","in":"path","description":"Category identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Category resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.jsonld-category.write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Category-category.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/categoriesRepresentation":{"get":{"operationId":"api_categoriesRepresentation_get_collection","tags":["Category"],"responses":{"200":{"description":"Category collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryOutput.jsonld-category.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryOutput-category.read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.CategoryOutput-category.read"}}}}}},"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,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[short]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[slug]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lft]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lvl]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[rgt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[showInFooter]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"parent","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"parent[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"showInFooter","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/categoryRepresentation\/{slug}":{"get":{"operationId":"api_categoryRepresentation_slug_get","tags":["Category"],"responses":{"200":{"description":"Category resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryOutput.jsonld-category.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryOutput-category.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Category.CategoryOutput-category.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Category resource.","description":"Retrieves a Category resource.","parameters":[{"name":"slug","in":"path","description":"Category identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/contact_forms":{"get":{"operationId":"api_contact_forms_get_collection","tags":["ContactForm"],"responses":{"200":{"description":"ContactForm collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactForm"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ContactForm"}}}}}},"summary":"Retrieves the collection of ContactForm resources.","description":"Retrieves the collection of ContactForm resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[text]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"email[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"text","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"text[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_contact_forms_post","tags":["ContactForm"],"responses":{"201":{"description":"ContactForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ContactForm resource.","description":"Creates a ContactForm resource.","parameters":[],"requestBody":{"description":"The new ContactForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"required":true},"deprecated":false},"parameters":[]},"\/contact_forms\/{id}":{"get":{"operationId":"api_contact_forms_id_get","tags":["ContactForm"],"responses":{"200":{"description":"ContactForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ContactForm resource.","description":"Retrieves a ContactForm resource.","parameters":[{"name":"id","in":"path","description":"ContactForm identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_contact_forms_id_put","tags":["ContactForm"],"responses":{"200":{"description":"ContactForm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ContactForm resource.","description":"Replaces the ContactForm resource.","parameters":[{"name":"id","in":"path","description":"ContactForm identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ContactForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_contact_forms_id_delete","tags":["ContactForm"],"responses":{"204":{"description":"ContactForm resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ContactForm resource.","description":"Removes the ContactForm resource.","parameters":[{"name":"id","in":"path","description":"ContactForm identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_contact_forms_id_patch","tags":["ContactForm"],"responses":{"200":{"description":"ContactForm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ContactForm resource.","description":"Updates the ContactForm resource.","parameters":[{"name":"id","in":"path","description":"ContactForm identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ContactForm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ContactForm"}}},"required":true},"deprecated":false},"parameters":[]},"\/contents":{"get":{"operationId":"api_contents_get_collection","tags":["Content"],"responses":{"200":{"description":"Content collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Content"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Content"}}}}}},"summary":"Retrieves the collection of Content resources.","description":"Retrieves the collection of Content resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[short]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[text]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[slug]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"short","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"short[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"text","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"text[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"public[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"boolean"}},"style":"form","explode":true,"allowReserved":false},{"name":"slug","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"slug[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"position","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"position[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_contents_post","tags":["Content"],"responses":{"201":{"description":"Content resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Content resource.","description":"Creates a Content resource.","parameters":[],"requestBody":{"description":"The new Content resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"required":true},"deprecated":false},"parameters":[]},"\/contents\/{slug}":{"get":{"operationId":"api_contents_slug_get","tags":["Content"],"responses":{"200":{"description":"Content resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Content resource.","description":"Retrieves a Content resource.","parameters":[{"name":"slug","in":"path","description":"Content identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_contents_slug_put","tags":["Content"],"responses":{"200":{"description":"Content resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Content resource.","description":"Replaces the Content resource.","parameters":[{"name":"slug","in":"path","description":"Content identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Content resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_contents_slug_delete","tags":["Content"],"responses":{"204":{"description":"Content resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Content resource.","description":"Removes the Content resource.","parameters":[{"name":"slug","in":"path","description":"Content identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_contents_slug_patch","tags":["Content"],"responses":{"200":{"description":"Content resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Content resource.","description":"Updates the Content resource.","parameters":[{"name":"slug","in":"path","description":"Content identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Content resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Content.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Content"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Content"}}},"required":true},"deprecated":false},"parameters":[]},"\/files":{"get":{"operationId":"api_files_get_collection","tags":["File"],"responses":{"200":{"description":"File collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/File-file_read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/File-file_read"}}}}}},"summary":"Retrieves the collection of File resources.","description":"Retrieves the collection of File resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filename]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"filename","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_files_post","tags":["File"],"responses":{"201":{"description":"File resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a File resource.","description":"Creates a File resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"name":{"type":"string"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/files\/{id}":{"get":{"operationId":"api_files_id_get","tags":["File"],"responses":{"200":{"description":"File resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a File resource.","description":"Retrieves a File resource.","parameters":[{"name":"id","in":"path","description":"File identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_files_id_put","tags":["File"],"responses":{"200":{"description":"File resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the File resource.","description":"Replaces the File resource.","parameters":[{"name":"id","in":"path","description":"File identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated File resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File"}}},"required":true},"deprecated":false},"post":{"operationId":"api_files_id_post","tags":["File"],"responses":{"201":{"description":"File resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a File resource.","description":"Creates a File resource.","parameters":[{"name":"id","in":"path","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":[],"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"},"name":{"type":"string"}}}}},"required":false},"deprecated":false},"delete":{"operationId":"api_files_id_delete","tags":["File"],"responses":{"204":{"description":"File resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the File resource.","description":"Removes the File resource.","parameters":[{"name":"id","in":"path","description":"File identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_files_id_patch","tags":["File"],"responses":{"200":{"description":"File resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld-file_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File-file_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the File resource.","description":"Updates the File resource.","parameters":[{"name":"id","in":"path","description":"File identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated File resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/File"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/File.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/File"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/File"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/File"}}},"required":true},"deprecated":false},"parameters":[]},"\/filter_uses":{"get":{"operationId":"api_filter_uses_get_collection","tags":["FilterUse"],"responses":{"200":{"description":"FilterUse collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse"}}}}}},"summary":"Retrieves the collection of FilterUse resources.","description":"Retrieves the collection of FilterUse resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_filter_uses_post","tags":["FilterUse"],"responses":{"201":{"description":"FilterUse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a FilterUse resource.","description":"Creates a FilterUse resource.","parameters":[],"requestBody":{"description":"The new FilterUse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"required":true},"deprecated":false},"parameters":[]},"\/filter_uses\/{id}":{"get":{"operationId":"api_filter_uses_id_get","tags":["FilterUse"],"responses":{"200":{"description":"FilterUse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a FilterUse resource.","description":"Retrieves a FilterUse resource.","parameters":[{"name":"id","in":"path","description":"FilterUse identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_filter_uses_id_put","tags":["FilterUse"],"responses":{"200":{"description":"FilterUse resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the FilterUse resource.","description":"Replaces the FilterUse resource.","parameters":[{"name":"id","in":"path","description":"FilterUse identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FilterUse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_filter_uses_id_delete","tags":["FilterUse"],"responses":{"204":{"description":"FilterUse resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the FilterUse resource.","description":"Removes the FilterUse resource.","parameters":[{"name":"id","in":"path","description":"FilterUse identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_filter_uses_id_patch","tags":["FilterUse"],"responses":{"200":{"description":"FilterUse resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the FilterUse resource.","description":"Updates the FilterUse resource.","parameters":[{"name":"id","in":"path","description":"FilterUse identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated FilterUse resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/FilterUse"}}},"required":true},"deprecated":false},"parameters":[]},"\/map_points":{"get":{"operationId":"api_map_points_get_collection","tags":["MapPoints"],"responses":{"200":{"description":"MapPoints collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapPoints"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MapPoints"}}}}}},"summary":"Retrieves the collection of MapPoints resources.","description":"Retrieves the collection of MapPoints resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[street]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[postCode]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[city]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[phone]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[borough]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lat]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lng]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[godzinypnpt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[godzinysb]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"voivodeship","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"voivodeship[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_map_points_post","tags":["MapPoints"],"responses":{"201":{"description":"MapPoints resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MapPoints resource.","description":"Creates a MapPoints resource.","parameters":[],"requestBody":{"description":"The new MapPoints resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"required":true},"deprecated":false},"parameters":[]},"\/map_points\/{id}":{"get":{"operationId":"api_map_points_id_get","tags":["MapPoints"],"responses":{"200":{"description":"MapPoints resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MapPoints resource.","description":"Retrieves a MapPoints resource.","parameters":[{"name":"id","in":"path","description":"MapPoints identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_map_points_id_put","tags":["MapPoints"],"responses":{"200":{"description":"MapPoints resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MapPoints resource.","description":"Replaces the MapPoints resource.","parameters":[{"name":"id","in":"path","description":"MapPoints identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MapPoints resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_map_points_id_delete","tags":["MapPoints"],"responses":{"204":{"description":"MapPoints resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MapPoints resource.","description":"Removes the MapPoints resource.","parameters":[{"name":"id","in":"path","description":"MapPoints identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_map_points_id_patch","tags":["MapPoints"],"responses":{"200":{"description":"MapPoints resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the MapPoints resource.","description":"Updates the MapPoints resource.","parameters":[{"name":"id","in":"path","description":"MapPoints identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MapPoints resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/MapPoints"}}},"required":true},"deprecated":false},"parameters":[]},"\/media_objects":{"get":{"operationId":"api_media_objects_get_collection","tags":["MediaObject"],"responses":{"200":{"description":"MediaObject collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaObject.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaObject"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/MediaObject"}}}}}},"summary":"Retrieves the collection of MediaObject resources.","description":"Retrieves the collection of MediaObject resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filePath]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"filePath","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_media_objects_post","tags":["MediaObject"],"responses":{"201":{"description":"MediaObject resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MediaObject resource.","description":"Creates a MediaObject resource.","parameters":[],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"parameters":[]},"\/media_objects\/resize\/{id}\/{size}":{"post":{"operationId":"get_size","tags":["MediaObject"],"responses":{"201":{"description":"MediaObject resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MediaObject resource.","description":"Creates a MediaObject resource.","parameters":[{"name":"User Login","in":"body","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"object","required":["email","password"],"properties":{"email":{"type":"string"},"password":{"type":"string"}}},"explode":false,"allowReserved":false},{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"size","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The new MediaObject resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}}},"required":true},"deprecated":false},"parameters":[]},"\/media_objects\/{id}":{"get":{"operationId":"api_media_objects_id_get","tags":["MediaObject"],"responses":{"200":{"description":"MediaObject resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a MediaObject resource.","description":"Retrieves a MediaObject resource.","parameters":[{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_media_objects_id_put","tags":["MediaObject"],"responses":{"200":{"description":"MediaObject resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the MediaObject resource.","description":"Replaces the MediaObject resource.","parameters":[{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MediaObject resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}}},"required":true},"deprecated":false},"post":{"operationId":"replace_image","tags":["MediaObject"],"responses":{"201":{"description":"MediaObject resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a MediaObject resource.","description":"Creates a MediaObject resource.","parameters":[{"name":"id","in":"uriTemplate","description":"","required":true,"deprecated":false,"allowEmptyValue":false,"schema":[],"explode":false,"allowReserved":false},{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false},"deprecated":false},"delete":{"operationId":"api_media_objects_id_delete","tags":["MediaObject"],"responses":{"204":{"description":"MediaObject resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the MediaObject resource.","description":"Removes the MediaObject resource.","parameters":[{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_media_objects_id_patch","tags":["MediaObject"],"responses":{"200":{"description":"MediaObject resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld-media_object_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject-media_object_read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the MediaObject resource.","description":"Updates the MediaObject resource.","parameters":[{"name":"id","in":"path","description":"MediaObject identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated MediaObject resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/MediaObject"}}},"required":true},"deprecated":false},"parameters":[]},"\/product_types":{"get":{"operationId":"api_product_types_get_collection","tags":["ProductType"],"responses":{"200":{"description":"ProductType collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductType"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductType"}}}}}},"summary":"Retrieves the collection of ProductType resources.","description":"Retrieves the collection of ProductType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[slug]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"boolean"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"slug","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"slug[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_product_types_post","tags":["ProductType"],"responses":{"201":{"description":"ProductType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a ProductType resource.","description":"Creates a ProductType resource.","parameters":[],"requestBody":{"description":"The new ProductType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"required":true},"deprecated":false},"parameters":[]},"\/product_types\/{slug}":{"get":{"operationId":"api_product_types_slug_get","tags":["ProductType"],"responses":{"200":{"description":"ProductType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ProductType resource.","description":"Retrieves a ProductType resource.","parameters":[{"name":"slug","in":"path","description":"ProductType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_product_types_slug_put","tags":["ProductType"],"responses":{"200":{"description":"ProductType resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the ProductType resource.","description":"Replaces the ProductType resource.","parameters":[{"name":"slug","in":"path","description":"ProductType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_product_types_slug_delete","tags":["ProductType"],"responses":{"204":{"description":"ProductType resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the ProductType resource.","description":"Removes the ProductType resource.","parameters":[{"name":"slug","in":"path","description":"ProductType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_product_types_slug_patch","tags":["ProductType"],"responses":{"200":{"description":"ProductType resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the ProductType resource.","description":"Updates the ProductType resource.","parameters":[{"name":"slug","in":"path","description":"ProductType identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated ProductType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/ProductType"}}},"required":true},"deprecated":false},"parameters":[]},"\/products":{"get":{"operationId":"api_products_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-product.read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product-product.read"}}}}}},"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,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[descr]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[short]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[youtube]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[searchKeywords]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[title]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[slug]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[promoted]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1VarietyName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1Farmer]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1VarietyType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1RegistryCountry]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1ShortDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1UsableValue]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1AgronomyProfile]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1CoborLink]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2VarietyName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Fao]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Farmer]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2RegistryCountry]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2VarietyType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2ShortDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2FlaskImage]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2FlaskSection]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2GrainSection]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2SuggestedUse]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Recommendations]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2CoborLink]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2FarmerRecommendation]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Cobor]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2Chart]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t2SoilRequirements]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3Type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3VarietyName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3QualityClass]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3ShortDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3RegistryCountry]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3Description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3Description2]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3Description3]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3CoborLink]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4ProductName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4ProductType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Formulation]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4PermitNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4InfoImage]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Application]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4ActionDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4RecommendedDose]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4DateOfApplication]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4RecommendedTreatment]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4TreatmentNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4ActiveIngredient]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4AvailablePackage]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4KindOfThreat]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4SafeUse]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4SafeUsePikto]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Technology]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Link]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Advertisment]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4LegalInfo]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4Prize]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5TradeName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5ChemicalName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5Formula]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5Ingredients]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5PkwiuNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5CnNumber]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5Description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t5Image]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6Name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6Type]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6ShortDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6ShortDescription2]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6Description]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t6Condition]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t7ProductName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t7ProductType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t7SafeUse]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t1Recommendations]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4ProductFeatures]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t4CombatedPests]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[producerName]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[download]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[new]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[kurkaAvailable]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t7ShortDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[t3Chart]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterQualityClass]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterSoilRequirements]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterFao]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterSuggestedUse]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterBrand]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterType2]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterType3]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[filterFertilizerType]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[showDescription]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[link]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category.slug","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"filterUse.name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"filterUse.name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"promoted","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"kurkaAvailable","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_products_post","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Product resource.","description":"Creates a Product resource.","parameters":[],"requestBody":{"description":"The new Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/products\/{slug}":{"get":{"operationId":"api_products_slug_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"slug","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_products_slug_put","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Product resource.","description":"Replaces the Product resource.","parameters":[{"name":"slug","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.write"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_products_slug_delete","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Product resource.","description":"Removes the Product resource.","parameters":[{"name":"slug","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_products_slug_patch","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Product resource.","description":"Updates the Product resource.","parameters":[{"name":"slug","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.write"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Product-product.write"}}},"required":true},"deprecated":false},"parameters":[]},"\/users":{"get":{"operationId":"api_users_get_collection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/User"}}}}}},"summary":"Retrieves the collection of User resources.","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[roles]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[password]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"email","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"email[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"roles","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"roles[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"password","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"password[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"createdAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"createdAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"updatedAt[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_users_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a User resource.","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true},"deprecated":false},"parameters":[]},"\/users\/{id}":{"get":{"operationId":"api_users_id_get","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_users_id_put","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the User resource.","description":"Replaces the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_users_id_delete","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_users_id_patch","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the User resource.","description":"Updates the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated User resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true},"deprecated":false},"parameters":[]},"\/voivodeships":{"get":{"operationId":"api_voivodeships_get_collection","tags":["Voivodeship"],"responses":{"200":{"description":"Voivodeship collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"hydra:totalItems":{"type":"integer","minimum":0},"hydra:view":{"type":"object","properties":{"@id":{"type":"string","format":"iri-reference"},"@type":{"type":"string"},"hydra:first":{"type":"string","format":"iri-reference"},"hydra:last":{"type":"string","format":"iri-reference"},"hydra:previous":{"type":"string","format":"iri-reference"},"hydra:next":{"type":"string","format":"iri-reference"}},"example":{"@id":"string","type":"string","hydra:first":"string","hydra:last":"string","hydra:previous":"string","hydra:next":"string"}},"hydra:search":{"type":"object","properties":{"@type":{"type":"string"},"hydra:template":{"type":"string"},"hydra:variableRepresentation":{"type":"string"},"hydra:mapping":{"type":"array","items":{"type":"object","properties":{"@type":{"type":"string"},"variable":{"type":"string"},"property":{"type":"string","nullable":true},"required":{"type":"boolean"}}}}}}},"required":["hydra:member"]}},"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Voivodeship"}}}}}},"summary":"Retrieves the collection of Voivodeship resources.","description":"Retrieves the collection of Voivodeship resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_voivodeships_post","tags":["Voivodeship"],"responses":{"201":{"description":"Voivodeship resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Voivodeship resource.","description":"Creates a Voivodeship resource.","parameters":[],"requestBody":{"description":"The new Voivodeship resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"required":true},"deprecated":false},"parameters":[]},"\/voivodeships\/{id}":{"get":{"operationId":"api_voivodeships_id_get","tags":["Voivodeship"],"responses":{"200":{"description":"Voivodeship resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Voivodeship resource.","description":"Retrieves a Voivodeship resource.","parameters":[{"name":"id","in":"path","description":"Voivodeship identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_voivodeships_id_put","tags":["Voivodeship"],"responses":{"200":{"description":"Voivodeship resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Voivodeship resource.","description":"Replaces the Voivodeship resource.","parameters":[{"name":"id","in":"path","description":"Voivodeship identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Voivodeship resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_voivodeships_id_delete","tags":["Voivodeship"],"responses":{"204":{"description":"Voivodeship resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Voivodeship resource.","description":"Removes the Voivodeship resource.","parameters":[{"name":"id","in":"path","description":"Voivodeship identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_voivodeships_id_patch","tags":["Voivodeship"],"responses":{"200":{"description":"Voivodeship resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Voivodeship resource.","description":"Updates the Voivodeship resource.","parameters":[{"name":"id","in":"path","description":"Voivodeship identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Voivodeship resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship.jsonld"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}},"text\/csv":{"schema":{"$ref":"#\/components\/schemas\/Voivodeship"}}},"required":true},"deprecated":false},"parameters":[]}},"components":{"schemas":{"Banner":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"url":{"type":"string"},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"position":{"type":"integer"},"videoUrl":{"type":"string","nullable":true},"textPosition":{"type":"integer"},"type":{"type":"integer"},"imageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true}}},"Banner.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"url":{"type":"string"},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"position":{"type":"integer"},"videoUrl":{"type":"string","nullable":true},"textPosition":{"type":"integer"},"type":{"type":"integer"},"imageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true}}},"Category-category.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"slug":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"integer"},"contents":{"type":"array","items":{"type":"string","format":"iri-reference"}},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-category.read"}],"nullable":true},"parent":{"type":"string","format":"iri-reference","nullable":true},"parentName":{"type":"string","nullable":true},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-category.read"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean"}}},"Category-category.write":{"type":"object","description":"","deprecated":false,"properties":{"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"author":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"integer"},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-category.write"}],"nullable":true},"parent":{"type":"string","format":"iri-reference","nullable":true},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category-category.write"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean"}}},"Category.CategoryOutput-category.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"type":"integer"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"integer"},"parentType":{"type":"integer"},"parentName":{"type":"string"},"short":{"type":"string","nullable":true},"public":{"type":"boolean","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"contents":{"$ref":"#\/components\/schemas\/Collection-category.read"},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-category.read"}],"nullable":true},"parent":{"anyOf":[{"$ref":"#\/components\/schemas\/Category-category.read"}],"nullable":true},"children":{"$ref":"#\/components\/schemas\/Collection-category.read"},"position":{"type":"integer","nullable":true},"image":{"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean","nullable":true}}},"Category.CategoryOutput.jsonld-category.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"integer"},"name":{"type":"string"},"slug":{"type":"string"},"type":{"type":"integer"},"parentType":{"type":"integer"},"parentName":{"type":"string"},"short":{"type":"string","nullable":true},"public":{"type":"boolean","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"contents":{"$ref":"#\/components\/schemas\/Collection.jsonld-category.read"},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}],"nullable":true},"parent":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}],"nullable":true},"children":{"$ref":"#\/components\/schemas\/Collection.jsonld-category.read"},"position":{"type":"integer","nullable":true},"image":{"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean","nullable":true}}},"Category.jsonld-category.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"slug":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"integer"},"contents":{"type":"array","items":{"type":"string","format":"iri-reference"}},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}],"nullable":true},"parent":{"type":"string","format":"iri-reference","nullable":true},"parentName":{"type":"string","nullable":true},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld-category.read"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean"}}},"Category.jsonld-category.write":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"author":{"type":"string","format":"iri-reference","nullable":true},"type":{"type":"integer"},"lft":{"type":"integer"},"lvl":{"type":"integer"},"rgt":{"type":"integer"},"root":{"anyOf":[{"$ref":"#\/components\/schemas\/Category.jsonld-category.write"}],"nullable":true},"parent":{"type":"string","format":"iri-reference","nullable":true},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Category.jsonld-category.write"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"showInFooter":{"type":"boolean"}}},"Collection-category.read":{"type":"object","description":"","deprecated":false},"Collection.jsonld-category.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"ContactForm":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"email":{"type":"string"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string","nullable":true},"text":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"}}},"ContactForm.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"email":{"type":"string"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string","nullable":true},"text":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"}}},"Content":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"slug":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"type":{"type":"integer"},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true}}},"Content.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"short":{"type":"string","nullable":true},"text":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"slug":{"type":"string","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"type":{"type":"integer"},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"position":{"type":"integer","nullable":true},"image":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true}}},"File":{"type":"object","description":"","deprecated":false,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"properties":{"id":{"readOnly":true,"type":"integer"},"file":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"filename":{"type":"string"},"contentUrl":{"type":"string","nullable":true}}},"File-file_read":{"type":"object","description":"","deprecated":false,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"properties":{"name":{"type":"string"},"filename":{"type":"string"},"contentUrl":{"type":"string","nullable":true}}},"File.jsonld":{"type":"object","description":"","deprecated":false,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"file":{"externalDocs":{"url":"https:\/\/schema.org\/MediaObject"},"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"filename":{"type":"string"},"contentUrl":{"type":"string","nullable":true}}},"File.jsonld-file_read":{"type":"object","description":"","deprecated":false,"externalDocs":{"url":"http:\/\/schema.org\/MediaObject"},"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"filename":{"type":"string"},"contentUrl":{"type":"string","nullable":true}}},"FilterUse":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"status":{"type":"boolean","nullable":true}}},"FilterUse-product.read":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"status":{"type":"boolean","nullable":true}}},"FilterUse-product.write":{"type":"object","description":"","deprecated":false},"FilterUse.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"status":{"type":"boolean","nullable":true}}},"FilterUse.jsonld-product.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"name":{"type":"string"},"status":{"type":"boolean","nullable":true}}},"FilterUse.jsonld-product.write":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"}}},"MapPoints":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"street":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"phone":{"type":"string","nullable":true},"borough":{"type":"string","nullable":true},"voivodeship":{"type":"string","format":"iri-reference","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"godzinypnpt":{"type":"string","nullable":true},"godzinysb":{"type":"string","nullable":true}}},"MapPoints.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string","nullable":true},"street":{"type":"string"},"postCode":{"type":"string"},"city":{"type":"string"},"phone":{"type":"string","nullable":true},"borough":{"type":"string","nullable":true},"voivodeship":{"type":"string","format":"iri-reference","nullable":true},"lat":{"type":"string","nullable":true},"lng":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean"},"godzinypnpt":{"type":"string","nullable":true},"godzinysb":{"type":"string","nullable":true}}},"MediaObject":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"file":{"type":"string","format":"binary","nullable":true},"filePath":{"type":"string","nullable":true},"filename":{"type":"string"},"alt":{"type":"string","nullable":true},"filetype":{"type":"string"},"filesize":{"type":"integer","nullable":true}}},"MediaObject-media_object_read":{"type":"object","description":"","deprecated":false,"properties":{"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"filePath":{"type":"string","nullable":true}}},"MediaObject-product.read":{"type":"object","description":"","deprecated":false,"properties":{"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"file":{"type":"string","format":"binary","nullable":true},"filePath":{"type":"string","nullable":true}}},"MediaObject.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"file":{"type":"string","format":"binary","nullable":true},"filePath":{"type":"string","nullable":true},"filename":{"type":"string"},"alt":{"type":"string","nullable":true},"filetype":{"type":"string"},"filesize":{"type":"integer","nullable":true}}},"MediaObject.jsonld-media_object_read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"filePath":{"type":"string","nullable":true}}},"MediaObject.jsonld-product.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"contentUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"file":{"type":"string","format":"binary","nullable":true},"filePath":{"type":"string","nullable":true}}},"Product-product.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"},"type":{"type":"string","format":"iri-reference","nullable":true},"typeName":{"type":"string","nullable":true},"name":{"type":"string"},"descr":{"type":"string","nullable":true},"short":{"type":"string","nullable":true},"youtube":{"type":"string","nullable":true},"searchKeywords":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"promoted":{"type":"boolean","nullable":true},"t1VarietyName":{"type":"string","nullable":true},"t1Farmer":{"type":"string","nullable":true},"t1VarietyType":{"type":"string","nullable":true},"t1RegistryCountry":{"type":"string","nullable":true},"t1ShortDescription":{"type":"string","nullable":true},"t1UsableValue":{"type":"string","nullable":true},"t1AgronomyProfile":{"type":"string","nullable":true},"t1CoborLink":{"type":"string","nullable":true},"t2VarietyName":{"type":"string","nullable":true},"t2Fao":{"type":"string","nullable":true},"t2Farmer":{"type":"string","nullable":true},"t2RegistryCountry":{"type":"string","nullable":true},"t2VarietyType":{"type":"string","nullable":true},"t2ShortDescription":{"type":"string","nullable":true},"t2FlaskImage":{"type":"string","nullable":true},"t2FlaskSection":{"type":"string","nullable":true},"t2GrainSection":{"type":"string","nullable":true},"t2SuggestedUse":{"type":"string","nullable":true},"t2Recommendations":{"type":"string","nullable":true},"t2Description":{"type":"string","nullable":true},"t2CoborLink":{"type":"string","nullable":true},"t2FarmerRecommendation":{"type":"string","nullable":true},"t2Cobor":{"type":"string","nullable":true},"t2Chart":{"type":"string","nullable":true},"t2SoilRequirements":{"type":"string","nullable":true},"t3Type":{"type":"string","nullable":true},"t3VarietyName":{"type":"string","nullable":true},"t3QualityClass":{"type":"string","nullable":true},"t3ShortDescription":{"type":"string","nullable":true},"t3RegistryCountry":{"type":"string","nullable":true},"t3Description":{"type":"string","nullable":true},"t3Description2":{"type":"string","nullable":true},"t3Description3":{"type":"string","nullable":true},"t3CoborLink":{"type":"string","nullable":true},"t4ProductName":{"type":"string","nullable":true},"t4ProductType":{"type":"string","nullable":true},"t4Formulation":{"type":"string","nullable":true},"t4PermitNumber":{"type":"string","nullable":true},"t4InfoImage":{"type":"string","nullable":true},"t4Application":{"type":"string","nullable":true},"t4ActionDescription":{"type":"string","nullable":true},"t4RecommendedDose":{"type":"string","nullable":true},"t4DateOfApplication":{"type":"string","nullable":true},"t4RecommendedTreatment":{"type":"string","nullable":true},"t4TreatmentNumber":{"type":"string","nullable":true},"t4ActiveIngredient":{"type":"string","nullable":true},"t4AvailablePackage":{"type":"string","nullable":true},"t4KindOfThreat":{"type":"string","nullable":true},"t4SafeUse":{"type":"string","nullable":true},"t4SafeUsePikto":{"type":"string","nullable":true},"t4Technology":{"type":"string","nullable":true},"t4Link":{"type":"string","nullable":true},"t4Advertisment":{"type":"string","nullable":true},"t4LegalInfo":{"type":"string","nullable":true},"t4Prize":{"type":"string","nullable":true},"t5TradeName":{"type":"string","nullable":true},"t5ChemicalName":{"type":"string","nullable":true},"t5Formula":{"type":"string","nullable":true},"t5Ingredients":{"type":"string","nullable":true},"t5PkwiuNumber":{"type":"string","nullable":true},"t5CnNumber":{"type":"string","nullable":true},"t5Description":{"type":"string","nullable":true},"t5Image":{"type":"string","nullable":true},"t6Name":{"type":"string","nullable":true},"t6Type":{"type":"string","nullable":true},"t6ShortDescription":{"type":"string","nullable":true},"t6ShortDescription2":{"type":"string","nullable":true},"t6Description":{"type":"string","nullable":true},"t6Condition":{"type":"string","nullable":true},"t7ProductName":{"type":"string","nullable":true},"t7ProductType":{"type":"string","nullable":true},"t7SafeUse":{"type":"string","nullable":true},"t1Recommendations":{"type":"string","nullable":true},"t4ProductFeatures":{"type":"string","nullable":true},"t4CombatedPests":{"type":"string","nullable":true},"producerName":{"type":"string","nullable":true},"producerImage":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"anyOf":[{"$ref":"#\/components\/schemas\/MediaObject-product.read"}],"nullable":true},"download":{"type":"string","nullable":true},"new":{"default":true,"example":true,"type":"boolean","nullable":true},"kurkaAvailable":{"default":true,"example":true,"type":"boolean","nullable":true},"t7ShortDescription":{"type":"string","nullable":true},"t3Chart":{"type":"string","nullable":true},"filterQualityClass":{"type":"integer","nullable":true},"filterSoilRequirements":{"type":"integer","nullable":true},"filterFao":{"type":"integer","nullable":true},"filterSuggestedUse":{"type":"integer","nullable":true},"filterBrand":{"type":"integer","nullable":true},"filterType":{"type":"integer","nullable":true},"filterType2":{"type":"integer","nullable":true},"filterType3":{"type":"integer","nullable":true},"filterFertilizerType":{"type":"string","nullable":true},"packshot":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"anyOf":[{"$ref":"#\/components\/schemas\/MediaObject-product.read"}],"nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"filterUse":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse-product.read"}},"related":{"type":"array","items":{"type":"string","format":"iri-reference"}},"packshotUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"producerImageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"showDescription":{"type":"boolean"},"link":{"type":"string","nullable":true}}},"Product-product.write":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"},"type":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"descr":{"type":"string","nullable":true},"short":{"type":"string","nullable":true},"youtube":{"type":"string","nullable":true},"searchKeywords":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"promoted":{"type":"boolean","nullable":true},"t1VarietyName":{"type":"string","nullable":true},"t1Farmer":{"type":"string","nullable":true},"t1VarietyType":{"type":"string","nullable":true},"t1RegistryCountry":{"type":"string","nullable":true},"t1ShortDescription":{"type":"string","nullable":true},"t1UsableValue":{"type":"string","nullable":true},"t1AgronomyProfile":{"type":"string","nullable":true},"t1CoborLink":{"type":"string","nullable":true},"t2VarietyName":{"type":"string","nullable":true},"t2Fao":{"type":"string","nullable":true},"t2Farmer":{"type":"string","nullable":true},"t2RegistryCountry":{"type":"string","nullable":true},"t2VarietyType":{"type":"string","nullable":true},"t2ShortDescription":{"type":"string","nullable":true},"t2FlaskImage":{"type":"string","nullable":true},"t2FlaskSection":{"type":"string","nullable":true},"t2GrainSection":{"type":"string","nullable":true},"t2SuggestedUse":{"type":"string","nullable":true},"t2Recommendations":{"type":"string","nullable":true},"t2Description":{"type":"string","nullable":true},"t2CoborLink":{"type":"string","nullable":true},"t2FarmerRecommendation":{"type":"string","nullable":true},"t2Cobor":{"type":"string","nullable":true},"t2Chart":{"type":"string","nullable":true},"t2SoilRequirements":{"type":"string","nullable":true},"t3Type":{"type":"string","nullable":true},"t3VarietyName":{"type":"string","nullable":true},"t3QualityClass":{"type":"string","nullable":true},"t3ShortDescription":{"type":"string","nullable":true},"t3RegistryCountry":{"type":"string","nullable":true},"t3Description":{"type":"string","nullable":true},"t3Description2":{"type":"string","nullable":true},"t3Description3":{"type":"string","nullable":true},"t3CoborLink":{"type":"string","nullable":true},"t4ProductName":{"type":"string","nullable":true},"t4ProductType":{"type":"string","nullable":true},"t4Formulation":{"type":"string","nullable":true},"t4PermitNumber":{"type":"string","nullable":true},"t4InfoImage":{"type":"string","nullable":true},"t4Application":{"type":"string","nullable":true},"t4ActionDescription":{"type":"string","nullable":true},"t4RecommendedDose":{"type":"string","nullable":true},"t4DateOfApplication":{"type":"string","nullable":true},"t4RecommendedTreatment":{"type":"string","nullable":true},"t4TreatmentNumber":{"type":"string","nullable":true},"t4ActiveIngredient":{"type":"string","nullable":true},"t4AvailablePackage":{"type":"string","nullable":true},"t4KindOfThreat":{"type":"string","nullable":true},"t4SafeUse":{"type":"string","nullable":true},"t4SafeUsePikto":{"type":"string","nullable":true},"t4Technology":{"type":"string","nullable":true},"t4Link":{"type":"string","nullable":true},"t4Advertisment":{"type":"string","nullable":true},"t4LegalInfo":{"type":"string","nullable":true},"t4Prize":{"type":"string","nullable":true},"t5TradeName":{"type":"string","nullable":true},"t5ChemicalName":{"type":"string","nullable":true},"t5Formula":{"type":"string","nullable":true},"t5Ingredients":{"type":"string","nullable":true},"t5PkwiuNumber":{"type":"string","nullable":true},"t5CnNumber":{"type":"string","nullable":true},"t5Description":{"type":"string","nullable":true},"t5Image":{"type":"string","nullable":true},"t6Name":{"type":"string","nullable":true},"t6Type":{"type":"string","nullable":true},"t6ShortDescription":{"type":"string","nullable":true},"t6ShortDescription2":{"type":"string","nullable":true},"t6Description":{"type":"string","nullable":true},"t6Condition":{"type":"string","nullable":true},"t7ProductName":{"type":"string","nullable":true},"t7ProductType":{"type":"string","nullable":true},"t7SafeUse":{"type":"string","nullable":true},"t1Recommendations":{"type":"string","nullable":true},"t4ProductFeatures":{"type":"string","nullable":true},"t4CombatedPests":{"type":"string","nullable":true},"producerName":{"type":"string","nullable":true},"producerImage":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"download":{"type":"string","nullable":true},"new":{"default":true,"example":true,"type":"boolean","nullable":true},"kurkaAvailable":{"default":true,"example":true,"type":"boolean","nullable":true},"t7ShortDescription":{"type":"string","nullable":true},"t3Chart":{"type":"string","nullable":true},"filterQualityClass":{"type":"integer","nullable":true},"filterSoilRequirements":{"type":"integer","nullable":true},"filterFao":{"type":"integer","nullable":true},"filterSuggestedUse":{"type":"integer","nullable":true},"filterBrand":{"type":"integer","nullable":true},"filterType":{"type":"integer","nullable":true},"filterType2":{"type":"integer","nullable":true},"filterType3":{"type":"integer","nullable":true},"filterFertilizerType":{"type":"string","nullable":true},"packshot":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"filterUse":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse-product.write"}},"related":{"type":"array","items":{"type":"string","format":"iri-reference"}},"packshotUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"producerImageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"showDescription":{"type":"boolean"},"link":{"type":"string","nullable":true}}},"Product.jsonld-product.read":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"string"},"type":{"type":"string","format":"iri-reference","nullable":true},"typeName":{"type":"string","nullable":true},"name":{"type":"string"},"descr":{"type":"string","nullable":true},"short":{"type":"string","nullable":true},"youtube":{"type":"string","nullable":true},"searchKeywords":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"promoted":{"type":"boolean","nullable":true},"t1VarietyName":{"type":"string","nullable":true},"t1Farmer":{"type":"string","nullable":true},"t1VarietyType":{"type":"string","nullable":true},"t1RegistryCountry":{"type":"string","nullable":true},"t1ShortDescription":{"type":"string","nullable":true},"t1UsableValue":{"type":"string","nullable":true},"t1AgronomyProfile":{"type":"string","nullable":true},"t1CoborLink":{"type":"string","nullable":true},"t2VarietyName":{"type":"string","nullable":true},"t2Fao":{"type":"string","nullable":true},"t2Farmer":{"type":"string","nullable":true},"t2RegistryCountry":{"type":"string","nullable":true},"t2VarietyType":{"type":"string","nullable":true},"t2ShortDescription":{"type":"string","nullable":true},"t2FlaskImage":{"type":"string","nullable":true},"t2FlaskSection":{"type":"string","nullable":true},"t2GrainSection":{"type":"string","nullable":true},"t2SuggestedUse":{"type":"string","nullable":true},"t2Recommendations":{"type":"string","nullable":true},"t2Description":{"type":"string","nullable":true},"t2CoborLink":{"type":"string","nullable":true},"t2FarmerRecommendation":{"type":"string","nullable":true},"t2Cobor":{"type":"string","nullable":true},"t2Chart":{"type":"string","nullable":true},"t2SoilRequirements":{"type":"string","nullable":true},"t3Type":{"type":"string","nullable":true},"t3VarietyName":{"type":"string","nullable":true},"t3QualityClass":{"type":"string","nullable":true},"t3ShortDescription":{"type":"string","nullable":true},"t3RegistryCountry":{"type":"string","nullable":true},"t3Description":{"type":"string","nullable":true},"t3Description2":{"type":"string","nullable":true},"t3Description3":{"type":"string","nullable":true},"t3CoborLink":{"type":"string","nullable":true},"t4ProductName":{"type":"string","nullable":true},"t4ProductType":{"type":"string","nullable":true},"t4Formulation":{"type":"string","nullable":true},"t4PermitNumber":{"type":"string","nullable":true},"t4InfoImage":{"type":"string","nullable":true},"t4Application":{"type":"string","nullable":true},"t4ActionDescription":{"type":"string","nullable":true},"t4RecommendedDose":{"type":"string","nullable":true},"t4DateOfApplication":{"type":"string","nullable":true},"t4RecommendedTreatment":{"type":"string","nullable":true},"t4TreatmentNumber":{"type":"string","nullable":true},"t4ActiveIngredient":{"type":"string","nullable":true},"t4AvailablePackage":{"type":"string","nullable":true},"t4KindOfThreat":{"type":"string","nullable":true},"t4SafeUse":{"type":"string","nullable":true},"t4SafeUsePikto":{"type":"string","nullable":true},"t4Technology":{"type":"string","nullable":true},"t4Link":{"type":"string","nullable":true},"t4Advertisment":{"type":"string","nullable":true},"t4LegalInfo":{"type":"string","nullable":true},"t4Prize":{"type":"string","nullable":true},"t5TradeName":{"type":"string","nullable":true},"t5ChemicalName":{"type":"string","nullable":true},"t5Formula":{"type":"string","nullable":true},"t5Ingredients":{"type":"string","nullable":true},"t5PkwiuNumber":{"type":"string","nullable":true},"t5CnNumber":{"type":"string","nullable":true},"t5Description":{"type":"string","nullable":true},"t5Image":{"type":"string","nullable":true},"t6Name":{"type":"string","nullable":true},"t6Type":{"type":"string","nullable":true},"t6ShortDescription":{"type":"string","nullable":true},"t6ShortDescription2":{"type":"string","nullable":true},"t6Description":{"type":"string","nullable":true},"t6Condition":{"type":"string","nullable":true},"t7ProductName":{"type":"string","nullable":true},"t7ProductType":{"type":"string","nullable":true},"t7SafeUse":{"type":"string","nullable":true},"t1Recommendations":{"type":"string","nullable":true},"t4ProductFeatures":{"type":"string","nullable":true},"t4CombatedPests":{"type":"string","nullable":true},"producerName":{"type":"string","nullable":true},"producerImage":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"anyOf":[{"$ref":"#\/components\/schemas\/MediaObject.jsonld-product.read"}],"nullable":true},"download":{"type":"string","nullable":true},"new":{"default":true,"example":true,"type":"boolean","nullable":true},"kurkaAvailable":{"default":true,"example":true,"type":"boolean","nullable":true},"t7ShortDescription":{"type":"string","nullable":true},"t3Chart":{"type":"string","nullable":true},"filterQualityClass":{"type":"integer","nullable":true},"filterSoilRequirements":{"type":"integer","nullable":true},"filterFao":{"type":"integer","nullable":true},"filterSuggestedUse":{"type":"integer","nullable":true},"filterBrand":{"type":"integer","nullable":true},"filterType":{"type":"integer","nullable":true},"filterType2":{"type":"integer","nullable":true},"filterType3":{"type":"integer","nullable":true},"filterFertilizerType":{"type":"string","nullable":true},"packshot":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"anyOf":[{"$ref":"#\/components\/schemas\/MediaObject.jsonld-product.read"}],"nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"filterUse":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse.jsonld-product.read"}},"related":{"type":"array","items":{"type":"string","format":"iri-reference"}},"packshotUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"producerImageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"showDescription":{"type":"boolean"},"link":{"type":"string","nullable":true}}},"Product.jsonld-product.write":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"string"},"type":{"type":"string","format":"iri-reference","nullable":true},"name":{"type":"string"},"descr":{"type":"string","nullable":true},"short":{"type":"string","nullable":true},"youtube":{"type":"string","nullable":true},"searchKeywords":{"type":"string","nullable":true},"public":{"default":true,"example":true,"type":"boolean","nullable":true},"title":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"slug":{"type":"string","nullable":true},"promoted":{"type":"boolean","nullable":true},"t1VarietyName":{"type":"string","nullable":true},"t1Farmer":{"type":"string","nullable":true},"t1VarietyType":{"type":"string","nullable":true},"t1RegistryCountry":{"type":"string","nullable":true},"t1ShortDescription":{"type":"string","nullable":true},"t1UsableValue":{"type":"string","nullable":true},"t1AgronomyProfile":{"type":"string","nullable":true},"t1CoborLink":{"type":"string","nullable":true},"t2VarietyName":{"type":"string","nullable":true},"t2Fao":{"type":"string","nullable":true},"t2Farmer":{"type":"string","nullable":true},"t2RegistryCountry":{"type":"string","nullable":true},"t2VarietyType":{"type":"string","nullable":true},"t2ShortDescription":{"type":"string","nullable":true},"t2FlaskImage":{"type":"string","nullable":true},"t2FlaskSection":{"type":"string","nullable":true},"t2GrainSection":{"type":"string","nullable":true},"t2SuggestedUse":{"type":"string","nullable":true},"t2Recommendations":{"type":"string","nullable":true},"t2Description":{"type":"string","nullable":true},"t2CoborLink":{"type":"string","nullable":true},"t2FarmerRecommendation":{"type":"string","nullable":true},"t2Cobor":{"type":"string","nullable":true},"t2Chart":{"type":"string","nullable":true},"t2SoilRequirements":{"type":"string","nullable":true},"t3Type":{"type":"string","nullable":true},"t3VarietyName":{"type":"string","nullable":true},"t3QualityClass":{"type":"string","nullable":true},"t3ShortDescription":{"type":"string","nullable":true},"t3RegistryCountry":{"type":"string","nullable":true},"t3Description":{"type":"string","nullable":true},"t3Description2":{"type":"string","nullable":true},"t3Description3":{"type":"string","nullable":true},"t3CoborLink":{"type":"string","nullable":true},"t4ProductName":{"type":"string","nullable":true},"t4ProductType":{"type":"string","nullable":true},"t4Formulation":{"type":"string","nullable":true},"t4PermitNumber":{"type":"string","nullable":true},"t4InfoImage":{"type":"string","nullable":true},"t4Application":{"type":"string","nullable":true},"t4ActionDescription":{"type":"string","nullable":true},"t4RecommendedDose":{"type":"string","nullable":true},"t4DateOfApplication":{"type":"string","nullable":true},"t4RecommendedTreatment":{"type":"string","nullable":true},"t4TreatmentNumber":{"type":"string","nullable":true},"t4ActiveIngredient":{"type":"string","nullable":true},"t4AvailablePackage":{"type":"string","nullable":true},"t4KindOfThreat":{"type":"string","nullable":true},"t4SafeUse":{"type":"string","nullable":true},"t4SafeUsePikto":{"type":"string","nullable":true},"t4Technology":{"type":"string","nullable":true},"t4Link":{"type":"string","nullable":true},"t4Advertisment":{"type":"string","nullable":true},"t4LegalInfo":{"type":"string","nullable":true},"t4Prize":{"type":"string","nullable":true},"t5TradeName":{"type":"string","nullable":true},"t5ChemicalName":{"type":"string","nullable":true},"t5Formula":{"type":"string","nullable":true},"t5Ingredients":{"type":"string","nullable":true},"t5PkwiuNumber":{"type":"string","nullable":true},"t5CnNumber":{"type":"string","nullable":true},"t5Description":{"type":"string","nullable":true},"t5Image":{"type":"string","nullable":true},"t6Name":{"type":"string","nullable":true},"t6Type":{"type":"string","nullable":true},"t6ShortDescription":{"type":"string","nullable":true},"t6ShortDescription2":{"type":"string","nullable":true},"t6Description":{"type":"string","nullable":true},"t6Condition":{"type":"string","nullable":true},"t7ProductName":{"type":"string","nullable":true},"t7ProductType":{"type":"string","nullable":true},"t7SafeUse":{"type":"string","nullable":true},"t1Recommendations":{"type":"string","nullable":true},"t4ProductFeatures":{"type":"string","nullable":true},"t4CombatedPests":{"type":"string","nullable":true},"producerName":{"type":"string","nullable":true},"producerImage":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"download":{"type":"string","nullable":true},"new":{"default":true,"example":true,"type":"boolean","nullable":true},"kurkaAvailable":{"default":true,"example":true,"type":"boolean","nullable":true},"t7ShortDescription":{"type":"string","nullable":true},"t3Chart":{"type":"string","nullable":true},"filterQualityClass":{"type":"integer","nullable":true},"filterSoilRequirements":{"type":"integer","nullable":true},"filterFao":{"type":"integer","nullable":true},"filterSuggestedUse":{"type":"integer","nullable":true},"filterBrand":{"type":"integer","nullable":true},"filterType":{"type":"integer","nullable":true},"filterType2":{"type":"integer","nullable":true},"filterType3":{"type":"integer","nullable":true},"filterFertilizerType":{"type":"string","nullable":true},"packshot":{"externalDocs":{"url":"https:\/\/schema.org\/image"},"type":"string","format":"iri-reference","nullable":true},"author":{"type":"string","format":"iri-reference","nullable":true},"category":{"type":"array","items":{"type":"string","format":"iri-reference"}},"filterUse":{"type":"array","items":{"$ref":"#\/components\/schemas\/FilterUse.jsonld-product.write"}},"related":{"type":"array","items":{"type":"string","format":"iri-reference"}},"packshotUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"producerImageUrl":{"externalDocs":{"url":"https:\/\/schema.org\/contentUrl"},"type":"string","nullable":true},"showDescription":{"type":"boolean"},"link":{"type":"string","nullable":true}}},"ProductType":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"status":{"default":true,"example":true,"type":"boolean","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"slug":{"type":"string","nullable":true}}},"ProductType.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"status":{"default":true,"example":true,"type":"boolean","nullable":true},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"slug":{"type":"string","nullable":true}}},"User":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"email":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"roles":{"type":"string"},"password":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"salt":{"readOnly":true},"userIdentifier":{"readOnly":true,"type":"string"},"username":{"readOnly":true,"type":"string"}}},"User.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"email":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"},"roles":{"type":"string"},"password":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"salt":{"readOnly":true},"userIdentifier":{"readOnly":true,"type":"string"},"username":{"readOnly":true,"type":"string"}}},"Voivodeship":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"}}},"Voivodeship.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"externalDocs":{"url":"https:\/\/schema.org\/name"},"type":"string"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"},"locale":{"type":"apiKey","description":"Value for the Locale header parameter.","name":"Locale","in":"header"}}},"security":[{"apiKey":[]},{"locale":[]}],"tags":[]}