{"openapi":"3.0.0","info":{"title":"","description":"","version":"0.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/crons":{"get":{"operationId":"api_crons_get_collection","tags":["Cron"],"responses":{"200":{"description":"Cron collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cron.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\/Cron"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Cron"}}}}}},"summary":"Retrieves the collection of Cron resources.","description":"Retrieves the collection of Cron 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":"cronUrl","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"frequency","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"inQueue","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"inQueue[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"boolean"}},"style":"form","explode":true,"allowReserved":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false,"allowReserved":false},{"name":"enabled[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"boolean"}},"style":"form","explode":true,"allowReserved":false},{"name":"website","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"website[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"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[cronUrl]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[lastExecution]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[nextExecution]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[frequency]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[inQueue]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[enabled]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[creationDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_crons_post","tags":["Cron"],"responses":{"201":{"description":"Cron resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Cron resource.","description":"Creates a Cron resource.","parameters":[],"requestBody":{"description":"The new Cron resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"required":true},"deprecated":false},"parameters":[]},"\/crons\/{id}":{"get":{"operationId":"api_crons_id_get","tags":["Cron"],"responses":{"200":{"description":"Cron resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Cron resource.","description":"Retrieves a Cron resource.","parameters":[{"name":"id","in":"path","description":"Cron identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_crons_id_put","tags":["Cron"],"responses":{"200":{"description":"Cron resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Cron resource.","description":"Replaces the Cron resource.","parameters":[{"name":"id","in":"path","description":"Cron identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Cron resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_crons_id_delete","tags":["Cron"],"responses":{"204":{"description":"Cron resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Cron resource.","description":"Removes the Cron resource.","parameters":[{"name":"id","in":"path","description":"Cron identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_crons_id_patch","tags":["Cron"],"responses":{"200":{"description":"Cron resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Cron.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Cron resource.","description":"Updates the Cron resource.","parameters":[{"name":"id","in":"path","description":"Cron identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Cron resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Cron"}}},"required":true},"deprecated":false},"parameters":[]},"\/feedback":{"get":{"operationId":"api_feedback_get_collection","tags":["Feedback"],"responses":{"200":{"description":"Feedback collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feedback.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\/Feedback"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feedback"}}}}}},"summary":"Retrieves the collection of Feedback resources.","description":"Retrieves the collection of Feedback resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"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":"email","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"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[reason]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[comment]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[email]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/feedback\/{id}":{"get":{"operationId":"api_feedback_id_get","tags":["Feedback"],"responses":{"200":{"description":"Feedback resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Feedback resource.","description":"Retrieves a Feedback resource.","parameters":[{"name":"id","in":"path","description":"Feedback identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_feedback_id_put","tags":["Feedback"],"responses":{"200":{"description":"Feedback resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Feedback resource.","description":"Replaces the Feedback resource.","parameters":[{"name":"id","in":"path","description":"Feedback identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Feedback resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_feedback_id_delete","tags":["Feedback"],"responses":{"204":{"description":"Feedback resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Feedback resource.","description":"Removes the Feedback resource.","parameters":[{"name":"id","in":"path","description":"Feedback identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_feedback_id_patch","tags":["Feedback"],"responses":{"200":{"description":"Feedback resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Feedback resource.","description":"Updates the Feedback resource.","parameters":[{"name":"id","in":"path","description":"Feedback identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Feedback resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"required":true},"deprecated":false},"parameters":[]},"\/licenses":{"get":{"operationId":"api_licenses_get_collection","tags":["License"],"responses":{"200":{"description":"License collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/License.jsonld-license.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\/License-license.read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/License-license.read"}}}}}},"summary":"Retrieves the collection of License resources.","description":"Retrieves the collection of License 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":"licenseKey","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"externalItemId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"billingPeriod","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"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[startDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[endDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[externalItemId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subscriptionId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[numberDownloads]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxWebsites]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxDownloads]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_licenses_post","tags":["License"],"responses":{"201":{"description":"License resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld-license.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a License resource.","description":"Creates a License resource.","parameters":[],"requestBody":{"description":"The new License resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License"}}},"required":true},"deprecated":false},"parameters":[]},"\/licenses\/external_item_id\/{id}":{"get":{"operationId":"api_licensesexternal_item_id_id_get","tags":["License"],"responses":{"200":{"description":"License resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld-license.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a License resource.","description":"Retrieves a License resource.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/licenses\/external_user_id\/{id}":{"get":{"operationId":"api_licensesexternal_user_id_id_get_collection","tags":["License"],"responses":{"200":{"description":"License collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/License.jsonld-license.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\/License-license.read"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/License-license.read"}}}}}},"summary":"Retrieves the collection of License resources.","description":"Retrieves the collection of License resources.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false},{"name":"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":"licenseKey","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"user","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"user[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"externalItemId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"subscriptionId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"billingPeriod","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"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[startDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[endDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[externalItemId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[subscriptionId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[numberDownloads]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxWebsites]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxDownloads]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/licenses\/{id}":{"get":{"operationId":"api_licenses_id_get","tags":["License"],"responses":{"200":{"description":"License resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld-license.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a License resource.","description":"Retrieves a License resource.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_licenses_id_put","tags":["License"],"responses":{"200":{"description":"License resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld-license.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the License resource.","description":"Replaces the License resource.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated License resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_licenses_id_delete","tags":["License"],"responses":{"204":{"description":"License resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the License resource.","description":"Removes the License resource.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_licenses_id_patch","tags":["License"],"responses":{"200":{"description":"License resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/License.jsonld-license.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/License-license.read"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the License resource.","description":"Updates the License resource.","parameters":[{"name":"id","in":"path","description":"License identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated License resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/License"}}},"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"}},"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"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product"}}}}}},"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":"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":"level","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"currentVersion","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"externalProductId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"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[level]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[currentVersion]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxDownloads]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[maxWebsites]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[externalProductId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_products_post","tags":["Product"],"responses":{"201":{"description":"Product resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"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"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"required":true},"deprecated":false},"parameters":[]},"\/products\/external_id\/{id}":{"get":{"operationId":"api_productsexternal_id_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/products\/level\/{id}":{"get":{"operationId":"api_productslevel_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/products\/{id}":{"get":{"operationId":"api_products_id_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_products_id_put","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"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":"id","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"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_products_id_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":"id","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_id_patch","tags":["Product"],"responses":{"200":{"description":"Product resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"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":"id","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"}}},"required":true},"deprecated":false},"parameters":[]},"\/public\/feedback":{"post":{"operationId":"api_publicfeedback_post","tags":["Feedback"],"responses":{"201":{"description":"Feedback resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Feedback resource.","description":"Creates a Feedback resource.","parameters":[],"requestBody":{"description":"The new Feedback resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feedback.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Feedback"}}},"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":"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":"email","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"externalUserId","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer"},"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[externalUserId]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"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\/email\/{id}":{"get":{"operationId":"api_usersemail_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},"parameters":[]},"\/users\/external_user_id\/{id}":{"get":{"operationId":"api_usersexternal_user_id_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},"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"}}},"required":true},"deprecated":false},"parameters":[]},"\/websites":{"get":{"operationId":"api_websites_get_collection","tags":["Website"],"responses":{"200":{"description":"Website collection","content":{"application\/ld+json":{"schema":{"type":"object","properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Website.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\/Website"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Website"}}}}}},"summary":"Retrieves the collection of Website resources.","description":"Retrieves the collection of Website 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":"license","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"license[]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true,"allowReserved":false},{"name":"siteUrl","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"cms","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"version","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string"},"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[siteUrl]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[cms]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[version]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[creationDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false},{"name":"order[unlinkDate]","in":"query","description":"","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"api_websites_post","tags":["Website"],"responses":{"201":{"description":"Website resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a Website resource.","description":"Creates a Website resource.","parameters":[],"requestBody":{"description":"The new Website resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"required":true},"deprecated":false},"parameters":[]},"\/websites\/{id}":{"get":{"operationId":"api_websites_id_get","tags":["Website"],"responses":{"200":{"description":"Website resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a Website resource.","description":"Retrieves a Website resource.","parameters":[{"name":"id","in":"path","description":"Website identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"api_websites_id_put","tags":["Website"],"responses":{"200":{"description":"Website resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the Website resource.","description":"Replaces the Website resource.","parameters":[{"name":"id","in":"path","description":"Website identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Website resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"required":true},"deprecated":false},"delete":{"operationId":"api_websites_id_delete","tags":["Website"],"responses":{"204":{"description":"Website resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the Website resource.","description":"Removes the Website resource.","parameters":[{"name":"id","in":"path","description":"Website identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"api_websites_id_patch","tags":["Website"],"responses":{"200":{"description":"Website resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Website.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Website"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"links":{}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the Website resource.","description":"Updates the Website resource.","parameters":[{"name":"id","in":"path","description":"Website identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated Website resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Website"}}},"required":true},"deprecated":false},"parameters":[]},"auth":{"post":{"operationId":"login_check_post","tags":["Login Check"],"responses":{"200":{"description":"User token created","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"readOnly":true,"type":"string","nullable":false}},"required":["token"]}}}}},"summary":"Creates a user token.","requestBody":{"description":"The login data","content":{"application\/json":{"schema":{"type":"object","properties":{"username":{"type":"string","nullable":false},"password":{"type":"string","nullable":false}},"required":["username","password"]}}},"required":true}},"parameters":[]}},"components":{"schemas":{"Cron":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"cronUrl":{"type":"string"},"frequency":{"type":"integer"},"lastExecution":{"type":"string","format":"date-time","nullable":true},"nextExecution":{"type":"string","format":"date-time","nullable":true},"inQueue":{"type":"boolean"},"enabled":{"type":"boolean"},"creationDate":{"type":"string","format":"date-time"},"lastResult":{"type":"string","nullable":true},"website":{"type":"string","format":"iri-reference"},"failCounter":{"type":"integer"},"isFast":{"type":"boolean"},"nextVerificationDate":{"type":"string","format":"date-time","nullable":true}}},"Cron.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"},"cronUrl":{"type":"string"},"frequency":{"type":"integer"},"lastExecution":{"type":"string","format":"date-time","nullable":true},"nextExecution":{"type":"string","format":"date-time","nullable":true},"inQueue":{"type":"boolean"},"enabled":{"type":"boolean"},"creationDate":{"type":"string","format":"date-time"},"lastResult":{"type":"string","nullable":true},"website":{"type":"string","format":"iri-reference"},"failCounter":{"type":"integer"},"isFast":{"type":"boolean"},"nextVerificationDate":{"type":"string","format":"date-time","nullable":true}}},"Feedback":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"reason":{"type":"string"},"comment":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"email":{"type":"string","nullable":true}}},"Feedback.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"},"reason":{"type":"string"},"comment":{"type":"string","nullable":true},"date":{"type":"string","format":"date-time"},"email":{"type":"string","nullable":true}}},"License":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"licenseKey":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"externalItemId":{"type":"integer"},"subscriptionId":{"type":"integer","nullable":true},"numberDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"maxDownloads":{"type":"integer"},"websites":{"type":"array","items":{"type":"string","format":"iri-reference"}},"comment":{"type":"string","nullable":true},"billingPeriod":{"type":"string"},"isTrial":{"type":"boolean"}}},"License-license.read":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"licenseKey":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product-license.read"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"externalItemId":{"type":"integer"},"subscriptionId":{"type":"integer","nullable":true},"numberDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"maxDownloads":{"type":"integer"},"websites":{"type":"array","items":{"$ref":"#\/components\/schemas\/Website-license.read"}},"comment":{"type":"string","nullable":true},"billingPeriod":{"type":"string"},"isTrial":{"type":"boolean"}}},"License.jsonld":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"licenseKey":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"product":{"type":"string","format":"iri-reference"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"externalItemId":{"type":"integer"},"subscriptionId":{"type":"integer","nullable":true},"numberDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"maxDownloads":{"type":"integer"},"websites":{"type":"array","items":{"type":"string","format":"iri-reference"}},"comment":{"type":"string","nullable":true},"billingPeriod":{"type":"string"},"isTrial":{"type":"boolean"}}},"License.jsonld-license.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"},"licenseKey":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-license.read"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"externalItemId":{"type":"integer"},"subscriptionId":{"type":"integer","nullable":true},"numberDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"maxDownloads":{"type":"integer"},"websites":{"type":"array","items":{"$ref":"#\/components\/schemas\/Website.jsonld-license.read"}},"comment":{"type":"string","nullable":true},"billingPeriod":{"type":"string"},"isTrial":{"type":"boolean"}}},"Product":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"level":{"type":"string"},"currentVersion":{"type":"string"},"maxDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"externalProductId":{"type":"integer"},"licenses":{"type":"array","items":{"type":"string","format":"iri-reference"}},"statsDailies":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatsDaily"}}}},"Product-license.read":{"type":"object","description":"","deprecated":false,"properties":{"name":{"type":"string"},"level":{"type":"string"},"currentVersion":{"type":"string"}}},"Product.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"},"level":{"type":"string"},"currentVersion":{"type":"string"},"maxDownloads":{"type":"integer"},"maxWebsites":{"type":"integer"},"externalProductId":{"type":"integer"},"licenses":{"type":"array","items":{"type":"string","format":"iri-reference"}},"statsDailies":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatsDaily.jsonld"}}}},"Product.jsonld-license.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"},"level":{"type":"string"},"currentVersion":{"type":"string"}}},"StatsDaily":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"product":{"type":"string","format":"iri-reference"},"date":{"type":"string","format":"date-time"},"activeAmount":{"type":"integer"},"downloadAmountJ":{"type":"integer"},"downloadAmountWP":{"type":"integer"},"expiredAmount":{"type":"integer"},"newAmount":{"type":"integer"},"renewAmount":{"type":"integer"}}},"StatsDaily.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"},"product":{"type":"string","format":"iri-reference"},"date":{"type":"string","format":"date-time"},"activeAmount":{"type":"integer"},"downloadAmountJ":{"type":"integer"},"downloadAmountWP":{"type":"integer"},"expiredAmount":{"type":"integer"},"newAmount":{"type":"integer"},"renewAmount":{"type":"integer"}}},"User":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"email":{"type":"string"},"externalUserId":{"type":"integer"},"roles":{"readOnly":true,"type":"array","items":{"type":"string"}},"userIdentifier":{"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":{"type":"string"},"externalUserId":{"type":"integer"},"roles":{"readOnly":true,"type":"array","items":{"type":"string"}},"userIdentifier":{"readOnly":true,"type":"string"}}},"Website":{"type":"object","description":"","deprecated":false,"properties":{"id":{"readOnly":true,"type":"integer"},"siteUrl":{"type":"string"},"license":{"type":"string","format":"iri-reference","nullable":true},"cms":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"creationDate":{"type":"string","format":"date-time"},"cron":{"type":"string","format":"iri-reference","nullable":true},"unlinkDate":{"type":"string","format":"date-time","nullable":true},"history":{"type":"array","items":{"type":"string"},"nullable":true}}},"Website-license.read":{"type":"object","description":"","deprecated":false,"properties":{"siteUrl":{"type":"string"}}},"Website.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"},"siteUrl":{"type":"string"},"license":{"type":"string","format":"iri-reference","nullable":true},"cms":{"type":"string","nullable":true},"version":{"type":"string","nullable":true},"creationDate":{"type":"string","format":"date-time"},"cron":{"type":"string","format":"iri-reference","nullable":true},"unlinkDate":{"type":"string","format":"date-time","nullable":true},"history":{"type":"array","items":{"type":"string"},"nullable":true}}},"Website.jsonld-license.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"},"siteUrl":{"type":"string"}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"apiKey":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"apiKey":[]}],"tags":[]}