{"openapi":"3.0.0","info":{"title":"","description":"","version":"0.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/articles":{"get":{"operationId":"getArticleCollection","tags":["Article"],"responses":{"200":{"description":"Article collection","content":{"application\/json":{"schema":{"example":"{\"data\": [{ \"id\": 0, \"name\": \"string\", \"icon\": \"string\", \"teaser\": \"string\", \"body\": \"string\", \"published\": 0, \"priority\": 0, \"author\": \"string\", \"publishedFrom\": \"2022-08-09T09:36:57.901Z\", \"publishedTo\": \"2022-08-09T09:36:57.901Z\", \"slug\": \"string\", \"seoTitle\": \"string\", \"metadata\": \"string\", \"category\": \"string\", \"site\": [ \"string\" ], \"lang\": \"string\", \"statistic\": \"string\" }], \"meta\": {\"current_page\": 1,\"from\": 0,\"to\": 30,\"per_page\": \"30\",\"last_page\": 8,\"total\": 211 }}","type":"object","properties":{"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article"}},"meta":{"type":"object","properties":{"current_page":{"type":"integer"},"from":{"type":"integer"},"to":{"type":"integer"},"per_page":{"type":"integer"},"last_page":{"type":"integer"},"total":{"type":"integer"}}}}}}}}},"summary":"Retrieves the collection of Article resources.","description":"Retrieves the collection of Article 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"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":"name[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"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":"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":"site","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"site[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"deepObject","explode":true,"allowReserved":false},{"name":"published","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"published[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true,"allowReserved":false},{"name":"lang","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"lang[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"publishedFrom[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"publishedFrom[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"publishedFrom[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"publishedFrom[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"order[publishedFrom]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[priority]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/articles\/{id}":{"get":{"operationId":"getArticleItem","tags":["Article"],"responses":{"200":{"description":"Article resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Article"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Article resource.","description":"Retrieves a Article resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/blocks":{"get":{"operationId":"getBlockCollection","tags":["Block"],"responses":{"200":{"description":"Block collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Block.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\/Block"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Block"}}}}}},"summary":"Retrieves the collection of Block resources.","description":"Retrieves the collection of Block 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/blocks\/{id}":{"get":{"operationId":"getBlockItem","tags":["Block"],"responses":{"200":{"description":"Block resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Block.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Block"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Block"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Block resource.","description":"Retrieves a Block resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents":{"get":{"operationId":"getDocumentCollection","tags":["Document"],"responses":{"200":{"description":"Document collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document.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\/Document"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Document"}}}}}},"summary":"Retrieves the collection of Document resources.","description":"Retrieves the collection of Document 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/documents\/{id}":{"get":{"operationId":"getDocumentItem","tags":["Document"],"responses":{"200":{"description":"Document resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Document.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Document"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Document"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Document resource.","description":"Retrieves a Document resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/events":{"get":{"operationId":"getEventCollection","tags":["Event"],"responses":{"200":{"description":"Event collection","content":{"application\/json":{"schema":{"example":"{\"data\": [ { \"id\": 0, \"name\": \"string\", \"content\": \"string\", \"teaser\": \"string\", \"dateFrom\": \"2022-08-10T19:26:53.721Z\", \"dateTo\": \"2022-08-10T19:26:53.721Z\", \"urlLink\": \"string\", \"location\": \"string\", \"organizer\": \"string\", \"phone\": \"string\", \"email\": \"string\", \"published\": 0, \"slug\": \"string\", \"contactPerson\": \"string\", \"icon\": \"string\", \"category\": \"string\", \"site\": [ \"string\" ], \"statistic\": \"string\" } ], \"meta\": {\"current_page\": 1,\"from\": 0,\"to\": 30,\"per_page\": \"30\",\"last_page\": 8,\"total\": 211 }}","type":"object","properties":{"data":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event"}},"meta":{"type":"object","properties":{"current_page":{"type":"integer"},"from":{"type":"integer"},"to":{"type":"integer"},"per_page":{"type":"integer"},"last_page":{"type":"integer"},"total":{"type":"integer"}}}}}}}}},"summary":"Retrieves the collection of Event resources.","description":"Retrieves the collection of Event 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false},{"name":"dateFrom[before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"dateFrom[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"dateFrom[after]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"dateFrom[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":"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":"site","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"site[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"deepObject","explode":true,"allowReserved":false},{"name":"order[dateFrom]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/events\/{id}":{"get":{"operationId":"getEventItem","tags":["Event"],"responses":{"200":{"description":"Event resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Event"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Event resource.","description":"Retrieves a Event resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/menus":{"get":{"operationId":"getMenuCollection","tags":["Menu"],"responses":{"200":{"description":"Menu collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Menu.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\/Menu"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Menu"}}}}}},"summary":"Retrieves the collection of Menu resources.","description":"Retrieves the collection of Menu resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/menus\/{id}":{"get":{"operationId":"getMenuItem","tags":["Menu"],"responses":{"200":{"description":"Menu resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Menu.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Menu"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Menu"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Menu resource.","description":"Retrieves a Menu resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/pages":{"get":{"operationId":"getPageCollection","tags":["Page"],"responses":{"200":{"description":"Page collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Page.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\/Page"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Page"}}}}}},"summary":"Retrieves the collection of Page resources.","description":"Retrieves the collection of Page 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"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":"seoId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"seoId[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"site","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"site[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"deepObject","explode":true,"allowReserved":false},{"name":"lang","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"lang[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/pages\/{id}":{"get":{"operationId":"getPageItem","tags":["Page"],"responses":{"200":{"description":"Page resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Page.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Page"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Page"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Page resource.","description":"Retrieves a Page resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/searches":{"get":{"operationId":"getSearchCollection","tags":["Search"],"responses":{"200":{"description":"Search collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Search.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\/Search"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Search"}}}}}},"summary":"Retrieves the collection of Search resources.","description":"Retrieves the collection of Search 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false},{"name":"keyword","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":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"site","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"site[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"deepObject","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/sitemaps":{"get":{"operationId":"getSitemapCollection","tags":["Sitemap"],"responses":{"200":{"description":"Sitemap collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sitemap.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\/Sitemap"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Sitemap"}}}}}},"summary":"Retrieves the collection of Sitemap resources.","description":"Retrieves the collection of Sitemap 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false},{"name":"site","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"site[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"lang","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"lang[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/sitemaps\/{id}":{"get":{"operationId":"getSitemapItem","tags":["Sitemap"],"responses":{"200":{"description":"Sitemap resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Sitemap.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Sitemap"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Sitemap"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Sitemap resource.","description":"Retrieves a Sitemap resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics":{"get":{"operationId":"getStatisticCollection","tags":["Statistic"],"responses":{"200":{"description":"Statistic collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistic.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\/Statistic"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Statistic"}}}}}},"summary":"Retrieves the collection of Statistic resources.","description":"Retrieves the collection of Statistic 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":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":30,"minimum":0},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/statistics\/{id}":{"get":{"operationId":"getStatisticItem","tags":["Statistic"],"responses":{"200":{"description":"Statistic resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Statistic.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Statistic"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Statistic"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Statistic resource.","description":"Retrieves a Statistic resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"Article":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"icon":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"published":{"type":"integer"},"priority":{"type":"integer","nullable":true},"author":{"type":"string"},"publishedFrom":{"type":"string","format":"date-time","nullable":true},"publishedTo":{"type":"string","format":"date-time","nullable":true},"slug":{"type":"string"},"seoTitle":{"type":"string","nullable":true},"metadata":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"site":{"enum":["one","two"],"type":"array","items":{"type":"string"},"nullable":true},"lang":{"type":"string","nullable":true},"statistic":{}}},"Article.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"icon":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"body":{"type":"string","nullable":true},"published":{"type":"integer"},"priority":{"type":"integer","nullable":true},"author":{"type":"string"},"publishedFrom":{"type":"string","format":"date-time","nullable":true},"publishedTo":{"type":"string","format":"date-time","nullable":true},"slug":{"type":"string"},"seoTitle":{"type":"string","nullable":true},"metadata":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"site":{"enum":["one","two"],"type":"array","items":{"type":"string"},"nullable":true},"lang":{"type":"string","nullable":true},"statistic":{}}},"Block":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"content":{"type":"string","nullable":true},"pages":{}}},"Block.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"type":"integer"},"name":{"type":"string"},"content":{"type":"string","nullable":true},"pages":{}}},"Document":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"documentFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentFile"}},"search":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time","nullable":true}}},"Document.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"documentFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/DocumentFile.jsonld"}},"search":{"type":"string","nullable":true},"createdAt":{"type":"string","format":"date-time","nullable":true}}},"DocumentFile":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"format":{"type":"string"},"document":{"type":"string","format":"iri-reference","nullable":true},"link":{"type":"string","nullable":true}}},"DocumentFile.jsonld":{"type":"object","description":"","properties":{"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"format":{"type":"string"},"document":{"type":"string","format":"iri-reference","nullable":true},"link":{"type":"string","nullable":true}}},"Event":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"content":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"dateFrom":{"type":"string","format":"date-time","nullable":true},"dateTo":{"type":"string","format":"date-time","nullable":true},"urlLink":{"type":"string","nullable":true},"location":{"type":"string","nullable":true},"organizer":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"published":{"type":"integer","nullable":true},"slug":{"type":"string","nullable":true},"contactPerson":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"site":{"type":"array","items":{"type":"string"},"nullable":true},"statistic":{}}},"Event.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"content":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"dateFrom":{"type":"string","format":"date-time","nullable":true},"dateTo":{"type":"string","format":"date-time","nullable":true},"urlLink":{"type":"string","nullable":true},"location":{"type":"string","nullable":true},"organizer":{"type":"string","nullable":true},"phone":{"type":"string","nullable":true},"email":{"type":"string","nullable":true},"published":{"type":"integer","nullable":true},"slug":{"type":"string","nullable":true},"contactPerson":{"type":"string","nullable":true},"icon":{"type":"string","nullable":true},"category":{"type":"string","nullable":true},"site":{"type":"array","items":{"type":"string"},"nullable":true},"statistic":{}}},"Menu":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{},"children":{}}},"Menu.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"readOnly":true,"type":"integer"},"name":{},"children":{}}},"Page":{"type":"object","description":"","properties":{"id":{"type":"integer"},"name":{"type":"string"},"title":{"type":"string"},"linkName":{"type":"string","nullable":true},"lvl":{"type":"string","nullable":true},"sortOrder":{"type":"integer","nullable":true},"seoId":{"type":"string","nullable":true},"content":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"parentId":{"type":"integer","nullable":true},"icon":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"site":{"type":"array","items":{"type":"string"},"nullable":true},"block":{},"statistic":{},"menuCrumbs":{},"menuSubpages":{}}},"Page.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"type":"integer"},"name":{"type":"string"},"title":{"type":"string"},"linkName":{"type":"string","nullable":true},"lvl":{"type":"string","nullable":true},"sortOrder":{"type":"integer","nullable":true},"seoId":{"type":"string","nullable":true},"content":{"type":"string","nullable":true},"status":{"type":"string","nullable":true},"lang":{"type":"string","nullable":true},"parentId":{"type":"integer","nullable":true},"icon":{"type":"string","nullable":true},"teaser":{"type":"string","nullable":true},"site":{"type":"array","items":{"type":"string"},"nullable":true},"block":{},"statistic":{},"menuCrumbs":{},"menuSubpages":{}}},"Search":{"type":"object","description":"","properties":{"id":{"type":"string"},"data":{"type":"string"},"type":{"type":"string"},"keyword":{"type":"string"},"site":{"type":"array","items":{"type":"string"},"nullable":true}}},"Search.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"id":{"type":"string"},"data":{"type":"string"},"type":{"type":"string"},"keyword":{"type":"string"},"site":{"type":"array","items":{"type":"string"},"nullable":true}}},"Sitemap":{"type":"object","description":"","properties":{"id":{"type":"string"},"name":{"type":"string"},"seoId":{"type":"string","nullable":true},"parentId":{"type":"integer","nullable":true},"lang":{"type":"string","nullable":true},"site":{"type":"string","nullable":true}}},"Sitemap.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"type":"string"},"name":{"type":"string"},"seoId":{"type":"string","nullable":true},"parentId":{"type":"integer","nullable":true},"lang":{"type":"string","nullable":true},"site":{"type":"string","nullable":true}}},"Statistic":{"type":"object","description":"","properties":{"id":{"type":"string"},"data":{"type":"array","items":{"type":"string"}}}},"Statistic.jsonld":{"type":"object","description":"","properties":{"@id":{"readOnly":true,"type":"string"},"@type":{"readOnly":true,"type":"string"},"@context":{"readOnly":true,"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"id":{"type":"string"},"data":{"type":"array","items":{"type":"string"}}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{}},"security":[],"tags":[]}