{"openapi":"3.1.0","info":{"title":"Smart Lions Admin API","description":"","version":"1.0.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/authentication_token":{"ref":"JWT Token","post":{"operationId":"postCredentialsItem","responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to login.","requestBody":{"description":"Generate new JWT Token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Credentials"}}},"required":false}}},"\/academy_homepage":{"get":{"operationId":"api_academy_homepage_get_collection","tags":["AcademyHomepage"],"responses":{"200":{"description":"AcademyHomepage collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"AcademyHomepage.jsonld-id_timestamps_academy_homepage_list_profession_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyHomepage.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"AcademyHomepage.jsonld-id_timestamps_academy_homepage_list_profession_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyHomepage.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}}}}]}}}}},"summary":"Retrieves the collection of AcademyHomepage resources.","description":"Retrieves the collection of AcademyHomepage resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/academy_homepages\/{id}":{"get":{"operationId":"api_academy_homepages_id_get","tags":["AcademyHomepage"],"responses":{"200":{"description":"AcademyHomepage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/AcademyHomepage.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/AcademyHomepage.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a AcademyHomepage resource.","description":"Retrieves a AcademyHomepage resource.","parameters":[{"name":"id","in":"path","description":"AcademyHomepage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/answers":{"get":{"operationId":"api_answers_get_collection","tags":["Answer"],"responses":{"200":{"description":"Answer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Answer resources.","description":"Retrieves the collection of Answer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_answers_post","tags":["Answer"],"responses":{"201":{"description":"Answer resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Answer resource.","description":"Creates a Answer resource.","parameters":[],"requestBody":{"description":"The new Answer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Answer"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer"}}},"required":true}}},"\/answers\/{id}":{"get":{"operationId":"api_answers_id_get","tags":["Answer"],"responses":{"200":{"description":"Answer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Answer resource.","description":"Retrieves a Answer resource.","parameters":[{"name":"id","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_answers_id_delete","tags":["Answer"],"responses":{"204":{"description":"Answer resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Answer resource.","description":"Removes the Answer resource.","parameters":[{"name":"id","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_answers_id_patch","tags":["Answer"],"responses":{"200":{"description":"Answer resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Answer resource.","description":"Updates the Answer resource.","parameters":[{"name":"id","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Answer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Answer.jsonMergePatch"}}},"required":true}}},"\/questions\/{id}\/answers":{"get":{"operationId":"api_questions_idanswers.__format_get_collection","tags":["Answer"],"responses":{"200":{"description":"Answer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Answer resources.","description":"Retrieves the collection of Answer resources.","parameters":[{"name":"id","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/tasks\/{id}\/questions\/{questions}\/answers":{"get":{"operationId":"api_tasks_idquestions_questionsanswers.__format_get_collection","tags":["Answer"],"responses":{"200":{"description":"Answer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Answer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Answer resources.","description":"Retrieves the collection of Answer resources.","parameters":[{"name":"id","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"questions","in":"path","description":"Answer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/articles":{"get":{"operationId":"api_articles_get_collection","tags":["Article"],"responses":{"200":{"description":"Article collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Article.jsonld-article.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-article.list.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Article.jsonld-article.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-article.list.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"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,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[parent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[title]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[visible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"language","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"manuals.manual.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manuals.manual.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by title, number or slug.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_articles_post","tags":["Article"],"responses":{"201":{"description":"Article resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Article resource.","description":"Creates a Article resource.","parameters":[],"requestBody":{"description":"The new Article resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Article"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article"}}},"required":true}}},"\/articles\/{id}":{"get":{"operationId":"api_articles_id_get","tags":["Article"],"responses":{"200":{"description":"Article resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Article resource.","description":"Retrieves a Article resource.","parameters":[{"name":"id","in":"path","description":"Article identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_articles_id_delete","tags":["Article"],"responses":{"204":{"description":"Article resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Article resource.","description":"Removes the Article resource.","parameters":[{"name":"id","in":"path","description":"Article identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_articles_id_patch","tags":["Article"],"responses":{"200":{"description":"Article resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonld-article.detail.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Article resource.","description":"Updates the Article resource.","parameters":[{"name":"id","in":"path","description":"Article identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Article resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Article.jsonMergePatch"}}},"required":true}}},"\/article_activities\/{id}":{"get":{"operationId":"api_article_activities_id_get","tags":["ArticleActivity"],"responses":{"200":{"description":"ArticleActivity resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleActivity.jsonld-article_activity.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleActivity.jsonld-article_activity.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ArticleActivity resource.","description":"Retrieves a ArticleActivity resource.","parameters":[{"name":"id","in":"path","description":"ArticleActivity identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/article_read_logs":{"get":{"operationId":"api_article_read_logs_get_collection","tags":["ArticleReadLog"],"responses":{"200":{"description":"ArticleReadLog collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ArticleReadLog.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ArticleReadLog.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of ArticleReadLog resources.","description":"Retrieves the collection of ArticleReadLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"user","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"user[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_article_read_logs_post","tags":["ArticleReadLog"],"responses":{"201":{"description":"ArticleReadLog resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a ArticleReadLog resource.","description":"Creates a ArticleReadLog resource.","parameters":[],"requestBody":{"description":"The new ArticleReadLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog"}}},"required":true}}},"\/article_read_logs\/{id}":{"get":{"operationId":"api_article_read_logs_id_get","tags":["ArticleReadLog"],"responses":{"200":{"description":"ArticleReadLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleReadLog.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ArticleReadLog resource.","description":"Retrieves a ArticleReadLog resource.","parameters":[{"name":"id","in":"path","description":"ArticleReadLog identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/article_versions":{"get":{"operationId":"api_article_versions_get_collection","tags":["ArticleVersion"],"responses":{"200":{"description":"ArticleVersion collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ArticleVersion.jsonld-ARTICLE_VERSION_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ArticleVersion.jsonld-ARTICLE_VERSION_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}}}}]}}}}},"summary":"Retrieves the collection of ArticleVersion resources.","description":"Retrieves the collection of ArticleVersion resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"desc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_article_versions_post","tags":["ArticleVersion"],"responses":{"201":{"description":"ArticleVersion resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a ArticleVersion resource.","description":"Creates a ArticleVersion resource.","parameters":[],"requestBody":{"description":"The new ArticleVersion resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion"}}},"required":true}}},"\/article_versions\/{id}":{"get":{"operationId":"api_article_versions_id_get","tags":["ArticleVersion"],"responses":{"200":{"description":"ArticleVersion resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-ARTICLE_VERSION_READ"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ArticleVersion resource.","description":"Retrieves a ArticleVersion resource.","parameters":[{"name":"id","in":"path","description":"ArticleVersion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_article_versions_id_delete","tags":["ArticleVersion"],"responses":{"204":{"description":"ArticleVersion resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the ArticleVersion resource.","description":"Removes the ArticleVersion resource.","parameters":[{"name":"id","in":"path","description":"ArticleVersion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/audits":{"get":{"operationId":"api_audits_get_collection","tags":["Audit"],"responses":{"200":{"description":"Audit collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Audit.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Audit.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Audit.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Audit.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Audit resources.","description":"Retrieves the collection of Audit resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/audits\/{id}":{"get":{"operationId":"api_audits_id_get","tags":["Audit"],"responses":{"200":{"description":"Audit resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Audit.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Audit.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Audit resource.","description":"Retrieves a Audit resource.","parameters":[{"name":"id","in":"path","description":"Audit identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/branches":{"get":{"operationId":"api_branches_get_collection","tags":["Branch"],"responses":{"200":{"description":"Branch collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Branch.jsonld-id_timestamps_branches.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Branch.jsonld-id_timestamps_branches.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.list"}}}}]}}}}},"summary":"Retrieves the collection of Branch resources.","description":"Retrieves the collection of Branch resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"referer","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"vanityUrl","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"vanityUrl[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/branches\/{id}":{"get":{"operationId":"api_branches_id_get","tags":["Branch"],"responses":{"200":{"description":"Branch resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-branches.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-branches.read_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Branch resource.","description":"Retrieves a Branch resource.","parameters":[{"name":"id","in":"path","description":"Branch identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_branches_id_patch","tags":["Branch"],"responses":{"200":{"description":"Branch resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Branch resource.","description":"Updates the Branch resource.","parameters":[{"name":"id","in":"path","description":"Branch identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Branch resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonMergePatch"}}},"required":true}}},"\/branches\/{id}\/active_professions":{"get":{"operationId":"api_branches_idactive_professions_get","tags":["Branch"],"responses":{"200":{"description":"Branch resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.professions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_branches.professions"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Branch resource.","description":"Retrieves a Branch resource.","parameters":[{"name":"id","in":"path","description":"Branch identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/branches\/{id}\/professions":{"get":{"operationId":"api_branches_idprofessions_get","tags":["Branch"],"responses":{"200":{"description":"Branch resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_profession_list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_profession_list"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Branch resource.","description":"Retrieves a Branch resource.","parameters":[{"name":"id","in":"path","description":"Branch identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/certificates":{"get":{"operationId":"api_certificates_get_collection","tags":["Certificate"],"responses":{"200":{"description":"Certificate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Certificate.jsonld-id_timestamps_certificate.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Certificate.jsonld-id_timestamps_certificate.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Certificate resources.","description":"Retrieves the collection of Certificate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enrolment","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolment[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"student","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"student[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"student.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"student.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"enrolment.invoicingData.organisation.name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolment.invoicingData.organisation.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolment.invoicingData.organisation.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"student.person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"student.person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[series.course.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"desc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by student first or last name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_certificates_post","tags":["Certificate"],"responses":{"201":{"description":"Certificate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Certificate resource.","description":"Creates a Certificate resource.","parameters":[],"requestBody":{"description":"The new Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}},"required":true}}},"\/certificates\/generate":{"post":{"operationId":"api_certificatesgenerate_post","tags":["Certificate"],"responses":{"201":{"description":"Certificate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_certificate.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_certificate.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Certificate resource.","description":"Creates a Certificate resource.","parameters":[],"requestBody":{"description":"The new Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}},"required":true}}},"\/certificates\/{id}":{"get":{"operationId":"api_certificates_id_get","tags":["Certificate"],"responses":{"200":{"description":"Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Certificate resource.","description":"Retrieves a Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_certificates_id_delete","tags":["Certificate"],"responses":{"204":{"description":"Certificate resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Certificate resource.","description":"Removes the Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificates_id_patch","tags":["Certificate"],"responses":{"200":{"description":"Certificate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Certificate resource.","description":"Updates the Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Certificate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonMergePatch"}}},"required":true}}},"\/certificates\/{id}\/generate-variant":{"post":{"operationId":"api_certificates_idgenerate-variant_post","tags":["Certificate"],"responses":{"201":{"description":"Certificate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Certificate resource.","description":"Creates a Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate"}}},"required":true}}},"\/certificates\/{id}\/info":{"get":{"operationId":"api_certificates_idinfo_get","tags":["Certificate"],"responses":{"200":{"description":"Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_timestamps_certificate.certificate_info"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Certificate resource.","description":"Retrieves a Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/certificates\/{id}\/regenerate":{"get":{"operationId":"api_certificates_idregenerate_get","tags":["Certificate"],"responses":{"200":{"description":"Certificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Certificate.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Certificate resource.","description":"Retrieves a Certificate resource.","parameters":[{"name":"id","in":"path","description":"Certificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/certificate_fields":{"get":{"operationId":"api_certificate_fields_get_collection","tags":["CertificateField"],"responses":{"200":{"description":"CertificateField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateField resources.","description":"Retrieves the collection of CertificateField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_fields_post","tags":["CertificateField"],"responses":{"201":{"description":"CertificateField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateField resource.","description":"Creates a CertificateField resource.","parameters":[],"requestBody":{"description":"The new CertificateField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField"}}},"required":true}}},"\/certificate_fields\/{id}":{"get":{"operationId":"api_certificate_fields_id_get","tags":["CertificateField"],"responses":{"200":{"description":"CertificateField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateField resource.","description":"Retrieves a CertificateField resource.","parameters":[{"name":"id","in":"path","description":"CertificateField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_fields_id_patch","tags":["CertificateField"],"responses":{"200":{"description":"CertificateField resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateField resource.","description":"Updates the CertificateField resource.","parameters":[{"name":"id","in":"path","description":"CertificateField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateField resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateField.jsonMergePatch"}}},"required":true}}},"\/certificate_field_values":{"get":{"operationId":"api_certificate_field_values_get_collection","tags":["CertificateFieldValue"],"responses":{"200":{"description":"CertificateFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateFieldValue resources.","description":"Retrieves the collection of CertificateFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_field_values_post","tags":["CertificateFieldValue"],"responses":{"201":{"description":"CertificateFieldValue resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateFieldValue resource.","description":"Creates a CertificateFieldValue resource.","parameters":[],"requestBody":{"description":"The new CertificateFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue"}}},"required":true}}},"\/certificate_field_values\/{id}":{"get":{"operationId":"api_certificate_field_values_id_get","tags":["CertificateFieldValue"],"responses":{"200":{"description":"CertificateFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateFieldValue resource.","description":"Retrieves a CertificateFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CertificateFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_field_values_id_patch","tags":["CertificateFieldValue"],"responses":{"200":{"description":"CertificateFieldValue resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateFieldValue resource.","description":"Updates the CertificateFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CertificateFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateFieldValue resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonMergePatch"}}},"required":true}}},"\/certificate_types":{"get":{"operationId":"api_certificate_types_get_collection","tags":["CertificateType"],"responses":{"200":{"description":"CertificateType collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateType.jsonld-certificate_type.list_certificate_type.read_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-certificate_type.list_certificate_type.read_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateType.jsonld-certificate_type.list_certificate_type.read_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-certificate_type.list_certificate_type.read_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateType resources.","description":"Retrieves the collection of CertificateType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"allowedForSeries","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"allowedForSessions","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_types_post","tags":["CertificateType"],"responses":{"201":{"description":"CertificateType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateType resource.","description":"Creates a CertificateType resource.","parameters":[],"requestBody":{"description":"The new CertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType"}}},"required":true}}},"\/certificate_types\/{id}":{"get":{"operationId":"api_certificate_types_id_get","tags":["CertificateType"],"responses":{"200":{"description":"CertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-certificate_type.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-certificate_type.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateType resource.","description":"Retrieves a CertificateType resource.","parameters":[{"name":"id","in":"path","description":"CertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_types_id_patch","tags":["CertificateType"],"responses":{"200":{"description":"CertificateType resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateType resource.","description":"Updates the CertificateType resource.","parameters":[{"name":"id","in":"path","description":"CertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"}}},"required":true}}},"\/certificate_types\/{id}\/variations":{"get":{"operationId":"api_certificate_types_idvariations_get","tags":["CertificateType"],"responses":{"200":{"description":"CertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_certificate_type.read-variation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_certificate_type.read-variation"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateType resource.","description":"Retrieves a CertificateType resource.","parameters":[{"name":"id","in":"path","description":"CertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/certificate_type_fields":{"get":{"operationId":"api_certificate_type_fields_get_collection","tags":["CertificateTypeField"],"responses":{"200":{"description":"CertificateTypeField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateTypeField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateTypeField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateTypeField resources.","description":"Retrieves the collection of CertificateTypeField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_type_fields_post","tags":["CertificateTypeField"],"responses":{"201":{"description":"CertificateTypeField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateTypeField resource.","description":"Creates a CertificateTypeField resource.","parameters":[],"requestBody":{"description":"The new CertificateTypeField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField"}}},"required":true}}},"\/certificate_type_fields\/{id}":{"get":{"operationId":"api_certificate_type_fields_id_get","tags":["CertificateTypeField"],"responses":{"200":{"description":"CertificateTypeField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateTypeField resource.","description":"Retrieves a CertificateTypeField resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_type_fields_id_patch","tags":["CertificateTypeField"],"responses":{"200":{"description":"CertificateTypeField resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateTypeField resource.","description":"Updates the CertificateTypeField resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateTypeField resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonMergePatch"}}},"required":true}}},"\/certificate_type_field_values":{"get":{"operationId":"api_certificate_type_field_values_get_collection","tags":["CertificateTypeFieldValue"],"responses":{"200":{"description":"CertificateTypeFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateTypeFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateTypeFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateTypeFieldValue resources.","description":"Retrieves the collection of CertificateTypeFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_type_field_values_post","tags":["CertificateTypeFieldValue"],"responses":{"201":{"description":"CertificateTypeFieldValue resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateTypeFieldValue resource.","description":"Creates a CertificateTypeFieldValue resource.","parameters":[],"requestBody":{"description":"The new CertificateTypeFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue"}}},"required":true}}},"\/certificate_type_field_values\/{id}":{"get":{"operationId":"api_certificate_type_field_values_id_get","tags":["CertificateTypeFieldValue"],"responses":{"200":{"description":"CertificateTypeFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateTypeFieldValue resource.","description":"Retrieves a CertificateTypeFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_type_field_values_id_patch","tags":["CertificateTypeFieldValue"],"responses":{"200":{"description":"CertificateTypeFieldValue resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateTypeFieldValue resource.","description":"Updates the CertificateTypeFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateTypeFieldValue resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}}},"required":true}}},"\/certificate_type_variations":{"get":{"operationId":"api_certificate_type_variations_get_collection","tags":["CertificateTypeVariation"],"responses":{"200":{"description":"CertificateTypeVariation collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CertificateTypeVariation resources.","description":"Retrieves the collection of CertificateTypeVariation resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_certificate_type_variations_post","tags":["CertificateTypeVariation"],"responses":{"201":{"description":"CertificateTypeVariation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CertificateTypeVariation resource.","description":"Creates a CertificateTypeVariation resource.","parameters":[],"requestBody":{"description":"The new CertificateTypeVariation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation"}}},"required":true}}},"\/certificate_type_variations\/{id}":{"get":{"operationId":"api_certificate_type_variations_id_get","tags":["CertificateTypeVariation"],"responses":{"200":{"description":"CertificateTypeVariation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CertificateTypeVariation resource.","description":"Retrieves a CertificateTypeVariation resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeVariation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_certificate_type_variations_id_delete","tags":["CertificateTypeVariation"],"responses":{"204":{"description":"CertificateTypeVariation resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the CertificateTypeVariation resource.","description":"Removes the CertificateTypeVariation resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeVariation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_certificate_type_variations_id_patch","tags":["CertificateTypeVariation"],"responses":{"200":{"description":"CertificateTypeVariation resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CertificateTypeVariation resource.","description":"Updates the CertificateTypeVariation resource.","parameters":[{"name":"id","in":"path","description":"CertificateTypeVariation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CertificateTypeVariation resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonMergePatch"}}},"required":true}}},"\/clients":{"get":{"operationId":"api_clients_get_collection","tags":["Client"],"responses":{"200":{"description":"Client collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Client.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Client.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Client.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Client resources.","description":"Retrieves the collection of Client resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_clients_post","tags":["Client"],"responses":{"201":{"description":"Client resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Client resource.","description":"Creates a Client resource.","parameters":[],"requestBody":{"description":"The new Client resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Client"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client"}}},"required":true}}},"\/clients\/{id}":{"get":{"operationId":"api_clients_id_get","tags":["Client"],"responses":{"200":{"description":"Client resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Client resource.","description":"Retrieves a Client resource.","parameters":[{"name":"id","in":"path","description":"Client identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_clients_id_patch","tags":["Client"],"responses":{"200":{"description":"Client resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld-client.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client.jsonld-client.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Client resource.","description":"Updates the Client resource.","parameters":[{"name":"id","in":"path","description":"Client identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Client resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Client-client.read.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Client-client.read.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Client-client.read.jsonMergePatch"}}},"required":true}}},"\/client_users":{"get":{"operationId":"api_client_users_get_collection","tags":["ClientUser"],"responses":{"200":{"description":"ClientUser collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ClientUser.jsonld-id_timestamps_client_users.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_timestamps_client_users.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ClientUser.jsonld-id_timestamps_client_users.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_timestamps_client_users.list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of ClientUser resources.","description":"Retrieves the collection of ClientUser resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[emailAddress]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or email.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_client_users_post","tags":["ClientUser"],"responses":{"201":{"description":"ClientUser resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a ClientUser resource.","description":"Creates a ClientUser resource.","parameters":[],"requestBody":{"description":"The new ClientUser resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser"}}},"required":true}}},"\/client_users\/{id}":{"get":{"operationId":"api_client_users_id_get","tags":["ClientUser"],"responses":{"200":{"description":"ClientUser resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_timestamps_client_users.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_timestamps_client_users.item"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ClientUser resource.","description":"Retrieves a ClientUser resource.","parameters":[{"name":"id","in":"path","description":"ClientUser identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_client_users_id_patch","tags":["ClientUser"],"responses":{"200":{"description":"ClientUser resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the ClientUser resource.","description":"Updates the ClientUser resource.","parameters":[{"name":"id","in":"path","description":"ClientUser identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated ClientUser resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/ClientUser.jsonMergePatch"}}},"required":true}}},"\/courses":{"get":{"operationId":"api_courses_get_collection","tags":["Course"],"responses":{"200":{"description":"Course collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Course.jsonld-id_course.collection.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.collection.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Course.jsonld-id_course.collection.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.collection.list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Course resources.","description":"Retrieves the collection of Course resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["course:collection:list","course:series:list"]}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by name, product code, series or tag.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_courses_post","tags":["Course"],"responses":{"201":{"description":"Course resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read_course.series"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read_course.series"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Course resource.","description":"Creates a Course resource.","parameters":[],"requestBody":{"description":"The new Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course"}}},"required":true}}},"\/courses\/names":{"get":{"operationId":"api_coursesnames_get_collection","tags":["Course"],"responses":{"200":{"description":"Course collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Course.jsonld-id_course.course.names collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.course.names"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Course.jsonld-id_course.course.names collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.course.names"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Course resources.","description":"Retrieves the collection of Course resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["course:collection:list","course:series:list"]}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by name, product code, series or tag.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/courses\/seriesList":{"get":{"operationId":"api_coursesseriesList_get_collection","tags":["Course"],"responses":{"200":{"description":"Course collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Course.jsonld-id_course.series.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.series.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Course.jsonld-id_course.series.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.series.list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Course resources.","description":"Retrieves the collection of Course resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"products.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["course:collection:list","course:series:list"]}},"style":"form","explode":true}]}},"\/courses\/{id}":{"get":{"operationId":"api_courses_id_get","tags":["Course"],"responses":{"200":{"description":"Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Course resource.","description":"Retrieves a Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_courses_id_delete","tags":["Course"],"responses":{"204":{"description":"Course resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Course resource.","description":"Removes the Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_courses_id_patch","tags":["Course"],"responses":{"200":{"description":"Course resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-course.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Course resource.","description":"Updates the Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Course resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonMergePatch"}}},"required":true}}},"\/courses\/{id}\/academy":{"get":{"operationId":"api_courses_idacademy_get","tags":["Course"],"responses":{"200":{"description":"Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.read_academy"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.read_academy"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Course resource.","description":"Retrieves a Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/courses\/{id}\/analytics":{"ref":"Course Analytics","get":{"operationId":"courses_analytics","tags":["Course"],"responses":{"200":{"description":"Get Course Analytics","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"eventDate":{"type":"string","format":"date"},"type":{"type":"string","example":"page_view"},"eventCount":{"type":"integer","example":956}}}}}}}},"summary":"Get analytics.","parameters":[{"name":"id","in":"path","description":"The ID of the entity to retrieve analytics for.","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"dateFrom","in":"query","description":"Filter analytics from this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2025-12-14"},"style":"form","explode":false},{"name":"dateUntil","in":"query","description":"Filter analytics until this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2026-03-14"},"style":"form","explode":false}]}},"\/courses\/{id}\/products":{"get":{"operationId":"api_courses_idproducts_get","tags":["Course"],"responses":{"200":{"description":"Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.products"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.products"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Course resource.","description":"Retrieves a Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/courses\/{id}\/products-professions":{"get":{"operationId":"api_courses_idproducts-professions_get","tags":["Course"],"responses":{"200":{"description":"Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_product.professions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_product.professions"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Course resource.","description":"Retrieves a Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/courses\/{id}\/serieslist":{"get":{"operationId":"api_courses_idserieslist_get","tags":["Course"],"responses":{"200":{"description":"Course resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.series.list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Course.jsonld-id_course.series.list"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Course resource.","description":"Retrieves a Course resource.","parameters":[{"name":"id","in":"path","description":"Course identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/course_bundles":{"get":{"operationId":"api_course_bundles_get_collection","tags":["CourseBundle"],"responses":{"200":{"description":"CourseBundle collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CourseBundle.jsonld-course_bundle.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-course_bundle.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CourseBundle.jsonld-course_bundle.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-course_bundle.list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of CourseBundle resources.","description":"Retrieves the collection of CourseBundle resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"or[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["series"]}},"style":"form","explode":true}]},"post":{"operationId":"api_course_bundles_post","tags":["CourseBundle"],"responses":{"201":{"description":"CourseBundle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CourseBundle resource.","description":"Creates a CourseBundle resource.","parameters":[],"requestBody":{"description":"The new CourseBundle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle"}}},"required":true}}},"\/course_bundles\/{id}":{"get":{"operationId":"api_course_bundles_id_get","tags":["CourseBundle"],"responses":{"200":{"description":"CourseBundle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read_course.series"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read_course.series"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CourseBundle resource.","description":"Retrieves a CourseBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_course_bundles_id_delete","tags":["CourseBundle"],"responses":{"204":{"description":"CourseBundle resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the CourseBundle resource.","description":"Removes the CourseBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_course_bundles_id_patch","tags":["CourseBundle"],"responses":{"200":{"description":"CourseBundle resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read_series"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_course_bundle.read_series"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CourseBundle resource.","description":"Updates the CourseBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CourseBundle resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonMergePatch"}}},"required":true}}},"\/course_bundles\/{id}\/presences":{"get":{"operationId":"api_course_bundles_idpresences_get","tags":["CourseBundle"],"responses":{"200":{"description":"CourseBundle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_timestamps_series.presence_course_bundle.presences"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CourseBundle resource.","description":"Retrieves a CourseBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/course_bundle_customisable_bundles":{"post":{"operationId":"api_course_bundle_customisable_bundles_post","tags":["CourseBundleCustomisableBundle"],"responses":{"201":{"description":"CourseBundleCustomisableBundle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a CourseBundleCustomisableBundle resource.","description":"Creates a CourseBundleCustomisableBundle resource.","parameters":[],"requestBody":{"description":"The new CourseBundleCustomisableBundle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle"}}},"required":true}}},"\/course_bundle_customisable_bundles\/{id}":{"get":{"operationId":"api_course_bundle_customisable_bundles_id_get","tags":["CourseBundleCustomisableBundle"],"responses":{"200":{"description":"CourseBundleCustomisableBundle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CourseBundleCustomisableBundle resource.","description":"Retrieves a CourseBundleCustomisableBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundleCustomisableBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_course_bundle_customisable_bundles_id_delete","tags":["CourseBundleCustomisableBundle"],"responses":{"204":{"description":"CourseBundleCustomisableBundle resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the CourseBundleCustomisableBundle resource.","description":"Removes the CourseBundleCustomisableBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundleCustomisableBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_course_bundle_customisable_bundles_id_patch","tags":["CourseBundleCustomisableBundle"],"responses":{"200":{"description":"CourseBundleCustomisableBundle resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the CourseBundleCustomisableBundle resource.","description":"Updates the CourseBundleCustomisableBundle resource.","parameters":[{"name":"id","in":"path","description":"CourseBundleCustomisableBundle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated CourseBundleCustomisableBundle resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonMergePatch"}}},"required":true}}},"\/course_bundle_dynamic_field_values":{"get":{"operationId":"api_course_bundle_dynamic_field_values_get_collection","tags":["CourseBundleDynamicFieldValue"],"responses":{"200":{"description":"CourseBundleDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CourseBundleDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CourseBundleDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of CourseBundleDynamicFieldValue resources.","description":"Retrieves the collection of CourseBundleDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/course_bundle_dynamic_field_values\/{id}":{"get":{"operationId":"api_course_bundle_dynamic_field_values_id_get","tags":["CourseBundleDynamicFieldValue"],"responses":{"200":{"description":"CourseBundleDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CourseBundleDynamicFieldValue resource.","description":"Retrieves a CourseBundleDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CourseBundleDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/course_dynamic_field_values":{"get":{"operationId":"api_course_dynamic_field_values_get_collection","tags":["CourseDynamicFieldValue"],"responses":{"200":{"description":"CourseDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"CourseDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"CourseDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of CourseDynamicFieldValue resources.","description":"Retrieves the collection of CourseDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/course_dynamic_field_values\/{id}":{"get":{"operationId":"api_course_dynamic_field_values_id_get","tags":["CourseDynamicFieldValue"],"responses":{"200":{"description":"CourseDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a CourseDynamicFieldValue resource.","description":"Retrieves a CourseDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"CourseDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/discounts":{"get":{"operationId":"api_discounts_get_collection","tags":["Discount"],"responses":{"200":{"description":"Discount collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Discount.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Discount.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Discount.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Discount.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Discount resources.","description":"Retrieves the collection of Discount resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_discounts_post","tags":["Discount"],"responses":{"201":{"description":"Discount resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Discount resource.","description":"Creates a Discount resource.","parameters":[],"requestBody":{"description":"The new Discount resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Discount"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Discount"}}},"required":true}}},"\/discounts\/{id}":{"get":{"operationId":"api_discounts_id_get","tags":["Discount"],"responses":{"200":{"description":"Discount resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Discount resource.","description":"Retrieves a Discount resource.","parameters":[{"name":"id","in":"path","description":"Discount identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_discounts_id_delete","tags":["Discount"],"responses":{"204":{"description":"Discount resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Discount resource.","description":"Removes the Discount resource.","parameters":[{"name":"id","in":"path","description":"Discount identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_discounts_id_patch","tags":["Discount"],"responses":{"200":{"description":"Discount resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Discount resource.","description":"Updates the Discount resource.","parameters":[{"name":"id","in":"path","description":"Discount identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Discount resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Discount.jsonMergePatch"}}},"required":true}}},"\/discount_rules":{"get":{"operationId":"api_discount_rules_get_collection","tags":["DiscountRule"],"responses":{"200":{"description":"DiscountRule collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"DiscountRule.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscountRule.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"DiscountRule.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscountRule.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of DiscountRule resources.","description":"Retrieves the collection of DiscountRule resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/discount_rules\/{id}":{"get":{"operationId":"api_discount_rules_id_get","tags":["DiscountRule"],"responses":{"200":{"description":"DiscountRule resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/DiscountRule.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DiscountRule.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a DiscountRule resource.","description":"Retrieves a DiscountRule resource.","parameters":[{"name":"id","in":"path","description":"DiscountRule identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/dynamic_fields":{"get":{"operationId":"api_dynamic_fields_get_collection","tags":["DynamicField"],"responses":{"200":{"description":"DynamicField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"DynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"DynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of DynamicField resources.","description":"Retrieves the collection of DynamicField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_dynamic_fields_post","tags":["DynamicField"],"responses":{"201":{"description":"DynamicField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a DynamicField resource.","description":"Creates a DynamicField resource.","parameters":[],"requestBody":{"description":"The new DynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField"}}},"required":true}}},"\/dynamic_fields\/{id}":{"get":{"operationId":"api_dynamic_fields_id_get","tags":["DynamicField"],"responses":{"200":{"description":"DynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a DynamicField resource.","description":"Retrieves a DynamicField resource.","parameters":[{"name":"id","in":"path","description":"DynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_dynamic_fields_id_patch","tags":["DynamicField"],"responses":{"200":{"description":"DynamicField resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the DynamicField resource.","description":"Updates the DynamicField resource.","parameters":[{"name":"id","in":"path","description":"DynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated DynamicField resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/DynamicField.jsonMergePatch"}}},"required":true}}},"\/emails":{"get":{"operationId":"api_emails_get_collection","tags":["Email"],"responses":{"200":{"description":"Email collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Email.jsonld-email.group.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Email.jsonld-email.group.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Email resources.","description":"Retrieves the collection of Email resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[user]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[subject]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"includeEmail","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"messageType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"messageType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.profileMember","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.profileMember[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"evaluationForm.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"evaluationForm.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.course.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.course.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by subject, source, body or recipient.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_emails_post","tags":["Email"],"responses":{"201":{"description":"Email resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Email resource.","description":"Creates a Email resource.","parameters":[],"requestBody":{"description":"The new Email resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Email"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Email"}}},"required":true}}},"\/emails\/evaluation-forms":{"get":{"operationId":"api_emailsevaluation-forms_get_collection","tags":["Email"],"responses":{"200":{"description":"Email collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Email.jsonld-email.group.evaluation_forms_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.evaluation_forms_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Email.jsonld-email.group.evaluation_forms_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.evaluation_forms_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Email resources.","description":"Retrieves the collection of Email resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[user]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[subject]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"includeEmail","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"messageType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"messageType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.profileMember","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.profileMember[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"recipients.profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipients.profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"evaluationForm.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"evaluationForm.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.course.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.course.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/emails\/teacher\/send":{"post":{"operationId":"api_emailsteachersend_post","tags":["Email"],"responses":{"201":{"description":"Email resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Send an informational email to the teachers of a series","description":"Creates a Email resource.","parameters":[],"requestBody":{"description":"The new Email resource","content":{"application\/json":{"schema":{"type":"object","properties":{"message":{"type":"string"},"teachers":{"type":"array"},"series":{"type":"Series"}}},"example":{"message":"<p>This is a test email<\/p>","teachers":["\/teachers\/...","\/teachers\/..."],"series":"\/series\/..."}}},"required":false}}},"\/emails\/{id}":{"get":{"operationId":"api_emails_id_get","tags":["Email"],"responses":{"200":{"description":"Email resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Email.jsonld-email.group.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Email resource.","description":"Retrieves a Email resource.","parameters":[{"name":"id","in":"path","description":"Email identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/email_read_logs":{"get":{"operationId":"api_email_read_logs_get_collection","tags":["EmailReadLog"],"responses":{"200":{"description":"EmailReadLog collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EmailReadLog.jsonld-email-read-log.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email-read-log.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EmailReadLog.jsonld-email-read-log.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email-read-log.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EmailReadLog resources.","description":"Retrieves the collection of EmailReadLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"recipient.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"recipient.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_email_read_logs_post","tags":["EmailReadLog"],"responses":{"201":{"description":"EmailReadLog resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a EmailReadLog resource.","description":"Creates a EmailReadLog resource.","parameters":[],"requestBody":{"description":"The new EmailReadLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog"}}},"required":true}}},"\/email_read_logs\/{id}":{"get":{"operationId":"api_email_read_logs_id_get","tags":["EmailReadLog"],"responses":{"200":{"description":"EmailReadLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email-read-log.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email-read-log.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EmailReadLog resource.","description":"Retrieves a EmailReadLog resource.","parameters":[{"name":"id","in":"path","description":"EmailReadLog identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/email_recipients":{"get":{"operationId":"api_email_recipients_get_collection","tags":["EmailRecipient"],"responses":{"200":{"description":"EmailRecipient collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EmailRecipient.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EmailRecipient.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EmailRecipient resources.","description":"Retrieves the collection of EmailRecipient resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_email_recipients_post","tags":["EmailRecipient"],"responses":{"201":{"description":"EmailRecipient resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a EmailRecipient resource.","description":"Creates a EmailRecipient resource.","parameters":[],"requestBody":{"description":"The new EmailRecipient resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient"}}},"required":true}}},"\/email_recipients\/{id}":{"get":{"operationId":"api_email_recipients_id_get","tags":["EmailRecipient"],"responses":{"200":{"description":"EmailRecipient resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EmailRecipient resource.","description":"Retrieves a EmailRecipient resource.","parameters":[{"name":"id","in":"path","description":"EmailRecipient identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/clients\/{clientId}\/enabled_dynamic_fields":{"get":{"operationId":"api_clients_clientIdenabled_dynamic_fields_get_collection","tags":["EnabledDynamicField"],"responses":{"200":{"description":"EnabledDynamicField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnabledDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnabledDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EnabledDynamicField resources.","description":"Retrieves the collection of EnabledDynamicField resources.","parameters":[{"name":"clientId","in":"path","description":"EnabledDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForPersons","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForSubscriber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForPersons","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForPersonsSubscriber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForOrganisations","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForOrganisations","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForEnrolments","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForEnrolments","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForCourses","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForCourses","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForCourseBundles","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForCourseBundles","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"branches.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branches.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/enabled_dynamic_fields":{"get":{"operationId":"api_enabled_dynamic_fields_get_collection","tags":["EnabledDynamicField"],"responses":{"200":{"description":"EnabledDynamicField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnabledDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnabledDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EnabledDynamicField resources.","description":"Retrieves the collection of EnabledDynamicField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForPersons","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForSubscriber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForPersons","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForPersonsSubscriber","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForOrganisations","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForOrganisations","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForEnrolments","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForEnrolments","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForCourses","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForCourses","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabledForCourseBundles","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requiredForCourseBundles","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"branches.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branches.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_enabled_dynamic_fields_post","tags":["EnabledDynamicField"],"responses":{"201":{"description":"EnabledDynamicField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a EnabledDynamicField resource.","description":"Creates a EnabledDynamicField resource.","parameters":[],"requestBody":{"description":"The new EnabledDynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField"}}},"required":true}}},"\/enabled_dynamic_fields\/{id}":{"get":{"operationId":"api_enabled_dynamic_fields_id_get","tags":["EnabledDynamicField"],"responses":{"200":{"description":"EnabledDynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EnabledDynamicField resource.","description":"Retrieves a EnabledDynamicField resource.","parameters":[{"name":"id","in":"path","description":"EnabledDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_enabled_dynamic_fields_id_delete","tags":["EnabledDynamicField"],"responses":{"204":{"description":"EnabledDynamicField resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the EnabledDynamicField resource.","description":"Removes the EnabledDynamicField resource.","parameters":[{"name":"id","in":"path","description":"EnabledDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_enabled_dynamic_fields_id_patch","tags":["EnabledDynamicField"],"responses":{"200":{"description":"EnabledDynamicField resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the EnabledDynamicField resource.","description":"Updates the EnabledDynamicField resource.","parameters":[{"name":"id","in":"path","description":"EnabledDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated EnabledDynamicField resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonMergePatch"}}},"required":true}}},"\/enrolments":{"get":{"operationId":"api_enrolments_get_collection","tags":["Enrolment"],"responses":{"200":{"description":"Enrolment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Enrolment.jsonld-id_enrolment.read_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Enrolment.jsonld-id_enrolment.read_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Enrolment resources.","description":"Retrieves the collection of Enrolment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"invoicePaid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"invoiceCreated","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"onRequest","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isWaitingList","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product.courseBundle.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product.courseBundle.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"students.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"students.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"students.person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"students.person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.organisation.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.organisation.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"onRequestSeries.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"onRequestSeries.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"enrolmentTags.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolmentTags.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"cancellationDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[mollieTransId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[paymentStatus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[source]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWaitingList]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[cancellationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sendMailToEnroller]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[productName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[invoiceCreated]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[invoicePaid]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[confirmationMail]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[private]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[onRequest]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"enrolmentStudentCount","in":"query","description":"Filter by the number of students linked to the enrolment.","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"enrolmentPersonId","in":"query","description":"Filter by student OR enrolment creator","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["enrolment_list","student_list","enrolment_read","enrolment:platform:read","id","timestamps"]}},"style":"form","explode":true},{"name":"enrolmentTags.has","in":"query","description":"Filter enrolments that have a specific tag","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolmentTags.doesntHave","in":"query","description":"Filter enrolments that do not have a specific tag","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by number, series, student or organisation.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_enrolments_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.EnrolmentInput"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.EnrolmentInput"}}},"required":true}}},"\/enrolments\/budgets":{"get":{"operationId":"api_enrolmentsbudgets_get_collection","tags":["Enrolment"],"responses":{"200":{"description":"Enrolment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Enrolment.jsonld-id_enrolment.read.budgets_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read.budgets_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Enrolment.jsonld-id_enrolment.read.budgets_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read.budgets_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Enrolment resources.","description":"Retrieves the collection of Enrolment resources.","parameters":[{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"invoicePaid","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"invoiceCreated","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"onRequest","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isWaitingList","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"product","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product.courseBundle.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product.courseBundle.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"product.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"product.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"students.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"students.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"students.person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"students.person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.person","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.person[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"invoicingData.organisation.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"invoicingData.organisation.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"onRequestSeries.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"onRequestSeries.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"enrolmentTags.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolmentTags.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"cancellationDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"cancellationDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"updatedAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[mollieTransId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[status]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[paymentStatus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[source]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWaitingList]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[cancellationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sendMailToEnroller]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[productName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[invoiceCreated]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[invoicePaid]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[confirmationMail]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[private]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[onRequest]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"enrolmentStudentCount","in":"query","description":"Filter by the number of students linked to the enrolment.","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"enrolmentPersonId","in":"query","description":"Filter by student OR enrolment creator","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["enrolment_list","student_list","enrolment_read","enrolment:platform:read","id","timestamps"]}},"style":"form","explode":true},{"name":"enrolmentTags.has","in":"query","description":"Filter enrolments that have a specific tag","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolmentTags.doesntHave","in":"query","description":"Filter enrolments that do not have a specific tag","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/enrolments\/calculate_price":{"post":{"operationId":"api_enrolmentscalculate_price_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}}},"required":true}}},"\/enrolments\/copy_bulk":{"post":{"operationId":"api_enrolmentscopy_bulk_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}}},"required":true}}},"\/enrolments\/create":{"post":{"operationId":"api_enrolmentscreate_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.EnrolmentInputDto"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.EnrolmentInputDto"}}},"required":true}}},"\/enrolments\/create\/calculate_price":{"post":{"operationId":"api_enrolmentscreatecalculate_price_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}}},"required":true}}},"\/enrolments\/{id}":{"get":{"operationId":"api_enrolments_id_get","tags":["Enrolment"],"responses":{"200":{"description":"Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment.read_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Enrolment resource.","description":"Retrieves a Enrolment resource.","parameters":[{"name":"id","in":"path","description":"Enrolment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_enrolments_id_delete","tags":["Enrolment"],"responses":{"204":{"description":"Enrolment resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Enrolment resource.","description":"Removes the Enrolment resource.","parameters":[{"name":"id","in":"path","description":"Enrolment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_enrolments_id_patch","tags":["Enrolment"],"responses":{"200":{"description":"Enrolment resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment_read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_enrolment_read_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Enrolment resource.","description":"Updates the Enrolment resource.","parameters":[{"name":"id","in":"path","description":"Enrolment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Enrolment resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonMergePatch"}}},"required":true}}},"\/enrolments\/{id}\/export_ical":{"get":{"operationId":"api_enrolments_idexport_ical_get","tags":["Enrolment"],"responses":{"200":{"description":"Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Enrolment resource.","description":"Retrieves a Enrolment resource.","parameters":[{"name":"id","in":"path","description":"Enrolment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/enrolments\/{id}\/sendmail":{"post":{"operationId":"api_enrolments_idsendmail_post","tags":["Enrolment"],"responses":{"201":{"description":"Enrolment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Enrolment resource.","description":"Creates a Enrolment resource.","parameters":[{"name":"id","in":"path","description":"Enrolment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Enrolment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Enrolment"}}},"required":true}}},"\/enrolment_action_log_items":{"get":{"operationId":"api_enrolment_action_log_items_get_collection","tags":["EnrolmentActionLogItem"],"responses":{"200":{"description":"EnrolmentActionLogItem collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EnrolmentActionLogItem resources.","description":"Retrieves the collection of EnrolmentActionLogItem resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enrolment.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"enrolment.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/enrolment_action_log_items\/{id}":{"get":{"operationId":"api_enrolment_action_log_items_id_get","tags":["EnrolmentActionLogItem"],"responses":{"200":{"description":"EnrolmentActionLogItem resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EnrolmentActionLogItem resource.","description":"Retrieves a EnrolmentActionLogItem resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentActionLogItem identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/enrolment_dynamic_field_values":{"get":{"operationId":"api_enrolment_dynamic_field_values_get_collection","tags":["EnrolmentDynamicFieldValue"],"responses":{"200":{"description":"EnrolmentDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnrolmentDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnrolmentDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of EnrolmentDynamicFieldValue resources.","description":"Retrieves the collection of EnrolmentDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/enrolment_dynamic_field_values\/{id}":{"get":{"operationId":"api_enrolment_dynamic_field_values_id_get","tags":["EnrolmentDynamicFieldValue"],"responses":{"200":{"description":"EnrolmentDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EnrolmentDynamicFieldValue resource.","description":"Retrieves a EnrolmentDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/enrolment_invoicing_datas":{"get":{"operationId":"api_enrolment_invoicing_datas_get_collection","tags":["EnrolmentInvoicingData"],"responses":{"200":{"description":"EnrolmentInvoicingData collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnrolmentInvoicingData.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnrolmentInvoicingData.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EnrolmentInvoicingData resources.","description":"Retrieves the collection of EnrolmentInvoicingData resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_enrolment_invoicing_datas_post","tags":["EnrolmentInvoicingData"],"responses":{"201":{"description":"EnrolmentInvoicingData resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a EnrolmentInvoicingData resource.","description":"Creates a EnrolmentInvoicingData resource.","parameters":[],"requestBody":{"description":"The new EnrolmentInvoicingData resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData"}}},"required":true}}},"\/enrolment_invoicing_datas\/{id}":{"get":{"operationId":"api_enrolment_invoicing_datas_id_get","tags":["EnrolmentInvoicingData"],"responses":{"200":{"description":"EnrolmentInvoicingData resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EnrolmentInvoicingData resource.","description":"Retrieves a EnrolmentInvoicingData resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentInvoicingData identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_enrolment_invoicing_datas_id_patch","tags":["EnrolmentInvoicingData"],"responses":{"200":{"description":"EnrolmentInvoicingData resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the EnrolmentInvoicingData resource.","description":"Updates the EnrolmentInvoicingData resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentInvoicingData identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated EnrolmentInvoicingData resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonMergePatch"}}},"required":true}}},"\/enrolment_tags":{"get":{"operationId":"api_enrolment_tags_get_collection","tags":["EnrolmentTag"],"responses":{"200":{"description":"EnrolmentTag collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EnrolmentTag.jsonld-enrolment_tag.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-enrolment_tag.list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EnrolmentTag.jsonld-enrolment_tag.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-enrolment_tag.list_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EnrolmentTag resources.","description":"Retrieves the collection of EnrolmentTag resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_enrolment_tags_post","tags":["EnrolmentTag"],"responses":{"201":{"description":"EnrolmentTag resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a EnrolmentTag resource.","description":"Creates a EnrolmentTag resource.","parameters":[],"requestBody":{"description":"The new EnrolmentTag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag"}}},"required":true}}},"\/enrolment_tags\/{id}":{"get":{"operationId":"api_enrolment_tags_id_get","tags":["EnrolmentTag"],"responses":{"200":{"description":"EnrolmentTag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-enrolment_tag.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-enrolment_tag.read_id"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EnrolmentTag resource.","description":"Retrieves a EnrolmentTag resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentTag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_enrolment_tags_id_delete","tags":["EnrolmentTag"],"responses":{"204":{"description":"EnrolmentTag resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the EnrolmentTag resource.","description":"Removes the EnrolmentTag resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentTag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_enrolment_tags_id_patch","tags":["EnrolmentTag"],"responses":{"200":{"description":"EnrolmentTag resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the EnrolmentTag resource.","description":"Updates the EnrolmentTag resource.","parameters":[{"name":"id","in":"path","description":"EnrolmentTag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated EnrolmentTag resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonMergePatch"}}},"required":true}}},"\/evaluation_forms":{"get":{"operationId":"api_evaluation_forms_get_collection","tags":["EvaluationForm"],"responses":{"200":{"description":"EvaluationForm collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationForm.jsonld-id_eval_form.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_eval_form.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationForm.jsonld-id_eval_form.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_eval_form.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EvaluationForm resources.","description":"Retrieves the collection of EvaluationForm resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_evaluation_forms_post","tags":["EvaluationForm"],"responses":{"201":{"description":"EvaluationForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_timestamps_eval_form.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_timestamps_eval_form.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a EvaluationForm resource.","description":"Creates a EvaluationForm resource.","parameters":[],"requestBody":{"description":"The new EvaluationForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm"}}},"required":true}}},"\/evaluation_forms\/{id}":{"get":{"operationId":"api_evaluation_forms_id_get","tags":["EvaluationForm"],"responses":{"200":{"description":"EvaluationForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_eval_form.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_eval_form.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EvaluationForm resource.","description":"Retrieves a EvaluationForm resource.","parameters":[{"name":"id","in":"path","description":"EvaluationForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_evaluation_forms_id_delete","tags":["EvaluationForm"],"responses":{"204":{"description":"EvaluationForm resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the EvaluationForm resource.","description":"Removes the EvaluationForm resource.","parameters":[{"name":"id","in":"path","description":"EvaluationForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_evaluation_forms_id_patch","tags":["EvaluationForm"],"responses":{"200":{"description":"EvaluationForm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_timestamps_eval_form.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_timestamps_eval_form.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the EvaluationForm resource.","description":"Updates the EvaluationForm resource.","parameters":[{"name":"id","in":"path","description":"EvaluationForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated EvaluationForm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonMergePatch"}}},"required":true}}},"\/evaluation_form_entries":{"get":{"operationId":"api_evaluation_form_entries_get_collection","tags":["EvaluationFormEntry"],"responses":{"200":{"description":"EvaluationFormEntry collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EvaluationFormEntry resources.","description":"Retrieves the collection of EvaluationFormEntry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"form","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"form[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teachers","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teachers[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"location","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"location[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by person name, session or course.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_evaluation_form_entries_post","tags":["EvaluationFormEntry"],"responses":{"201":{"description":"EvaluationFormEntry resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a EvaluationFormEntry resource.","description":"Creates a EvaluationFormEntry resource.","parameters":[],"requestBody":{"description":"The new EvaluationFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry"}}},"required":true}}},"\/evaluation_form_entries\/export":{"get":{"operationId":"api_evaluation_form_entriesexport_get_collection","tags":["EvaluationFormEntry"],"responses":{"200":{"description":"EvaluationFormEntry collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EvaluationFormEntry resources.","description":"Retrieves the collection of EvaluationFormEntry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"form","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"form[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teachers","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teachers[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"location","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"location[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/evaluation_form_entries\/{id}":{"get":{"operationId":"api_evaluation_form_entries_id_get","tags":["EvaluationFormEntry"],"responses":{"200":{"description":"EvaluationFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EvaluationFormEntry resource.","description":"Retrieves a EvaluationFormEntry resource.","parameters":[{"name":"id","in":"path","description":"EvaluationFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_evaluation_form_entries_id_delete","tags":["EvaluationFormEntry"],"responses":{"204":{"description":"EvaluationFormEntry resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the EvaluationFormEntry resource.","description":"Removes the EvaluationFormEntry resource.","parameters":[{"name":"id","in":"path","description":"EvaluationFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_evaluation_form_entries_id_patch","tags":["EvaluationFormEntry"],"responses":{"200":{"description":"EvaluationFormEntry resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the EvaluationFormEntry resource.","description":"Updates the EvaluationFormEntry resource.","parameters":[{"name":"id","in":"path","description":"EvaluationFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated EvaluationFormEntry resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonMergePatch"}}},"required":true}}},"\/evaluation_forms\/{formId}\/entries":{"get":{"operationId":"api_evaluation_forms_formIdentries_get_collection","tags":["EvaluationFormEntry"],"responses":{"200":{"description":"EvaluationFormEntry collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationFormEntry.jsonld-evaluation_form_entry.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-evaluation_form_entry.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EvaluationFormEntry resources.","description":"Retrieves the collection of EvaluationFormEntry resources.","parameters":[{"name":"formId","in":"path","description":"EvaluationFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session.series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"form","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"form[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teachers","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teachers[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"location","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"location[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/evaluation_form_entries\/{id}\/answers":{"get":{"operationId":"api_evaluation_form_entries_idanswers.__format_get_collection","tags":["EvaluationFormEntryAnswer"],"responses":{"200":{"description":"EvaluationFormEntryAnswer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationFormEntryAnswer.jsonld-eval_form_answer.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationFormEntryAnswer.jsonld-eval_form_answer.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}}}}]}}}}},"summary":"Retrieves the collection of EvaluationFormEntryAnswer resources.","description":"Retrieves the collection of EvaluationFormEntryAnswer resources.","parameters":[{"name":"id","in":"path","description":"EvaluationFormEntryAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"entry.session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"entry.form","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.form[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"question","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"question[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[answerText]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"entry.createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/evaluation_form_entry_answers":{"get":{"operationId":"api_evaluation_form_entry_answers_get_collection","tags":["EvaluationFormEntryAnswer"],"responses":{"200":{"description":"EvaluationFormEntryAnswer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"EvaluationFormEntryAnswer.jsonld-eval_form_answer.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"EvaluationFormEntryAnswer.jsonld-eval_form_answer.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of EvaluationFormEntryAnswer resources.","description":"Retrieves the collection of EvaluationFormEntryAnswer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"entry.session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"entry.form","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.form[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"question","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"question[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[answerText]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"entry.createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"entry.createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/evaluation_form_entry_answers\/{id}":{"get":{"operationId":"api_evaluation_form_entry_answers_id_get","tags":["EvaluationFormEntryAnswer"],"responses":{"200":{"description":"EvaluationFormEntryAnswer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-eval_form_answer.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a EvaluationFormEntryAnswer resource.","description":"Retrieves a EvaluationFormEntryAnswer resource.","parameters":[{"name":"id","in":"path","description":"EvaluationFormEntryAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/a\/e":{"post":{"operationId":"api_ae_post","tags":["Event"],"responses":{"201":{"description":"Event resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Event resource.","description":"Creates a Event resource.","parameters":[],"requestBody":{"description":"The new Event resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.EventDto"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event.EventDto"}}},"required":true}}},"\/analytics\/events":{"get":{"operationId":"api_analyticsevents_get_collection","tags":["Event"],"responses":{"200":{"description":"Event collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Event.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Event.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Event.jsonld"}}}}]}}}}},"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,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/analytics\/events\/{id}":{"get":{"operationId":"api_analyticsevents_id_get","tags":["Event"],"responses":{"200":{"description":"Event resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Event.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Event resource.","description":"Retrieves a Event resource.","parameters":[{"name":"id","in":"path","description":"Event identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/export_dynamic_field_values":{"get":{"operationId":"api_export_dynamic_field_values_get_collection","tags":["ExportDynamicFieldValue"],"responses":{"200":{"description":"ExportDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ExportDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ExportDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of ExportDynamicFieldValue resources.","description":"Retrieves the collection of ExportDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exportTemplate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"exportTemplate[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/export_dynamic_field_values\/{id}":{"get":{"operationId":"api_export_dynamic_field_values_id_get","tags":["ExportDynamicFieldValue"],"responses":{"200":{"description":"ExportDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ExportDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ExportDynamicFieldValue resource.","description":"Retrieves a ExportDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"ExportDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/export_templates":{"get":{"operationId":"api_export_templates_get_collection","tags":["ExportTemplate"],"responses":{"200":{"description":"ExportTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ExportTemplate.jsonld-id_export-template.read_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ExportTemplate.jsonld-id_export-template.read_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of ExportTemplate resources.","description":"Retrieves the collection of ExportTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/export_templates\/{id}":{"get":{"operationId":"api_export_templates_id_get","tags":["ExportTemplate"],"responses":{"200":{"description":"ExportTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ExportTemplate resource.","description":"Retrieves a ExportTemplate resource.","parameters":[{"name":"id","in":"path","description":"ExportTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/export_templates\/{id}\/create_export":{"post":{"operationId":"api_export_templates_idcreate_export_post","tags":["ExportTemplate"],"responses":{"201":{"description":"ExportTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate.jsonld-id_export-template.read_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a ExportTemplate resource.","description":"Creates a ExportTemplate resource.","parameters":[{"name":"id","in":"path","description":"ExportTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new ExportTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ExportTemplate"}}},"required":true}}},"\/features":{"get":{"operationId":"api_features_get_collection","tags":["Feature"],"responses":{"200":{"description":"Feature collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Feature.jsonld-feature_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feature.jsonld-feature_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Feature.jsonld-feature_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Feature.jsonld-feature_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of Feature resources.","description":"Retrieves the collection of Feature resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/features\/{id}":{"get":{"operationId":"api_features_id_get","tags":["Feature"],"responses":{"200":{"description":"Feature resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Feature.jsonld-feature_item_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Feature.jsonld-feature_item_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Feature resource.","description":"Retrieves a Feature resource.","parameters":[{"name":"id","in":"path","description":"Feature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/feature_categories":{"get":{"operationId":"api_feature_categories_get_collection","tags":["FeatureCategory"],"responses":{"200":{"description":"FeatureCategory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FeatureCategory.jsonld-feature_category_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_category_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FeatureCategory.jsonld-feature_category_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_category_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of FeatureCategory resources.","description":"Retrieves the collection of FeatureCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/feature_categories\/{id}":{"get":{"operationId":"api_feature_categories_id_get","tags":["FeatureCategory"],"responses":{"200":{"description":"FeatureCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_category_item_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_category_item_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FeatureCategory resource.","description":"Retrieves a FeatureCategory resource.","parameters":[{"name":"id","in":"path","description":"FeatureCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/feature_flags":{"get":{"operationId":"api_feature_flags_get_collection","tags":["FeatureFlag"],"responses":{"200":{"description":"FeatureFlag collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FeatureFlag.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FeatureFlag.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of FeatureFlag resources.","description":"Retrieves the collection of FeatureFlag resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_feature_flags_post","tags":["FeatureFlag"],"responses":{"201":{"description":"FeatureFlag resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a FeatureFlag resource.","description":"Creates a FeatureFlag resource.","parameters":[],"requestBody":{"description":"The new FeatureFlag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag"}}},"required":true}}},"\/feature_flags\/{id}":{"get":{"operationId":"api_feature_flags_id_get","tags":["FeatureFlag"],"responses":{"200":{"description":"FeatureFlag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FeatureFlag resource.","description":"Retrieves a FeatureFlag resource.","parameters":[{"name":"id","in":"path","description":"FeatureFlag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_feature_flags_id_delete","tags":["FeatureFlag"],"responses":{"204":{"description":"FeatureFlag resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the FeatureFlag resource.","description":"Removes the FeatureFlag resource.","parameters":[{"name":"id","in":"path","description":"FeatureFlag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_feature_flags_id_patch","tags":["FeatureFlag"],"responses":{"200":{"description":"FeatureFlag resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the FeatureFlag resource.","description":"Updates the FeatureFlag resource.","parameters":[{"name":"id","in":"path","description":"FeatureFlag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FeatureFlag resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FeatureFlag.jsonMergePatch"}}},"required":true}}},"\/federal_learning_account_syncs":{"post":{"operationId":"api_federal_learning_account_syncs_post","tags":["FederalLearningAccountSync"],"responses":{"201":{"description":"FederalLearningAccountSync resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync.jsonld-federal_learning_account_syncs.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync.jsonld-federal_learning_account_syncs.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a FederalLearningAccountSync resource.","description":"Creates a FederalLearningAccountSync resource.","parameters":[],"requestBody":{"description":"The new FederalLearningAccountSync resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync-federal_learning_account_syncs.create"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync-federal_learning_account_syncs.create"}}},"required":true}}},"\/federal_learning_account_syncs\/{id}":{"get":{"operationId":"api_federal_learning_account_syncs_id_get","tags":["FederalLearningAccountSync"],"responses":{"200":{"description":"FederalLearningAccountSync resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync.jsonld-federal_learning_account_syncs.list_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalLearningAccountSync.jsonld-federal_learning_account_syncs.list_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FederalLearningAccountSync resource.","description":"Retrieves a FederalLearningAccountSync resource.","parameters":[{"name":"id","in":"path","description":"FederalLearningAccountSync identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/federal_public_service_employments":{"get":{"operationId":"api_federal_public_service_employments_get_collection","tags":["FederalPublicServiceEmployment"],"responses":{"200":{"description":"FederalPublicServiceEmployment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of FederalPublicServiceEmployment resources.","description":"Retrieves the collection of FederalPublicServiceEmployment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"language","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"user","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"user[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_federal_public_service_employments_post","tags":["FederalPublicServiceEmployment"],"responses":{"201":{"description":"FederalPublicServiceEmployment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a FederalPublicServiceEmployment resource.","description":"Creates a FederalPublicServiceEmployment resource.","parameters":[],"requestBody":{"description":"The new FederalPublicServiceEmployment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment"}}},"required":true}}},"\/federal_public_service_employments\/{id}":{"get":{"operationId":"api_federal_public_service_employments_id_get","tags":["FederalPublicServiceEmployment"],"responses":{"200":{"description":"FederalPublicServiceEmployment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FederalPublicServiceEmployment resource.","description":"Retrieves a FederalPublicServiceEmployment resource.","parameters":[{"name":"id","in":"path","description":"FederalPublicServiceEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_federal_public_service_employments_id_delete","tags":["FederalPublicServiceEmployment"],"responses":{"204":{"description":"FederalPublicServiceEmployment resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the FederalPublicServiceEmployment resource.","description":"Removes the FederalPublicServiceEmployment resource.","parameters":[{"name":"id","in":"path","description":"FederalPublicServiceEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_federal_public_service_employments_id_patch","tags":["FederalPublicServiceEmployment"],"responses":{"200":{"description":"FederalPublicServiceEmployment resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the FederalPublicServiceEmployment resource.","description":"Updates the FederalPublicServiceEmployment resource.","parameters":[{"name":"id","in":"path","description":"FederalPublicServiceEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FederalPublicServiceEmployment resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FederalPublicServiceEmployment.jsonMergePatch"}}},"required":true}}},"\/file_categories":{"get":{"operationId":"api_file_categories_get_collection","tags":["FileCategory"],"responses":{"200":{"description":"FileCategory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FileCategory.jsonld-file_category_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileCategory.jsonld-file_category_list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FileCategory.jsonld-file_category_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileCategory.jsonld-file_category_list_id"}}}}]}}}}},"summary":"Retrieves the collection of FileCategory resources.","description":"Retrieves the collection of FileCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isForCenter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isForMe","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/file_categories\/{id}":{"get":{"operationId":"api_file_categories_id_get","tags":["FileCategory"],"responses":{"200":{"description":"FileCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FileCategory.jsonld-file_category_list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileCategory.jsonld-file_category_list_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FileCategory resource.","description":"Retrieves a FileCategory resource.","parameters":[{"name":"id","in":"path","description":"FileCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/file_objects":{"get":{"operationId":"api_file_objects_get_collection","tags":["FileObject"],"responses":{"200":{"description":"FileObject collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FileObject.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FileObject.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of FileObject resources.","description":"Retrieves the collection of FileObject resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_file_objects_post","tags":["FileObject"],"responses":{"201":{"description":"FileObject resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_fileobject.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_fileobject.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a FileObject resource.","description":"Creates a FileObject resource.","parameters":[],"requestBody":{"description":"The new FileObject resource","content":{"multipart\/form-data":{"schema":{"type":"object","properties":{"file":{"type":"string","format":"binary"}}}}},"required":false}}},"\/file_objects\/{id}":{"get":{"operationId":"api_file_objects_id_get","tags":["FileObject"],"responses":{"200":{"description":"FileObject resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FileObject resource.","description":"Retrieves a FileObject resource.","parameters":[{"name":"id","in":"path","description":"FileObject identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_file_objects_id_patch","tags":["FileObject"],"responses":{"200":{"description":"FileObject resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the FileObject resource.","description":"Updates the FileObject resource.","parameters":[{"name":"id","in":"path","description":"FileObject identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FileObject resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FileObject-fileobject.patch.type.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileObject-fileobject.patch.type.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FileObject-fileobject.patch.type.jsonMergePatch"}}},"required":true}}},"\/form_answers":{"get":{"operationId":"api_form_answers_get_collection","tags":["FormAnswer"],"responses":{"200":{"description":"FormAnswer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormAnswer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormAnswer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of FormAnswer resources.","description":"Retrieves the collection of FormAnswer resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_form_answers_post","tags":["FormAnswer"],"responses":{"201":{"description":"FormAnswer resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a FormAnswer resource.","description":"Creates a FormAnswer resource.","parameters":[],"requestBody":{"description":"The new FormAnswer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer"}}},"required":true}}},"\/form_answers\/{id}":{"get":{"operationId":"api_form_answers_id_get","tags":["FormAnswer"],"responses":{"200":{"description":"FormAnswer resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FormAnswer resource.","description":"Retrieves a FormAnswer resource.","parameters":[{"name":"id","in":"path","description":"FormAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_answers_id_delete","tags":["FormAnswer"],"responses":{"204":{"description":"FormAnswer resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the FormAnswer resource.","description":"Removes the FormAnswer resource.","parameters":[{"name":"id","in":"path","description":"FormAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_form_answers_id_patch","tags":["FormAnswer"],"responses":{"200":{"description":"FormAnswer resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the FormAnswer resource.","description":"Updates the FormAnswer resource.","parameters":[{"name":"id","in":"path","description":"FormAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FormAnswer resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FormAnswer.jsonMergePatch"}}},"required":true}}},"\/form_questions\/{id}\/answers":{"get":{"operationId":"api_form_questions_idanswers.__format_get_collection","tags":["FormAnswer"],"responses":{"200":{"description":"FormAnswer collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormAnswer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormAnswer.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of FormAnswer resources.","description":"Retrieves the collection of FormAnswer resources.","parameters":[{"name":"id","in":"path","description":"FormAnswer identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/evaluation_forms\/{formId}\/questions":{"get":{"operationId":"api_evaluation_forms_formIdquestions_get_collection","tags":["FormQuestion"],"responses":{"200":{"description":"FormQuestion collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormQuestion.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormQuestion.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of FormQuestion resources.","description":"Retrieves the collection of FormQuestion resources.","parameters":[{"name":"formId","in":"path","description":"FormQuestion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"archived","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/form_questions":{"get":{"operationId":"api_form_questions_get_collection","tags":["FormQuestion"],"responses":{"200":{"description":"FormQuestion collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormQuestion.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormQuestion.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of FormQuestion resources.","description":"Retrieves the collection of FormQuestion resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"category","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"category[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"archived","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, description or answer.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_form_questions_post","tags":["FormQuestion"],"responses":{"201":{"description":"FormQuestion resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a FormQuestion resource.","description":"Creates a FormQuestion resource.","parameters":[],"requestBody":{"description":"The new FormQuestion resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion-question.list.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion-question.list.read"}}},"required":true}}},"\/form_questions\/{id}":{"get":{"operationId":"api_form_questions_id_get","tags":["FormQuestion"],"responses":{"200":{"description":"FormQuestion resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.item.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.item.read_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a FormQuestion resource.","description":"Retrieves a FormQuestion resource.","parameters":[{"name":"id","in":"path","description":"FormQuestion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_questions_id_delete","tags":["FormQuestion"],"responses":{"204":{"description":"FormQuestion resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the FormQuestion resource.","description":"Removes the FormQuestion resource.","parameters":[{"name":"id","in":"path","description":"FormQuestion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_form_questions_id_patch","tags":["FormQuestion"],"responses":{"200":{"description":"FormQuestion resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-question.list.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the FormQuestion resource.","description":"Updates the FormQuestion resource.","parameters":[{"name":"id","in":"path","description":"FormQuestion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FormQuestion resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FormQuestion.jsonMergePatch"}}},"required":true}}},"\/form_submissions":{"get":{"operationId":"api_form_submissions_get_collection","tags":["FormSubmission"],"responses":{"200":{"description":"FormSubmission collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormSubmission.jsonld-form_submission.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmission.jsonld-form_submission.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormSubmission.jsonld-form_submission.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmission.jsonld-form_submission.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get form submissions","description":"Returns submissions filtered by courseForm, attendee, or courseDate.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"courseForm.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseForm.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"courseDate.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseDate.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/form_submissions\/{id}":{"get":{"operationId":"api_form_submissions_id_get","tags":["FormSubmission"],"responses":{"200":{"description":"FormSubmission resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormSubmission.jsonld-form_submission.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormSubmission.jsonld-form_submission.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a form submission","description":"Returns a submission with all answers and choices.","parameters":[{"name":"id","in":"path","description":"FormSubmission identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_submissions_id_delete","tags":["FormSubmission"],"responses":{"204":{"description":"FormSubmission resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete a form submission","description":"Deletes a submission and all its answers and choices.","parameters":[{"name":"id","in":"path","description":"FormSubmission identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/form_templates":{"get":{"operationId":"api_form_templates_get_collection","tags":["FormTemplate"],"responses":{"200":{"description":"FormTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormTemplate.jsonld-form_template.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormTemplate.jsonld-form_template.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get all form templates","description":"Returns system templates (available to all) and client templates belonging to your organisation. Use the `organisationProfile.id` filter to scope results, or `type` to filter by form type. Each template includes: name, description, type, author, default delivery settings (trigger, timing, reminders), and a computed questionCount.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"isSystemTemplate","in":"query","description":"Filter by system templates (true) or client templates (false)","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_form_templates_post","tags":["FormTemplate"],"responses":{"201":{"description":"FormTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Create a new form template","description":"Creates a client-owned form template. You must provide an `organisationProfile` IRI. System templates (without organisationProfile) cannot be created via the API.","parameters":[],"requestBody":{"description":"The new FormTemplate resource","content":{"application\/json":{"schema":{"type":"object","required":["name","type","organisationProfile"],"properties":{"name":{"type":"string","example":"Evaluatieformulier Basis"},"description":{"type":"string","example":"Standaard evaluatieformulier voor opleidingen"},"type":{"type":"string","enum":["evaluation_form","follow_up","presence_form"],"example":"evaluation_form"},"organisationProfile":{"type":"string","format":"iri","example":"\/organisation_profiles\/uuid"},"author":{"type":"string","nullable":true,"example":"Smart Lions"},"defaultTriggerMethod":{"type":"string","enum":["manual","automatic"],"default":"manual"},"defaultDaysAfterTraining":{"type":"integer","nullable":true,"example":30},"defaultSendTime":{"type":"string","nullable":true,"example":"09:00"},"defaultSendEmail":{"type":"boolean","default":true},"defaultOnlyForAttendees":{"type":"boolean","default":false},"defaultReminders":{"type":"array","nullable":true,"items":{"type":"object","properties":{"delayDays":{"type":"integer","example":30,"description":"Number of days after initial send to send the reminder."},"sendTime":{"type":"string","example":"09:00","description":"Time of day to send the reminder (HH:MM)."}}},"example":[{"delayDays":30,"sendTime":"09:00"},{"delayDays":60,"sendTime":"09:00"}]}}}}},"required":false}}},"\/form_templates\/bulk_import":{"post":{"operationId":"api_form_templatesbulk_import_post","tags":["FormTemplate"],"responses":{"201":{"description":"FormTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Bulk import system templates","description":"Deep-copies multiple system templates into your organisation at once. Skips templates that are already imported, not found, or not system templates.","parameters":[],"requestBody":{"description":"The new FormTemplate resource","content":{"application\/json":{"schema":{"type":"object","required":["organisationProfile","templates"],"properties":{"organisationProfile":{"type":"string","format":"iri","example":"\/organisation_profiles\/uuid"},"templates":{"type":"array","items":{"type":"string","format":"iri"},"example":["\/form_templates\/uuid1","\/form_templates\/uuid2"]}}}}},"required":false}}},"\/form_templates\/{id}":{"get":{"operationId":"api_form_templates_id_get","tags":["FormTemplate"],"responses":{"200":{"description":"FormTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a form template","description":"Returns the form template with its versions. System templates are read-only.","parameters":[{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_templates_id_delete","tags":["FormTemplate"],"responses":{"204":{"description":"FormTemplate resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete a form template","description":"Deletes a client-owned template and all its versions, blocks, and options. System templates cannot be deleted.","parameters":[{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_form_templates_id_patch","tags":["FormTemplate"],"responses":{"200":{"description":"FormTemplate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Update a form template","description":"Update template metadata (name, description, author, default delivery settings). Only client-owned templates can be updated. System templates are read-only.","parameters":[{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FormTemplate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate-form_template.write.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate-form_template.write.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate-form_template.write.jsonMergePatch"}}},"required":true}}},"\/form_templates\/{id}\/deploy":{"post":{"operationId":"api_form_templates_iddeploy_post","tags":["FormTemplate"],"responses":{"201":{"description":"FormTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template_version.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template_version.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Deploy a new version","description":"Updates template settings and creates a new published version with the provided blocks and options, all in one call. Template fields (name, description, etc.) are optional \u2014 only provided fields are updated.","parameters":[{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new FormTemplate resource","content":{"application\/json":{"schema":{"type":"object","required":["blocks"],"properties":{"name":{"type":"string","nullable":true,"description":"Template name"},"description":{"type":"string","nullable":true,"description":"Template description"},"author":{"type":"string","nullable":true},"defaultTriggerMethod":{"type":"string","enum":["manual","automatic"],"nullable":true},"defaultDaysAfterTraining":{"type":"integer","nullable":true},"defaultSendTime":{"type":"string","nullable":true,"example":"09:00"},"defaultSendEmail":{"type":"boolean","nullable":true},"defaultOnlyForAttendees":{"type":"boolean","nullable":true},"defaultReminders":{"type":"array","nullable":true,"items":{"type":"object","properties":{"delayDays":{"type":"integer"},"sendTime":{"type":"string"}}}},"blocks":{"type":"array","items":{"type":"object","required":["blockType","position"],"properties":{"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"]},"position":{"type":"integer"},"text":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"required":{"type":"boolean","default":false},"subject":{"type":"string","nullable":true,"enum":["general","instructor","location","content"]},"config":{"type":"object","nullable":true},"options":{"type":"array","items":{"type":"object","required":["label","value"],"properties":{"position":{"type":"integer"},"role":{"type":"string","enum":["option","row","column"],"default":"option"},"label":{"type":"string"},"value":{"type":"string"}}}}}}}}}}},"required":false}}},"\/form_templates\/{id}\/import":{"post":{"operationId":"api_form_templates_idimport_post","tags":["FormTemplate"],"responses":{"201":{"description":"FormTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Import a system template","description":"Deep-copies a system template into your organisation. Creates a new client-owned template with all blocks, options, and default delivery settings from the latest published version. The new template has `sourceTemplate` set to the original.","parameters":[{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new FormTemplate resource","content":{"application\/json":{"schema":{"type":"object","required":["organisationProfile"],"properties":{"organisationProfile":{"type":"string","format":"iri","example":"\/organisation_profiles\/uuid"}}}}},"required":false}}},"\/form_templates\/{id}\/results":{"get":{"operationId":"api_form_templates_idresults_get","tags":["FormTemplate"],"responses":{"200":{"description":"FormTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get form template results","description":"Returns aggregated results for all submissions of this template across all versions and courses. Supports filtering by date range, specific version, or specific course form. Optionally group results by day\/month\/year.","parameters":[{"name":"dateGrouping","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["day","month","year"]},"style":"form","explode":false},{"name":"from","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"to","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"versionId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseFormId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/form_templates\/{id}\/results\/export":{"get":{"operationId":"api_form_templates_idresultsexport_get","tags":["FormTemplate"],"responses":{"200":{"description":"FormTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export form template results","description":"Exports aggregated results as CSV, XLSX, or PDF.","parameters":[{"name":"format","in":"query","description":"","required":true,"deprecated":false,"schema":{"type":"string","enum":["csv","xlsx","pdf"]},"style":"form","explode":false},{"name":"dateGrouping","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["day","month","year"]},"style":"form","explode":false},{"name":"from","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"to","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"versionId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseFormId","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"id","in":"path","description":"FormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/form_template_blocks":{"get":{"operationId":"api_form_template_blocks_get_collection","tags":["FormTemplateBlock"],"responses":{"200":{"description":"FormTemplateBlock collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormTemplateBlock.jsonld-form_template_block.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormTemplateBlock.jsonld-form_template_block.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get form template blocks","description":"Returns blocks for accessible versions. Filter by `version.id` to get blocks of a specific version.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"version.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"version.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"blockType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"blockType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_form_template_blocks_post","tags":["FormTemplateBlock"],"responses":{"201":{"description":"FormTemplateBlock resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Add a block to a draft version","description":"Creates a new block in a draft version. Use `blockType` to set the type. Layout blocks (heading_1, heading_2, heading_3, info_text) use the `text` field. Field blocks use `label`, `description`, `required`, and optionally `subject` and `config`.","parameters":[],"requestBody":{"description":"The new FormTemplateBlock resource","content":{"application\/json":{"schema":{"type":"object","required":["version","blockType","position"],"properties":{"version":{"type":"string","format":"iri","example":"\/api\/form_template_versions\/uuid"},"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"],"example":"scale"},"position":{"type":"integer","example":0},"text":{"type":"string","nullable":true,"description":"Text content for layout blocks (headings, info text)","example":"Sectie: Docent"},"label":{"type":"string","nullable":true,"description":"Question label for field blocks","example":"Hoe tevreden bent u over de docent?"},"description":{"type":"string","nullable":true,"description":"Help text shown below the question"},"required":{"type":"boolean","default":false},"subject":{"type":"string","nullable":true,"enum":["general","instructor","location","content"],"description":"Evaluation subject for grouping results"},"config":{"type":"object","nullable":true,"description":"Type-specific settings","example":{"min":1,"max":10,"minLabel":"Slecht","maxLabel":"Uitstekend"}},"options":{"type":"array","description":"Inline options for choice blocks (single_choice, multiple_choice, choice_matrix). Saves a separate call per option.","items":{"type":"object","required":["label","value"],"properties":{"position":{"type":"integer","example":0},"role":{"type":"string","enum":["option","row","column"],"default":"option"},"label":{"type":"string","example":"Zeer tevreden"},"value":{"type":"string","example":"5"}}}}}}}},"required":false}}},"\/form_template_blocks\/{id}":{"get":{"operationId":"api_form_template_blocks_id_get","tags":["FormTemplateBlock"],"responses":{"200":{"description":"FormTemplateBlock resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a form template block","description":"Returns a block with all its options.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_template_blocks_id_delete","tags":["FormTemplateBlock"],"responses":{"204":{"description":"FormTemplateBlock resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete a block","description":"Removes a block and its options. Only blocks in draft versions can be deleted.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_form_template_blocks_id_patch","tags":["FormTemplateBlock"],"responses":{"200":{"description":"FormTemplateBlock resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Update a block","description":"Updates block properties. Only blocks in draft versions can be modified. Send `options` array to replace all existing options.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlock identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FormTemplateBlock resource","content":{"application\/merge-patch+json":{"schema":{"type":"object","properties":{"position":{"type":"integer"},"text":{"type":"string","nullable":true},"label":{"type":"string","nullable":true},"description":{"type":"string","nullable":true},"required":{"type":"boolean"},"subject":{"type":"string","nullable":true,"enum":["general","instructor","location","content"]},"config":{"type":"object","nullable":true},"options":{"type":"array","description":"Send to replace all existing options. Omit to leave options unchanged.","items":{"type":"object","required":["label","value"],"properties":{"position":{"type":"integer"},"role":{"type":"string","enum":["option","row","column"]},"label":{"type":"string"},"value":{"type":"string"}}}}}}}},"required":false}}},"\/form_template_block_options":{"get":{"operationId":"api_form_template_block_options_get_collection","tags":["FormTemplateBlockOption"],"responses":{"200":{"description":"FormTemplateBlockOption collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormTemplateBlockOption.jsonld-form_template_block_option.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormTemplateBlockOption.jsonld-form_template_block_option.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.list_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get block options","description":"Returns options for accessible blocks. Filter by `block.id` to get options of a specific block. Options are also included inline when reading a block or version.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"block.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"block.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"role","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"role[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_form_template_block_options_post","tags":["FormTemplateBlockOption"],"responses":{"201":{"description":"FormTemplateBlockOption resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Add an option to a block","description":"Creates a new option for a block in a draft version. For single\/multiple choice blocks, use role `option`. For choice_matrix blocks, use role `row` or `column`.","parameters":[],"requestBody":{"description":"The new FormTemplateBlockOption resource","content":{"application\/json":{"schema":{"type":"object","required":["block","label","value"],"properties":{"block":{"type":"string","format":"iri","example":"\/api\/form_template_blocks\/uuid"},"position":{"type":"integer","example":0},"role":{"type":"string","enum":["option","row","column"],"default":"option","description":"Use `option` for single\/multiple choice. Use `row`\/`column` for choice_matrix blocks."},"label":{"type":"string","example":"Zeer tevreden"},"value":{"type":"string","example":"5","description":"Stored value (can be numeric for scoring or a string key)"}}}}},"required":false}}},"\/form_template_block_options\/{id}":{"get":{"operationId":"api_form_template_block_options_id_get","tags":["FormTemplateBlockOption"],"responses":{"200":{"description":"FormTemplateBlockOption resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a block option","description":"Returns a single option.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlockOption identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_template_block_options_id_delete","tags":["FormTemplateBlockOption"],"responses":{"204":{"description":"FormTemplateBlockOption resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete an option","description":"Removes an option from a block. Only options in draft versions can be deleted.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlockOption identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_form_template_block_options_id_patch","tags":["FormTemplateBlockOption"],"responses":{"200":{"description":"FormTemplateBlockOption resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block_option.read_id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Update an option","description":"Updates option properties. Only options in draft versions can be modified.","parameters":[{"name":"id","in":"path","description":"FormTemplateBlockOption identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated FormTemplateBlockOption resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption-form_template_block_option.write.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption-form_template_block_option.write.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption-form_template_block_option.write.jsonMergePatch"}}},"required":true}}},"\/form_template_versions":{"get":{"operationId":"api_form_template_versions_get_collection","tags":["FormTemplateVersion"],"responses":{"200":{"description":"FormTemplateVersion collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"FormTemplateVersion.jsonld-form_template_version.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"FormTemplateVersion.jsonld-form_template_version.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get form template versions","description":"Returns versions for accessible templates. Filter by `template.id` to get versions of a specific template.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"template.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"template.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_form_template_versions_post","tags":["FormTemplateVersion"],"responses":{"201":{"description":"FormTemplateVersion resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Create a draft version","description":"Creates a new draft version for a template. Only one draft can exist per template. Blocks from the latest published version are automatically deep-copied into the new draft.","parameters":[],"requestBody":{"description":"The new FormTemplateVersion resource","content":{"application\/json":{"schema":{"type":"object","required":["template"],"properties":{"template":{"type":"string","format":"iri","example":"\/api\/form_templates\/uuid"}}}}},"required":false}}},"\/form_template_versions\/{id}":{"get":{"operationId":"api_form_template_versions_id_get","tags":["FormTemplateVersion"],"responses":{"200":{"description":"FormTemplateVersion resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a form template version","description":"Returns a version with all its blocks and options.","parameters":[{"name":"id","in":"path","description":"FormTemplateVersion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_form_template_versions_id_delete","tags":["FormTemplateVersion"],"responses":{"204":{"description":"FormTemplateVersion resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete a draft version","description":"Deletes a draft version. Published versions cannot be deleted.","parameters":[{"name":"id","in":"path","description":"FormTemplateVersion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/form_template_versions\/{id}\/publish":{"post":{"operationId":"api_form_template_versions_idpublish_post","tags":["FormTemplateVersion"],"responses":{"201":{"description":"FormTemplateVersion resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_version.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Publish a draft version","description":"Publishes a draft version, making it the active version for the template. Once published, blocks and options are locked. Course form links without responses are automatically upgraded to this version. Send an empty body.","parameters":[{"name":"id","in":"path","description":"FormTemplateVersion identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new FormTemplateVersion resource","content":{"application\/json":{"schema":{"type":"object","properties":{}}}},"required":false}}},"\/grants":{"get":{"operationId":"api_grants_get_collection","tags":["Grant"],"responses":{"200":{"description":"Grant collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Grant.jsonld-grant.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Grant.jsonld-grant.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Grant.jsonld-grant.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Grant.jsonld-grant.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Grant resources.","description":"Retrieves the collection of Grant resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"allowedJointCommittees.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"allowedJointCommittees.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/grants\/{id}":{"get":{"operationId":"api_grants_id_get","tags":["Grant"],"responses":{"200":{"description":"Grant resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Grant.jsonld-grant.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Grant.jsonld-grant.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Grant resource.","description":"Retrieves a Grant resource.","parameters":[{"name":"id","in":"path","description":"Grant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/integrations":{"get":{"operationId":"api_integrations_get_collection","tags":["Integration"],"responses":{"200":{"description":"Integration collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Integration.jsonld-partner.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Integration.jsonld-partner.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Integration.jsonld-partner.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Integration.jsonld-partner.list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of Integration resources.","description":"Retrieves the collection of Integration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/integrations\/trigger\/automatic\/{schedule}":{"ref":"Trigger automatic integration feature","get":{"operationId":"getTriggerAutomaticIntegrationFeature","tags":["Integration"],"responses":{"200":{"description":"Trigger automatic integration feature","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Trigger all automatic organisationProfileIntegrationFeatures by schedule (hourly, daily)"}},"\/integrations\/trigger\/manual\/{organisationProfileFeatureId}":{"ref":"Trigger manual integration feature","get":{"operationId":"getTriggerManualIntegrationFeature","tags":["Integration"],"responses":{"200":{"description":"Trigger manual integration feature","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Trigger manual organisationProfileIntegrationFeature by ID"}},"\/integrations\/{id}":{"get":{"operationId":"api_integrations_id_get","tags":["Integration"],"responses":{"200":{"description":"Integration resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Integration.jsonld-partner.list_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Integration.jsonld-partner.list_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Integration resource.","description":"Retrieves a Integration resource.","parameters":[{"name":"id","in":"path","description":"Integration identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/integration_dynamic_fields":{"get":{"operationId":"api_integration_dynamic_fields_get_collection","tags":["IntegrationDynamicField"],"responses":{"200":{"description":"IntegrationDynamicField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"IntegrationDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"IntegrationDynamicField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of IntegrationDynamicField resources.","description":"Retrieves the collection of IntegrationDynamicField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_integration_dynamic_fields_post","tags":["IntegrationDynamicField"],"responses":{"201":{"description":"IntegrationDynamicField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a IntegrationDynamicField resource.","description":"Creates a IntegrationDynamicField resource.","parameters":[],"requestBody":{"description":"The new IntegrationDynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField"}}},"required":true}}},"\/integration_dynamic_fields\/{id}":{"get":{"operationId":"api_integration_dynamic_fields_id_get","tags":["IntegrationDynamicField"],"responses":{"200":{"description":"IntegrationDynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld-organisation_profiles_read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld-organisation_profiles_read_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a IntegrationDynamicField resource.","description":"Retrieves a IntegrationDynamicField resource.","parameters":[{"name":"id","in":"path","description":"IntegrationDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/integration_features\/{id}":{"get":{"operationId":"api_integration_features_id_get","tags":["IntegrationFeature"],"responses":{"200":{"description":"IntegrationFeature resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationFeature.jsonld-integration_feature.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationFeature.jsonld-integration_feature.read_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a IntegrationFeature resource.","description":"Retrieves a IntegrationFeature resource.","parameters":[{"name":"id","in":"path","description":"IntegrationFeature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/integration_feature_dynamic_fields\/{id}":{"get":{"operationId":"api_integration_feature_dynamic_fields_id_get","tags":["IntegrationFeatureDynamicField"],"responses":{"200":{"description":"IntegrationFeatureDynamicField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationFeatureDynamicField.jsonld-integration_feature_dynamic_field.read_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/IntegrationFeatureDynamicField.jsonld-integration_feature_dynamic_field.read_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a IntegrationFeatureDynamicField resource.","description":"Retrieves a IntegrationFeatureDynamicField resource.","parameters":[{"name":"id","in":"path","description":"IntegrationFeatureDynamicField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/joint_committees":{"get":{"operationId":"api_joint_committees_get_collection","tags":["JointCommittee"],"responses":{"200":{"description":"JointCommittee collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"JointCommittee.jsonld-joint_committee_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-joint_committee_list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"JointCommittee.jsonld-joint_committee_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-joint_committee_list_id"}}}}]}}}}},"summary":"Retrieves the collection of JointCommittee resources.","description":"Retrieves the collection of JointCommittee resources.","parameters":[{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or description.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/joint_committees\/{id}":{"get":{"operationId":"api_joint_committees_id_get","tags":["JointCommittee"],"responses":{"200":{"description":"JointCommittee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-joint_committee_list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-joint_committee_list_id"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a JointCommittee resource.","description":"Retrieves a JointCommittee resource.","parameters":[{"name":"id","in":"path","description":"JointCommittee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/joint_committee_products":{"get":{"operationId":"api_joint_committee_products_get_collection","tags":["JointCommitteeProduct"],"responses":{"200":{"description":"JointCommitteeProduct collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"JointCommitteeProduct.jsonld-joint_committee_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommitteeProduct.jsonld-joint_committee_product_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"JointCommitteeProduct.jsonld-joint_committee_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommitteeProduct.jsonld-joint_committee_product_list"}}}}]}}}}},"summary":"Retrieves the collection of JointCommitteeProduct resources.","description":"Retrieves the collection of JointCommitteeProduct resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"jointCommittee","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"jointCommittee[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"unique","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by course or bundle name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/joint_committee_products\/{id}":{"get":{"operationId":"api_joint_committee_products_id_get","tags":["JointCommitteeProduct"],"responses":{"200":{"description":"JointCommitteeProduct resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/JointCommitteeProduct.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/JointCommitteeProduct.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a JointCommitteeProduct resource.","description":"Retrieves a JointCommitteeProduct resource.","parameters":[{"name":"id","in":"path","description":"JointCommitteeProduct identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/labels\/{lang}.json":{"get":{"operationId":"api_labels_lang.json_get_collection","tags":["Label"],"responses":{"200":{"description":"Label collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Label"}}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Label resources.","description":"Retrieves the collection of Label resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/languages":{"get":{"operationId":"api_languages_get_collection","tags":["Language"],"responses":{"200":{"description":"Language collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Language.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Language.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Language.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Language resources.","description":"Retrieves the collection of Language resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/languages\/{isoCode}":{"get":{"operationId":"api_languages_isoCode_get","tags":["Language"],"responses":{"200":{"description":"Language resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Language.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Language.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Language resource.","description":"Retrieves a Language resource.","parameters":[{"name":"isoCode","in":"path","description":"Language identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/locations":{"get":{"operationId":"api_locations_get_collection","tags":["Location"],"responses":{"200":{"description":"Location collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Location.jsonld-id_timestamps_location_read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_location_read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Location.jsonld-id_timestamps_location_read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_location_read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Location resources.","description":"Retrieves the collection of Location resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or address.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_locations_post","tags":["Location"],"responses":{"201":{"description":"Location resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Location resource.","description":"Creates a Location resource.","parameters":[],"requestBody":{"description":"The new Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location"}}},"required":true}}},"\/locations\/{id}":{"get":{"operationId":"api_locations_id_get","tags":["Location"],"responses":{"200":{"description":"Location resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_location_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_location_read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Location resource.","description":"Retrieves a Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_locations_id_delete","tags":["Location"],"responses":{"204":{"description":"Location resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Location resource.","description":"Removes the Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_locations_id_patch","tags":["Location"],"responses":{"200":{"description":"Location resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Location resource.","description":"Updates the Location resource.","parameters":[{"name":"id","in":"path","description":"Location identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Location resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Location.jsonMergePatch"}}},"required":true}}},"\/logs":{"get":{"operationId":"api_logs_get_collection","tags":["Log"],"responses":{"200":{"description":"Log collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Log.jsonld-id_log_list_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Log.jsonld-id_log_list_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Log.jsonld-id_log_list_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Log.jsonld-id_log_list_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Log resources.","description":"Retrieves the collection of Log resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseCodeStatus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by endpoint or email.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/logs\/{id}":{"get":{"operationId":"api_logs_id_get","tags":["Log"],"responses":{"200":{"description":"Log resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Log.jsonld-id_log_read_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Log.jsonld-id_log_read_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Log resource.","description":"Retrieves a Log resource.","parameters":[{"name":"id","in":"path","description":"Log identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/manual_slug\/{slug}":{"get":{"operationId":"api_manual_slug_slug_get","tags":["Manual"],"responses":{"200":{"description":"Manual resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.detail.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Manual resource.","description":"Retrieves a Manual resource.","parameters":[{"name":"id","in":"path","description":"Manual identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/manuals":{"get":{"operationId":"api_manuals_get_collection","tags":["Manual"],"responses":{"200":{"description":"Manual collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Manual.jsonld-manual.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Manual.jsonld-manual.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Manual resources.","description":"Retrieves the collection of Manual resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"title","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language.isoCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language.isoCode[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by title.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_manuals_post","tags":["Manual"],"responses":{"201":{"description":"Manual resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Manual resource.","description":"Creates a Manual resource.","parameters":[],"requestBody":{"description":"The new Manual resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual"}}},"required":true}}},"\/manuals\/{id}":{"get":{"operationId":"api_manuals_id_get","tags":["Manual"],"responses":{"200":{"description":"Manual resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Manual resource.","description":"Retrieves a Manual resource.","parameters":[{"name":"id","in":"path","description":"Manual identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"put":{"operationId":"api_manuals_id_put","tags":["Manual"],"responses":{"200":{"description":"Manual resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Replaces the Manual resource.","description":"Replaces the Manual resource.","parameters":[{"name":"id","in":"path","description":"Manual identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Manual resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual"}}},"required":true}},"delete":{"operationId":"api_manuals_id_delete","tags":["Manual"],"responses":{"204":{"description":"Manual resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Manual resource.","description":"Removes the Manual resource.","parameters":[{"name":"id","in":"path","description":"Manual identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_manuals_id_patch","tags":["Manual"],"responses":{"200":{"description":"Manual resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Manual resource.","description":"Updates the Manual resource.","parameters":[{"name":"id","in":"path","description":"Manual identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Manual resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Manual.jsonMergePatch"}}},"required":true}}},"\/manual_articles":{"get":{"operationId":"api_manual_articles_get_collection","tags":["ManualArticle"],"responses":{"200":{"description":"ManualArticle collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ManualArticle.jsonld-manual_article.list.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ManualArticle.jsonld-manual_article.list.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of ManualArticle resources.","description":"Retrieves the collection of ManualArticle resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[parent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[title]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"manual.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manual.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by title, number or slug.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_manual_articles_post","tags":["ManualArticle"],"responses":{"201":{"description":"ManualArticle resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a ManualArticle resource.","description":"Creates a ManualArticle resource.","parameters":[],"requestBody":{"description":"The new ManualArticle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle"}}},"required":true}}},"\/manual_articles\/{id}":{"get":{"operationId":"api_manual_articles_id_get","tags":["ManualArticle"],"responses":{"200":{"description":"ManualArticle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ManualArticle resource.","description":"Retrieves a ManualArticle resource.","parameters":[{"name":"id","in":"path","description":"ManualArticle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_manual_articles_id_delete","tags":["ManualArticle"],"responses":{"204":{"description":"ManualArticle resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the ManualArticle resource.","description":"Removes the ManualArticle resource.","parameters":[{"name":"id","in":"path","description":"ManualArticle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_manual_articles_id_patch","tags":["ManualArticle"],"responses":{"200":{"description":"ManualArticle resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the ManualArticle resource.","description":"Updates the ManualArticle resource.","parameters":[{"name":"id","in":"path","description":"ManualArticle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated ManualArticle resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle-manual_article.patch.write.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle-manual_article.patch.write.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle-manual_article.patch.write.jsonMergePatch"}}},"required":true}}},"\/manual_articles_slug\/{slug}":{"get":{"operationId":"api_manual_articles_slug_slug_get","tags":["ManualArticle"],"responses":{"200":{"description":"ManualArticle resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ManualArticle resource.","description":"Retrieves a ManualArticle resource.","parameters":[{"name":"id","in":"path","description":"ManualArticle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/manuals\/{id}\/children":{"get":{"operationId":"api_manuals_idchildren_get_collection","tags":["ManualArticle"],"responses":{"200":{"description":"ManualArticle collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}}}}]}}}}},"summary":"Retrieves the collection of ManualArticle resources.","description":"Retrieves the collection of ManualArticle resources.","parameters":[{"name":"id","in":"path","description":"ManualArticle identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[parent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[title]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[number]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"manual.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"manual.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/media":{"get":{"operationId":"api_media_get_collection","tags":["Media"],"responses":{"200":{"description":"Media collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Media.jsonld-media.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-media.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Media.jsonld-media.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-media.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Media resources.","description":"Retrieves the collection of Media resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"directory.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"directory.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"exists[directory]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[fileObject]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[fileObject.originalFileName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[fileObject.id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or file name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_media_post","tags":["Media"],"responses":{"201":{"description":"Media resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Media resource.","description":"Creates a Media resource.","parameters":[],"requestBody":{"description":"The new Media resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}},"required":true}},"patch":{"operationId":"api_media_patch","tags":["Media"],"responses":{"200":{"description":"Media resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Media resource.","description":"Updates the Media resource.","parameters":[],"requestBody":{"description":"The updated Media resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}}},"required":true}}},"\/media\/bulk_delete":{"post":{"operationId":"api_mediabulk_delete_post","tags":["Media"],"responses":{"201":{"description":"Media resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Media resource.","description":"Creates a Media resource.","parameters":[],"requestBody":{"description":"The new Media resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media"}}},"required":true}}},"\/media\/{id}":{"get":{"operationId":"api_media_id_get","tags":["Media"],"responses":{"200":{"description":"Media resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Media resource.","description":"Retrieves a Media resource.","parameters":[{"name":"id","in":"path","description":"Media identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_media_id_delete","tags":["Media"],"responses":{"204":{"description":"Media resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Media resource.","description":"Removes the Media resource.","parameters":[{"name":"id","in":"path","description":"Media identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_media_id_patch","tags":["Media"],"responses":{"200":{"description":"Media resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Media resource.","description":"Updates the Media resource.","parameters":[{"name":"id","in":"path","description":"Media identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Media resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Media.jsonMergePatch"}}},"required":true}}},"\/notification\/token":{"ref":"Notification JWT Token","get":{"operationId":"getNotificationTokenItem","tags":["Notification JWT Token"],"responses":{"200":{"description":"Get JWT token","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Token"}}}}},"summary":"Get JWT token to subscribe to notificationtopics."}},"\/organisation_profiles\/{id}\/organisations":{"get":{"operationId":"api_organisation_profiles_idorganisations.__format_get_collection","tags":["Organisation"],"responses":{"200":{"description":"Organisation collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Organisation.jsonld-id_timestamps_organisation.subresource collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.subresource"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Organisation.jsonld-id_timestamps_organisation.subresource collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.subresource"}}}}]}}}}},"summary":"Retrieves the collection of Organisation resources.","description":"Retrieves the collection of Organisation resources.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["id","organisation_list","organisation:item"]}},"style":"form","explode":true},{"name":"client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"groups","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branchConnections.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branchConnections.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or VAT number.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/organisations":{"get":{"operationId":"api_organisations_get_collection","tags":["Organisation"],"responses":{"200":{"description":"Organisation collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Organisation.jsonld-id_timestamps_organisation_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Organisation.jsonld-id_timestamps_organisation_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation_list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Organisation resources.","description":"Retrieves the collection of Organisation resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"groups","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branchConnections.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branchConnections.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"expand[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["id","organisation_list","organisation:item"]}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by name or VAT number.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_organisations_post","tags":["Organisation"],"responses":{"201":{"description":"Organisation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Organisation resource.","description":"Creates a Organisation resource.","parameters":[],"requestBody":{"description":"The new Organisation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation"}}},"required":true}}},"\/organisations\/{id}":{"get":{"operationId":"api_organisations_id_get","tags":["Organisation"],"responses":{"200":{"description":"Organisation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Organisation resource.","description":"Retrieves a Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisations_id_delete","tags":["Organisation"],"responses":{"204":{"description":"Organisation resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Organisation resource.","description":"Removes the Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisations_id_patch","tags":["Organisation"],"responses":{"200":{"description":"Organisation resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_organisation.item"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Organisation resource.","description":"Updates the Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Organisation resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonMergePatch"}}},"required":true}}},"\/organisations\/{id}\/copy_bulk_members":{"post":{"operationId":"api_organisations_idcopy_bulk_members_post","tags":["Organisation"],"responses":{"201":{"description":"Organisation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Copy multiple members to another organisation","description":"Creates a Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Organisation resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation"}}},"required":true}}},"\/organisations\/{id}\/delete_bulk_members":{"post":{"operationId":"api_organisations_iddelete_bulk_members_post","tags":["Organisation"],"responses":{"201":{"description":"Organisation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Delete multiple members from an organisation","description":"Creates a Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Organisation resource","content":{"application\/json":{"schema":{"type":"object","properties":{"members":{"type":"array","items":{"type":"string","description":"The members to delete"}}}}}},"required":false}}},"\/organisations\/{id}\/invite_bullk_members":{"post":{"operationId":"api_organisations_idinvite_bullk_members_post","tags":["Organisation"],"responses":{"201":{"description":"Organisation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Invite multiple members to an organisation","description":"Creates a Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Organisation resource","content":{"application\/json":{"schema":{"type":"object","properties":{"members":{"type":"array","items":{"type":"string","description":"The members to invite"}},"htmlBody":{"type":"string","description":"The HTML body content"}}}}},"required":false}}},"\/organisations\/{id}\/move_bulk_members":{"post":{"operationId":"api_organisations_idmove_bulk_members_post","tags":["Organisation"],"responses":{"201":{"description":"Organisation resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Organisation.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Move multiple members to another organisation","description":"Creates a Organisation resource.","parameters":[{"name":"id","in":"path","description":"Organisation identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Organisation resource","content":{"application\/json":{"schema":{"type":"object","properties":{"organisation":{"type":"string","description":"The organisation to move the members to"},"members":{"type":"array","items":{"type":"string","description":"The members to move"}}}}}},"required":false}}},"\/organisation_addresses":{"get":{"operationId":"api_organisation_addresses_get_collection","tags":["OrganisationAddress"],"responses":{"200":{"description":"OrganisationAddress collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationAddress.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationAddress.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationAddress resources.","description":"Retrieves the collection of OrganisationAddress resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisation.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisation.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisation.client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisation.client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_organisation_addresses_post","tags":["OrganisationAddress"],"responses":{"201":{"description":"OrganisationAddress resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationAddress resource.","description":"Creates a OrganisationAddress resource.","parameters":[],"requestBody":{"description":"The new OrganisationAddress resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress"}}},"required":true}}},"\/organisation_addresses\/{id}":{"get":{"operationId":"api_organisation_addresses_id_get","tags":["OrganisationAddress"],"responses":{"200":{"description":"OrganisationAddress resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationAddress resource.","description":"Retrieves a OrganisationAddress resource.","parameters":[{"name":"id","in":"path","description":"OrganisationAddress identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_addresses_id_delete","tags":["OrganisationAddress"],"responses":{"204":{"description":"OrganisationAddress resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationAddress resource.","description":"Removes the OrganisationAddress resource.","parameters":[{"name":"id","in":"path","description":"OrganisationAddress identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_addresses_id_patch","tags":["OrganisationAddress"],"responses":{"200":{"description":"OrganisationAddress resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationAddress resource.","description":"Updates the OrganisationAddress resource.","parameters":[{"name":"id","in":"path","description":"OrganisationAddress identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationAddress resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonMergePatch"}}},"required":true}}},"\/organisations\/{id}\/addresses":{"get":{"operationId":"api_organisations_idaddresses_get_collection","tags":["OrganisationAddress"],"responses":{"200":{"description":"OrganisationAddress collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationAddress.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationAddress.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationAddress resources.","description":"Retrieves the collection of OrganisationAddress resources.","parameters":[{"name":"id","in":"path","description":"OrganisationAddress identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisation.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisation.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisation.client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisation.client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/organisation_branch_connections":{"post":{"operationId":"api_organisation_branch_connections_post","tags":["OrganisationBranchConnection"],"responses":{"201":{"description":"OrganisationBranchConnection resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationBranchConnection resource.","description":"Creates a OrganisationBranchConnection resource.","parameters":[],"requestBody":{"description":"The new OrganisationBranchConnection resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection"}}},"required":true}}},"\/organisation_branch_connections\/{id}":{"get":{"operationId":"api_organisation_branch_connections_id_get","tags":["OrganisationBranchConnection"],"responses":{"200":{"description":"OrganisationBranchConnection resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationBranchConnection resource.","description":"Retrieves a OrganisationBranchConnection resource.","parameters":[{"name":"id","in":"path","description":"OrganisationBranchConnection identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_branch_connections_id_patch","tags":["OrganisationBranchConnection"],"responses":{"200":{"description":"OrganisationBranchConnection resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationBranchConnection resource.","description":"Updates the OrganisationBranchConnection resource.","parameters":[{"name":"id","in":"path","description":"OrganisationBranchConnection identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationBranchConnection resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonMergePatch"}}},"required":true}}},"\/organisation_groups":{"get":{"operationId":"api_organisation_groups_get_collection","tags":["OrganisationGroup"],"responses":{"200":{"description":"OrganisationGroup collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationGroup.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationGroup.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationGroup resources.","description":"Retrieves the collection of OrganisationGroup resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_groups_post","tags":["OrganisationGroup"],"responses":{"201":{"description":"OrganisationGroup resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationGroup resource.","description":"Creates a OrganisationGroup resource.","parameters":[],"requestBody":{"description":"The new OrganisationGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup"}}},"required":true}}},"\/organisation_groups\/{id}":{"get":{"operationId":"api_organisation_groups_id_get","tags":["OrganisationGroup"],"responses":{"200":{"description":"OrganisationGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationGroup resource.","description":"Retrieves a OrganisationGroup resource.","parameters":[{"name":"id","in":"path","description":"OrganisationGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_groups_id_delete","tags":["OrganisationGroup"],"responses":{"204":{"description":"OrganisationGroup resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationGroup resource.","description":"Removes the OrganisationGroup resource.","parameters":[{"name":"id","in":"path","description":"OrganisationGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_groups_id_patch","tags":["OrganisationGroup"],"responses":{"200":{"description":"OrganisationGroup resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationGroup resource.","description":"Updates the OrganisationGroup resource.","parameters":[{"name":"id","in":"path","description":"OrganisationGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationGroup resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationGroup.jsonMergePatch"}}},"required":true}}},"\/organisation_members":{"get":{"operationId":"api_organisation_members_get_collection","tags":["OrganisationMember"],"responses":{"200":{"description":"OrganisationMember collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationMember resources.","description":"Retrieves the collection of OrganisationMember resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_organisation_members_post","tags":["OrganisationMember"],"responses":{"201":{"description":"OrganisationMember resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationMember resource.","description":"Creates a OrganisationMember resource.","parameters":[],"requestBody":{"description":"The new OrganisationMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember"}}},"required":true}}},"\/organisation_members\/{id}":{"get":{"operationId":"api_organisation_members_id_get","tags":["OrganisationMember"],"responses":{"200":{"description":"OrganisationMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationMember resource.","description":"Retrieves a OrganisationMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_members_id_delete","tags":["OrganisationMember"],"responses":{"204":{"description":"OrganisationMember resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationMember resource.","description":"Removes the OrganisationMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_members_id_patch","tags":["OrganisationMember"],"responses":{"200":{"description":"OrganisationMember resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationMember resource.","description":"Updates the OrganisationMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationMember resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonMergePatch"}}},"required":true}}},"\/organisations\/{id}\/members":{"get":{"operationId":"api_organisations_idmembers_get_collection","tags":["OrganisationMember"],"responses":{"200":{"description":"OrganisationMember collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationMember resources.","description":"Retrieves the collection of OrganisationMember resources.","parameters":[{"name":"id","in":"path","description":"OrganisationMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"person.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"person.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/organisation_profiles":{"get":{"operationId":"api_organisation_profiles_get_collection","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of OrganisationProfile resources.","description":"Retrieves the collection of OrganisationProfile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"or[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"or[vatNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profiles_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfile resource.","description":"Creates a OrganisationProfile resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/lookup":{"get":{"operationId":"lookup","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps"}}}}]}}}}},"summary":"Searches across all organisations","description":"Retrieves the collection of OrganisationProfile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"or[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"or[vatNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/organisation_profiles\/renew_all_subscriptions":{"get":{"operationId":"api_organisation_profilesrenew_all_subscriptions_get_collection","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}}]}}}}},"summary":"Renew all subscriptions","description":"Retrieves the collection of OrganisationProfile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"or[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"or[vatNumber]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}],"security":[]}},"\/organisation_profiles\/{id}":{"get":{"operationId":"api_organisation_profiles_id_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfile resource.","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profiles_id_patch","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfile resource.","description":"Updates the OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfile resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonMergePatch"}}},"required":true}}},"\/organisation_profiles\/{id}\/branchconnections":{"get":{"operationId":"api_organisation_profiles_idbranchconnections_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get connections","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"post":{"operationId":"api_organisation_profiles_idbranchconnections_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Add connections","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/branchconnections\/active":{"get":{"operationId":"api_organisation_profiles_idbranchconnectionsactive_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get active connections","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/bulk_cv_export":{"post":{"operationId":"api_organisation_profiles_idbulk_cv_export_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Bulk CV export","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/dashboard":{"get":{"operationId":"api_organisation_profiles_iddashboard_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan dashboard values","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/enrollable_courses":{"get":{"operationId":"api_organisation_profiles_idenrollable_courses_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get enrolable courses","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/enrollable_courses\/{courseId}":{"get":{"operationId":"api_organisation_profiles_idenrollable_courses_courseId_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get course info as student","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"courseId","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/federal_learning_account_syncs\/{year}\/preview":{"get":{"operationId":"api_organisation_profiles_idfederal_learning_account_syncs_yearpreview_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-id_timestamps_organisation_profiles_fla_sync_preview"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-id_timestamps_organisation_profiles_fla_sync_preview"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfile resource.","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"year","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/icalendar":{"get":{"operationId":"api_organisation_profiles_idicalendar_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"text\/calendar":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.ics"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export organisation profile to iCal format","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/import_selected_courses":{"post":{"operationId":"api_organisation_profiles_idimport_selected_courses_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Import selected courses","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/importable_series_for_me":{"get":{"operationId":"api_organisation_profiles_idimportable_series_for_me_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get enrolable series for me","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/imports\/check":{"get":{"operationId":"api_organisation_profiles_idimportscheck_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get connections","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/members\/export":{"post":{"operationId":"api_organisation_profiles_idmembersexport_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get members export","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/renew_subscription":{"post":{"operationId":"api_organisation_profiles_idrenew_subscription_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Renew subscription","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/request_course":{"post":{"operationId":"api_organisation_profiles_idrequest_course_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfile resource.","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/training_plan":{"get":{"operationId":"api_organisation_profiles_idtraining_plan_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"Successful response","content":{"application\/json":{"schema":{"type":"object","properties":{"trainingRight":{"type":"object","properties":{"jointCommittees":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"number":{"type":"string"},"description":{"type":"string"},"totalCollective":{"type":"number","format":"float"},"totalIndividual":{"type":"number","format":"float"},"usedCollective":{"type":"number","format":"float"},"usedIndividual":{"type":"number","format":"float"},"plannedIndividual":{"type":"number","format":"float"},"usedCollectiveWithinTrainingRight":{"type":"number","format":"float"},"usedIndividualWithinTrainingRight":{"type":"number","format":"float"},"remainingCollectiveWithinTrainingRight":{"type":"number","format":"float"},"remainingIndividualWithinTrainingRight":{"type":"number","format":"float"},"unit":{"type":"string"},"trainingRulesPerMonth":{"type":"object","additionalProperties":{"type":"object","properties":{"totalCollective":{"type":"number","format":"float"},"remainingCollective":{"type":"number","format":"float"},"remainingCollectiveWithinTrainingRight":{"type":"number","format":"float"},"usedCollectiveWithinTrainingRight":{"type":"number","format":"float"},"usedCollective":{"type":"number","format":"float"},"totalIndividual":{"type":"number","format":"float"},"remainingIndividual":{"type":"number","format":"float"},"remainingIndividualWithinTrainingRight":{"type":"number","format":"float"},"usedIndividualWithinTrainingRight":{"type":"number","format":"float"},"usedIndividual":{"type":"number","format":"float"},"plannedIndividual":{"type":"number","format":"float"},"unit":{"type":"string"}},"example":{"totalCollective":100,"remainingCollective":50,"remainingCollectiveWithinTrainingRight":30,"usedCollectiveWithinTrainingRight":20,"usedCollective":70,"totalIndividual":200,"remainingIndividual":100,"remainingIndividualWithinTrainingRight":60,"usedIndividualWithinTrainingRight":40,"usedIndividual":120,"plannedIndividual":80,"unit":"hours"}},"description":"Dynamic properties representing month indexes."}}}}}},"courses":{"type":"array","items":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"duration":{"type":"integer"},"isDurationPerDay":{"type":"boolean"},"id":{"type":"string"},"courseType":{"type":"string"},"category":{"type":"string","nullable":true},"name":{"type":"string"},"firstDate":{"type":"string","format":"date"},"lastDate":{"type":"string","format":"date"},"date":{"type":"string","format":"date"},"sortDate":{"type":"string","format":"date"},"theme":{"type":"string","nullable":true},"teacher":{"type":"string"},"syncId":{"type":"string"},"attendees":{"type":"array","items":{"type":"string"}}}}}}}}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/training_plan\/budgets":{"get":{"operationId":"api_organisation_profiles_idtraining_planbudgets_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan budgets","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/training_plan\/certificates\/export":{"post":{"operationId":"api_organisation_profiles_idtraining_plancertificatesexport_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export training plan certificates as Excel or ZIP archive","description":"Exports training plan certificates in Excel (.xlsx) or ZIP format containing certificate PDF files organized by member","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"Export configuration options","content":{"application\/json":{"schema":{"type":"object","properties":{"format":{"type":"string","enum":["xlsx","zip"],"default":"xlsx","description":"Export format: xlsx for Excel spreadsheet, zip for PDF files archive"},"filters":{"type":"object","properties":{"member":{"type":"string","description":"Filter by specific member ID"},"course":{"type":"string","description":"Filter by specific training course ID"},"dateFrom":{"type":"string","format":"date","description":"Filter certificates from this date"},"dateTo":{"type":"string","format":"date","description":"Filter certificates to this date"},"memberIds":{"type":"array","items":{"type":"string"},"description":"Filter by multiple member IDs"},"year":{"type":"integer","description":"Filter by certificate year"}}}}}}},"required":false}}},"\/organisation_profiles\/{id}\/training_plan\/export":{"post":{"operationId":"api_organisation_profiles_idtraining_planexport_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan export","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/training_plan\/export_fod":{"post":{"operationId":"api_organisation_profiles_idtraining_planexport_fod_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan export","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/training_plan\/finance":{"get":{"operationId":"api_organisation_profiles_idtraining_planfinance_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan finance","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/training_plan\/finance\/export":{"post":{"operationId":"api_organisation_profiles_idtraining_planfinanceexport_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan export","description":"Creates a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/training_plan_courses":{"get":{"operationId":"api_organisation_profiles_idtraining_plan_courses_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan courses","description":"Retrieves a OrganisationProfile resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/training_rights_overview":{"get":{"operationId":"api_organisation_profiles_idtraining_rights_overview_get","tags":["OrganisationProfile"],"responses":{"200":{"description":"OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training rights overview for all eligible members","description":"Returns training rights calculations for members with employment > 1% in the specified year. Supports filtering by compliance status, pagination, and sorting via order[field]=direction.","parameters":[{"name":"year","in":"query","description":"Year to calculate training rights for","required":false,"deprecated":false,"schema":{"type":"integer","default":2025},"style":"form","explode":false},{"name":"compliance","in":"query","description":"Filter by compliance status: all, outstanding, completed","required":false,"deprecated":false,"schema":{"type":"string","enum":["all","outstanding","completed"],"default":"all"},"style":"form","explode":false},{"name":"page","in":"query","description":"Page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"Items per page (max 100)","required":false,"deprecated":false,"schema":{"type":"integer","default":50,"maximum":100},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[total]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[used]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remaining]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[planned]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profiles\/{id}\/training_rights_overview\/export":{"post":{"operationId":"api_organisation_profiles_idtraining_rights_overviewexport_post","tags":["OrganisationProfile"],"responses":{"201":{"description":"OrganisationProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export training rights overview to Excel","description":"Exports training rights overview as XLSX with columns: Naam, Totaal opleidingsrecht, Gevolgd opleidingsrecht, Resterend opleidingsrecht, Ingepland opleidingsrecht","parameters":[{"name":"year","in":"query","description":"Year to calculate training rights for","required":false,"deprecated":false,"schema":{"type":"integer","default":2025},"style":"form","explode":false},{"name":"compliance","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["all","outstanding","completed"],"default":"all"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[total]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[used]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remaining]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[planned]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["asc","desc"]},"style":"form","explode":false},{"name":"id","in":"path","description":"OrganisationProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfile"}}},"required":true}}},"\/organisation_profiles\/{id}\/members\/import":{"ref":"OrganisationProfile Members Import - Execute","post":{"operationId":"organisationProfileMembersImport","tags":["OrganisationProfile Members"],"responses":{"200":{"description":"Import queued or executed","content":{"application\/json":{"schema":{"type":"object"}}}}},"summary":"Execute members import for an organisation profile","description":"Starts the import process for the provided members payload. Requires a prior validated import when using the API-backed import flow.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile ID","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"Import payload","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberImportDto"}}},"required":false}}},"\/organisation_profiles\/{id}\/members\/import\/validate":{"ref":"OrganisationProfile Members Import - Validate","post":{"operationId":"organisationProfileMembersImportValidate","tags":["OrganisationProfile Members"],"responses":{"200":{"description":"Validation result","content":{"application\/json":{"schema":{"type":"object"}}}}},"summary":"Validate a members import for an organisation profile","description":"Validates the provided import payload and returns per-row validation results.","parameters":[{"name":"id","in":"path","description":"OrganisationProfile ID","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"Import payload","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberImportDto"}}},"required":false}}},"\/organisation_profile_attachments":{"get":{"operationId":"api_organisation_profile_attachments_get_collection","tags":["OrganisationProfileAttachment"],"responses":{"200":{"description":"OrganisationProfileAttachment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileAttachment.jsonld-organisation_profile_attachment.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileAttachment.jsonld-organisation_profile_attachment.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileAttachment resources.","description":"Retrieves the collection of OrganisationProfileAttachment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"member.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"member.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by member name, course or file name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_attachments_post","tags":["OrganisationProfileAttachment"],"responses":{"201":{"description":"OrganisationProfileAttachment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a OrganisationProfileAttachment resource.","description":"Creates a OrganisationProfileAttachment resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileAttachment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment"}}},"required":true}}},"\/organisation_profile_attachments\/{id}":{"get":{"operationId":"api_organisation_profile_attachments_id_get","tags":["OrganisationProfileAttachment"],"responses":{"200":{"description":"OrganisationProfileAttachment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileAttachment resource.","description":"Retrieves a OrganisationProfileAttachment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileAttachment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_attachments_id_delete","tags":["OrganisationProfileAttachment"],"responses":{"204":{"description":"OrganisationProfileAttachment resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileAttachment resource.","description":"Removes the OrganisationProfileAttachment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileAttachment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_attachments_id_patch","tags":["OrganisationProfileAttachment"],"responses":{"200":{"description":"OrganisationProfileAttachment resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileAttachment resource.","description":"Updates the OrganisationProfileAttachment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileAttachment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileAttachment resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment-organisation_profile_attachment.patch.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment-organisation_profile_attachment.patch.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileAttachment-organisation_profile_attachment.patch.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_budgets":{"get":{"operationId":"api_organisation_profile_budgets_get_collection","tags":["OrganisationProfileBudget"],"responses":{"200":{"description":"OrganisationProfileBudget collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileBudget.jsonld-organisation_profile_budget.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileBudget.jsonld-organisation_profile_budget.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of OrganisationProfileBudget resources.","description":"Retrieves the collection of OrganisationProfileBudget resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[startDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_budgets_post","tags":["OrganisationProfileBudget"],"responses":{"201":{"description":"OrganisationProfileBudget resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a OrganisationProfileBudget resource.","description":"Creates a OrganisationProfileBudget resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileBudget resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget"}}},"required":true}}},"\/organisation_profile_budgets\/{id}":{"get":{"operationId":"api_organisation_profile_budgets_id_get","tags":["OrganisationProfileBudget"],"responses":{"200":{"description":"OrganisationProfileBudget resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileBudget resource.","description":"Retrieves a OrganisationProfileBudget resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileBudget identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_budgets_id_delete","tags":["OrganisationProfileBudget"],"responses":{"204":{"description":"OrganisationProfileBudget resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileBudget resource.","description":"Removes the OrganisationProfileBudget resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileBudget identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_budgets_id_patch","tags":["OrganisationProfileBudget"],"responses":{"200":{"description":"OrganisationProfileBudget resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileBudget resource.","description":"Updates the OrganisationProfileBudget resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileBudget identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileBudget resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_departments":{"get":{"operationId":"api_organisation_profile_departments_get_collection","tags":["OrganisationProfileDepartment"],"responses":{"200":{"description":"OrganisationProfileDepartment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileDepartment.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileDepartment.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileDepartment resources.","description":"Retrieves the collection of OrganisationProfileDepartment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_departments_post","tags":["OrganisationProfileDepartment"],"responses":{"201":{"description":"OrganisationProfileDepartment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfileDepartment resource.","description":"Creates a OrganisationProfileDepartment resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileDepartment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment"}}},"required":true}}},"\/organisation_profile_departments\/{id}":{"get":{"operationId":"api_organisation_profile_departments_id_get","tags":["OrganisationProfileDepartment"],"responses":{"200":{"description":"OrganisationProfileDepartment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileDepartment resource.","description":"Retrieves a OrganisationProfileDepartment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileDepartment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_departments_id_delete","tags":["OrganisationProfileDepartment"],"responses":{"204":{"description":"OrganisationProfileDepartment resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileDepartment resource.","description":"Removes the OrganisationProfileDepartment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileDepartment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_departments_id_patch","tags":["OrganisationProfileDepartment"],"responses":{"200":{"description":"OrganisationProfileDepartment resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileDepartment resource.","description":"Updates the OrganisationProfileDepartment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileDepartment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileDepartment resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_imports":{"get":{"operationId":"api_organisation_profile_imports_get_collection","tags":["OrganisationProfileImport"],"responses":{"200":{"description":"OrganisationProfileImport collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileImport resources.","description":"Retrieves the collection of OrganisationProfileImport resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/organisation_profile_imports\/{id}":{"get":{"operationId":"api_organisation_profile_imports_id_get","tags":["OrganisationProfileImport"],"responses":{"200":{"description":"OrganisationProfileImport resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileImport resource.","description":"Retrieves a OrganisationProfileImport resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileImport identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_integrations\/{id}":{"get":{"operationId":"api_organisation_profile_integrations_id_get","tags":["OrganisationProfileIntegration"],"responses":{"200":{"description":"OrganisationProfileIntegration resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegration.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegration.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileIntegration resource.","description":"Retrieves a OrganisationProfileIntegration resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileIntegration identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_integration_dynamic_field_values\/{id}":{"get":{"operationId":"api_organisation_profile_integration_dynamic_field_values_id_get","tags":["OrganisationProfileIntegrationDynamicFieldValue"],"responses":{"200":{"description":"OrganisationProfileIntegrationDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileIntegrationDynamicFieldValue resource.","description":"Retrieves a OrganisationProfileIntegrationDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileIntegrationDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_joint_committees":{"get":{"operationId":"api_organisation_profile_joint_committees_get_collection","tags":["OrganisationProfileJointCommittee"],"responses":{"200":{"description":"OrganisationProfileJointCommittee collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileJointCommittee resources.","description":"Retrieves the collection of OrganisationProfileJointCommittee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_joint_committees_post","tags":["OrganisationProfileJointCommittee"],"responses":{"201":{"description":"OrganisationProfileJointCommittee resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a OrganisationProfileJointCommittee resource.","description":"Creates a OrganisationProfileJointCommittee resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileJointCommittee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee"}}},"required":true}}},"\/organisation_profile_joint_committees\/{id}":{"get":{"operationId":"api_organisation_profile_joint_committees_id_get","tags":["OrganisationProfileJointCommittee"],"responses":{"200":{"description":"OrganisationProfileJointCommittee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileJointCommittee resource.","description":"Retrieves a OrganisationProfileJointCommittee resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileJointCommittee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_joint_committees_id_patch","tags":["OrganisationProfileJointCommittee"],"responses":{"200":{"description":"OrganisationProfileJointCommittee resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileJointCommittee resource.","description":"Updates the OrganisationProfileJointCommittee resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileJointCommittee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileJointCommittee resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_joint_committee_histories":{"get":{"operationId":"api_organisation_profile_joint_committee_histories_get_collection","tags":["OrganisationProfileJointCommitteeHistory"],"responses":{"200":{"description":"OrganisationProfileJointCommitteeHistory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileJointCommitteeHistory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileJointCommitteeHistory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of OrganisationProfileJointCommitteeHistory resources.","description":"Retrieves the collection of OrganisationProfileJointCommitteeHistory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_joint_committee_histories_post","tags":["OrganisationProfileJointCommitteeHistory"],"responses":{"201":{"description":"OrganisationProfileJointCommitteeHistory resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a OrganisationProfileJointCommitteeHistory resource.","description":"Creates a OrganisationProfileJointCommitteeHistory resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileJointCommitteeHistory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory"}}},"required":true}}},"\/organisation_profile_joint_committee_histories\/{id}":{"get":{"operationId":"api_organisation_profile_joint_committee_histories_id_get","tags":["OrganisationProfileJointCommitteeHistory"],"responses":{"200":{"description":"OrganisationProfileJointCommitteeHistory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommitteeHistory.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileJointCommitteeHistory resource.","description":"Retrieves a OrganisationProfileJointCommitteeHistory resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileJointCommitteeHistory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members":{"get":{"operationId":"api_organisation_profile_members_get_collection","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileMember resources.","description":"Retrieves the collection of OrganisationProfileMember resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.department","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.department[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.jointCommittee.jointCommittee","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.jointCommittee.jointCommittee[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationMembers.person.groups.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationMembers.person.groups.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teams","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teams[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[userProfile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"userVerified","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"admin","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"count","in":"query","description":"Filter by number of related items. Use nested syntax: count[relation][gt|lt|gte|lte|eq|neq]=number","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"view[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"noTeam","in":"query","description":"Filter members that have no teams assigned (noTeam=1 or noTeam=true)","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or email.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_members_post","tags":["OrganisationProfileMember"],"responses":{"201":{"description":"OrganisationProfileMember resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfileMember resource.","description":"Creates a OrganisationProfileMember resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember"}}},"required":true}}},"\/organisation_profile_members\/verify\/accept":{"post":{"operationId":"api_organisation_profile_membersverifyaccept_post","tags":["OrganisationProfileMember"],"responses":{"201":{"description":"OrganisationProfileMember resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Accept organisation profile member connection","description":"Creates a OrganisationProfileMember resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileMember resource","content":{"application\/json":{"schema":{"type":"object","properties":{"verificationCode":{"type":"string"}}},"example":{"verificationCode":"ddae06ed-497b-4f6d-9d95-f769b9ffcc55"}}},"required":false}}},"\/organisation_profile_members\/{id}":{"get":{"operationId":"api_organisation_profile_members_id_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileMember resource.","description":"Retrieves a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_members_id_delete","tags":["OrganisationProfileMember"],"responses":{"204":{"description":"OrganisationProfileMember resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileMember resource.","description":"Removes the OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_members_id_patch","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileMember resource.","description":"Updates the OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileMember resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_members\/{id}\/add_bulk_training_plan_courses":{"post":{"operationId":"api_organisation_profile_members_idadd_bulk_training_plan_courses_post","tags":["OrganisationProfileMember"],"responses":{"201":{"description":"OrganisationProfileMember resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Add bulk training plan courses to organisation profile member","description":"Creates a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfileMember resource","content":{"application\/json":{"schema":{"type":"object","properties":{"trainingPlanCourses":{"type":"array","items":{"type":"string","example":"\/training_plan_courses\/1"}}}},"example":{"trainingPlanCourses":["\/training_plan_courses\/1","\/training_plan_courses\/2"]}}},"required":false}}},"\/organisation_profile_members\/{id}\/ai_analysis":{"get":{"operationId":"api_organisation_profile_members_idai_analysis_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get AI analysis for organisation profile member","description":"Generates an AI-based training overview for the organisation profile member.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members\/{id}\/budgets\/{year}":{"get":{"operationId":"api_organisation_profile_members_idbudgets_year_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get budget calculation for a member for a given year","description":"Retrieves a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members\/{id}\/get_training_rights_for_year\/{year}":{"get":{"operationId":"api_organisation_profile_members_idget_training_rights_for_year_year_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves training plan history","description":"Retrieves a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"year","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members\/{id}\/has_overdue_certificates":{"get":{"operationId":"api_organisation_profile_members_idhas_overdue_certificates_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Check if organisation profile member has overdue certificates","description":"Retrieves a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members\/{id}\/training_plan_history":{"get":{"operationId":"api_organisation_profile_members_idtraining_plan_history_get","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves training plan history","description":"Retrieves a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_members\/{id}\/verify":{"post":{"operationId":"api_organisation_profile_members_idverify_post","tags":["OrganisationProfileMember"],"responses":{"201":{"description":"OrganisationProfileMember resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Send verification email to user","description":"Creates a OrganisationProfileMember resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfileMember resource","content":{"application\/json":{"schema":{"type":"object","properties":{"emailAddress":{"type":"string"}}},"example":{"emailAddress":"hello@smartlions.email"}}},"required":false}}},"\/organisation_profile_members\/{orgProfileId}\/self":{"get":{"operationId":"api_organisation_profile_members_orgProfileIdself_get_collection","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileMember resources.","description":"Retrieves the collection of OrganisationProfileMember resources.","parameters":[{"name":"orgProfileId","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.department","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.department[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.jointCommittee.jointCommittee","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.jointCommittee.jointCommittee[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationMembers.person.groups.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationMembers.person.groups.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teams","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teams[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[userProfile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"userVerified","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"admin","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"count","in":"query","description":"Filter by number of related items. Use nested syntax: count[relation][gt|lt|gte|lte|eq|neq]=number","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"view[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"noTeam","in":"query","description":"Filter members that have no teams assigned (noTeam=1 or noTeam=true)","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/organisation_profiles\/{id}\/members":{"get":{"operationId":"api_organisation_profiles_idmembers_get_collection","tags":["OrganisationProfileMember"],"responses":{"200":{"description":"OrganisationProfileMember collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileMember resources.","description":"Retrieves the collection of OrganisationProfileMember resources.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMember identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.department","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.department[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"employments.jointCommittee.jointCommittee","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"employments.jointCommittee.jointCommittee[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationMembers.person.groups.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationMembers.person.groups.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"teams","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"teams[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[userProfile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"userVerified","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"admin","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"count","in":"query","description":"Filter by number of related items. Use nested syntax: count[relation][gt|lt|gte|lte|eq|neq]=number","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"view[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"noTeam","in":"query","description":"Filter members that have no teams assigned (noTeam=1 or noTeam=true)","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or email.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/organisation_profile_member_employments":{"get":{"operationId":"api_organisation_profile_member_employments_get_collection","tags":["OrganisationProfileMemberEmployment"],"responses":{"200":{"description":"OrganisationProfileMemberEmployment collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileMemberEmployment.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileMemberEmployment.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of OrganisationProfileMemberEmployment resources.","description":"Retrieves the collection of OrganisationProfileMemberEmployment resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_member_employments_post","tags":["OrganisationProfileMemberEmployment"],"responses":{"201":{"description":"OrganisationProfileMemberEmployment resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfileMemberEmployment resource.","description":"Creates a OrganisationProfileMemberEmployment resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileMemberEmployment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment"}}},"required":true}}},"\/organisation_profile_member_employments\/{id}":{"get":{"operationId":"api_organisation_profile_member_employments_id_get","tags":["OrganisationProfileMemberEmployment"],"responses":{"200":{"description":"OrganisationProfileMemberEmployment resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileMemberEmployment resource.","description":"Retrieves a OrganisationProfileMemberEmployment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMemberEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_member_employments_id_delete","tags":["OrganisationProfileMemberEmployment"],"responses":{"204":{"description":"OrganisationProfileMemberEmployment resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileMemberEmployment resource.","description":"Removes the OrganisationProfileMemberEmployment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMemberEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_member_employments_id_patch","tags":["OrganisationProfileMemberEmployment"],"responses":{"200":{"description":"OrganisationProfileMemberEmployment resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileMemberEmployment resource.","description":"Updates the OrganisationProfileMemberEmployment resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileMemberEmployment identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileMemberEmployment resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_subscriptions\/from_referral":{"post":{"operationId":"api_organisation_profile_subscriptionsfrom_referral_post","tags":["OrganisationProfileSubscription"],"responses":{"201":{"description":"OrganisationProfileSubscription resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Create organisation profile subscription from referral","description":"Creates a OrganisationProfileSubscription resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileSubscription resource","content":{"application\/json":{"schema":{"type":"object","properties":{"organisationProfile":{"type":"string"}}},"example":{"organisationProfile":"\/organisation_profiles\/id"}}},"required":false}}},"\/organisation_profile_subscriptions\/{id}":{"get":{"operationId":"api_organisation_profile_subscriptions_id_get","tags":["OrganisationProfileSubscription"],"responses":{"200":{"description":"OrganisationProfileSubscription resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileSubscription resource.","description":"Retrieves a OrganisationProfileSubscription resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileSubscription identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/organisation_profile_subscriptions\/{id}\/disable_auto_renew":{"post":{"operationId":"api_organisation_profile_subscriptions_iddisable_auto_renew_post","tags":["OrganisationProfileSubscription"],"responses":{"201":{"description":"OrganisationProfileSubscription resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Disables auto renewal for next subscriptions","description":"Creates a OrganisationProfileSubscription resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileSubscription identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfileSubscription resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription"}}},"required":true}}},"\/organisation_profile_subscriptions\/{id}\/enable_auto_renew":{"post":{"operationId":"api_organisation_profile_subscriptions_idenable_auto_renew_post","tags":["OrganisationProfileSubscription"],"responses":{"201":{"description":"OrganisationProfileSubscription resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Enables auto renewal for next subscriptions","description":"Creates a OrganisationProfileSubscription resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileSubscription identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new OrganisationProfileSubscription resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription"}}},"required":true}}},"\/organisation_profile_teams":{"get":{"operationId":"api_organisation_profile_teams_get_collection","tags":["OrganisationProfileTeam"],"responses":{"200":{"description":"OrganisationProfileTeam collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileTeam.jsonld-organisation_profile_team.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileTeam.jsonld-organisation_profile_team.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}}}}]}}}}},"summary":"Retrieves the collection of OrganisationProfileTeam resources.","description":"Retrieves the collection of OrganisationProfileTeam resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_teams_post","tags":["OrganisationProfileTeam"],"responses":{"201":{"description":"OrganisationProfileTeam resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a OrganisationProfileTeam resource.","description":"Creates a OrganisationProfileTeam resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileTeam resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam"}}},"required":true}}},"\/organisation_profile_teams\/{id}":{"get":{"operationId":"api_organisation_profile_teams_id_get","tags":["OrganisationProfileTeam"],"responses":{"200":{"description":"OrganisationProfileTeam resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileTeam resource.","description":"Retrieves a OrganisationProfileTeam resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileTeam identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_organisation_profile_teams_id_delete","tags":["OrganisationProfileTeam"],"responses":{"204":{"description":"OrganisationProfileTeam resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the OrganisationProfileTeam resource.","description":"Removes the OrganisationProfileTeam resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileTeam identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_teams_id_patch","tags":["OrganisationProfileTeam"],"responses":{"200":{"description":"OrganisationProfileTeam resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_team.list_id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileTeam resource.","description":"Updates the OrganisationProfileTeam resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileTeam identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileTeam resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonMergePatch"}}},"required":true}}},"\/organisation_profile_wage_costs":{"get":{"operationId":"api_organisation_profile_wage_costs_get_collection","tags":["OrganisationProfileWageCost"],"responses":{"200":{"description":"OrganisationProfileWageCost collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of OrganisationProfileWageCost resources.","description":"Retrieves the collection of OrganisationProfileWageCost resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"jointCommittee.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"jointCommittee.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"jointCommittee.jointCommittee.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"jointCommittee.jointCommittee.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_organisation_profile_wage_costs_post","tags":["OrganisationProfileWageCost"],"responses":{"201":{"description":"OrganisationProfileWageCost resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a OrganisationProfileWageCost resource.","description":"Creates a OrganisationProfileWageCost resource.","parameters":[],"requestBody":{"description":"The new OrganisationProfileWageCost resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost"}}},"required":true}}},"\/organisation_profile_wage_costs\/{id}":{"get":{"operationId":"api_organisation_profile_wage_costs_id_get","tags":["OrganisationProfileWageCost"],"responses":{"200":{"description":"OrganisationProfileWageCost resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a OrganisationProfileWageCost resource.","description":"Retrieves a OrganisationProfileWageCost resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileWageCost identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_organisation_profile_wage_costs_id_patch","tags":["OrganisationProfileWageCost"],"responses":{"200":{"description":"OrganisationProfileWageCost resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the OrganisationProfileWageCost resource.","description":"Updates the OrganisationProfileWageCost resource.","parameters":[{"name":"id","in":"path","description":"OrganisationProfileWageCost identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated OrganisationProfileWageCost resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonMergePatch"}}},"required":true}}},"\/people":{"get":{"operationId":"api_people_get_collection","tags":["Person"],"responses":{"200":{"description":"Person collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Person.jsonld-id_timestamps_person.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_person.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Person.jsonld-id_timestamps_person.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_person.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Person resources.","description":"Retrieves the collection of Person resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"client","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"client[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"groups","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"emailAddress","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"emailAddress[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"communicationEmailAddress","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"communicationEmailAddress[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branchConnections.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branchConnections.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationMemberships.organisation.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationMemberships.organisation.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationMemberships.organisation.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationMemberships.organisation.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"status","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"status[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"or[userProfile]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"or[emailAddress]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[organisationMemberships.organisation.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[address.city]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"blacklisted","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, email, organisation or city.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_people_post","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person"}}},"required":true}}},"\/people\/accept-invite":{"post":{"operationId":"api_peopleaccept-invite_post","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person"}}},"required":true}}},"\/people\/send-invites":{"post":{"operationId":"api_peoplesend-invites_post","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person"}}},"required":true}}},"\/people\/userprofile":{"post":{"operationId":"api_peopleuserprofile_post","tags":["Person"],"responses":{"201":{"description":"Person resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Person resource.","description":"Creates a Person resource.","parameters":[],"requestBody":{"description":"The new Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person"}}},"required":true}}},"\/people\/{id}":{"get":{"operationId":"api_people_id_get","tags":["Person"],"responses":{"200":{"description":"Person resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_person.read_person.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_person.read_person.item"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Person resource.","description":"Retrieves a Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_people_id_delete","tags":["Person"],"responses":{"204":{"description":"Person resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Person resource.","description":"Removes the Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_people_id_patch","tags":["Person"],"responses":{"200":{"description":"Person resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Person resource.","description":"Updates the Person resource.","parameters":[{"name":"id","in":"path","description":"Person identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Person resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Person.jsonMergePatch"}}},"required":true}}},"\/people\/{id}\/branch_connections":{"get":{"operationId":"api_people_idbranch_connections.__format_get_collection","tags":["PersonBranchConnection"],"responses":{"200":{"description":"PersonBranchConnection collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PersonBranchConnection.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PersonBranchConnection.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of PersonBranchConnection resources.","description":"Retrieves the collection of PersonBranchConnection resources.","parameters":[{"name":"id","in":"path","description":"PersonBranchConnection identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/person_branch_connections":{"get":{"operationId":"api_person_branch_connections_get_collection","tags":["PersonBranchConnection"],"responses":{"200":{"description":"PersonBranchConnection collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PersonBranchConnection.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PersonBranchConnection.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of PersonBranchConnection resources.","description":"Retrieves the collection of PersonBranchConnection resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_person_branch_connections_post","tags":["PersonBranchConnection"],"responses":{"201":{"description":"PersonBranchConnection resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PersonBranchConnection resource.","description":"Creates a PersonBranchConnection resource.","parameters":[],"requestBody":{"description":"The new PersonBranchConnection resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection"}}},"required":true}}},"\/person_branch_connections\/{id}":{"get":{"operationId":"api_person_branch_connections_id_get","tags":["PersonBranchConnection"],"responses":{"200":{"description":"PersonBranchConnection resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PersonBranchConnection resource.","description":"Retrieves a PersonBranchConnection resource.","parameters":[{"name":"id","in":"path","description":"PersonBranchConnection identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_person_branch_connections_id_patch","tags":["PersonBranchConnection"],"responses":{"200":{"description":"PersonBranchConnection resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the PersonBranchConnection resource.","description":"Updates the PersonBranchConnection resource.","parameters":[{"name":"id","in":"path","description":"PersonBranchConnection identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated PersonBranchConnection resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonMergePatch"}}},"required":true}}},"\/person_dynamic_field_values":{"get":{"operationId":"api_person_dynamic_field_values_get_collection","tags":["PersonDynamicFieldValue"],"responses":{"200":{"description":"PersonDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PersonDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PersonDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of PersonDynamicFieldValue resources.","description":"Retrieves the collection of PersonDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/person_dynamic_field_values\/{id}":{"get":{"operationId":"api_person_dynamic_field_values_id_get","tags":["PersonDynamicFieldValue"],"responses":{"200":{"description":"PersonDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PersonDynamicFieldValue resource.","description":"Retrieves a PersonDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"PersonDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/person_groups":{"get":{"operationId":"api_person_groups_get_collection","tags":["PersonGroup"],"responses":{"200":{"description":"PersonGroup collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PersonGroup.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PersonGroup.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of PersonGroup resources.","description":"Retrieves the collection of PersonGroup resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_person_groups_post","tags":["PersonGroup"],"responses":{"201":{"description":"PersonGroup resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PersonGroup resource.","description":"Creates a PersonGroup resource.","parameters":[],"requestBody":{"description":"The new PersonGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup"}}},"required":true}}},"\/person_groups\/{id}":{"get":{"operationId":"api_person_groups_id_get","tags":["PersonGroup"],"responses":{"200":{"description":"PersonGroup resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PersonGroup resource.","description":"Retrieves a PersonGroup resource.","parameters":[{"name":"id","in":"path","description":"PersonGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_person_groups_id_delete","tags":["PersonGroup"],"responses":{"204":{"description":"PersonGroup resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the PersonGroup resource.","description":"Removes the PersonGroup resource.","parameters":[{"name":"id","in":"path","description":"PersonGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_person_groups_id_patch","tags":["PersonGroup"],"responses":{"200":{"description":"PersonGroup resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the PersonGroup resource.","description":"Updates the PersonGroup resource.","parameters":[{"name":"id","in":"path","description":"PersonGroup identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated PersonGroup resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/PersonGroup.jsonMergePatch"}}},"required":true}}},"\/preknowledges":{"post":{"operationId":"api_preknowledges_post","tags":["Preknowledge"],"responses":{"201":{"description":"Preknowledge resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Preknowledge resource.","description":"Creates a Preknowledge resource.","parameters":[],"requestBody":{"description":"The new Preknowledge resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge"}}},"required":true}}},"\/preknowledges\/{id}":{"get":{"operationId":"api_preknowledges_id_get","tags":["Preknowledge"],"responses":{"200":{"description":"Preknowledge resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Preknowledge.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Preknowledge resource.","description":"Retrieves a Preknowledge resource.","parameters":[{"name":"id","in":"path","description":"Preknowledge identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_preknowledges_id_delete","tags":["Preknowledge"],"responses":{"204":{"description":"Preknowledge resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Preknowledge resource.","description":"Removes the Preknowledge resource.","parameters":[{"name":"id","in":"path","description":"Preknowledge identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/presences":{"get":{"operationId":"api_presences_get_collection","tags":["Presence"],"responses":{"200":{"description":"Presence collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Presence.jsonld-PRESENCE_LIST_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-PRESENCE_LIST_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Presence.jsonld-PRESENCE_LIST_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-PRESENCE_LIST_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Presence resources.","description":"Retrieves the collection of Presence resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[student.firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[student.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/presences\/{id}":{"get":{"operationId":"api_presences_id_get","tags":["Presence"],"responses":{"200":{"description":"Presence resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Presence resource.","description":"Retrieves a Presence resource.","parameters":[{"name":"id","in":"path","description":"Presence identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"patch_student","tags":["Presence"],"responses":{"200":{"description":"Presence resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Presence resource.","description":"Updates the Presence resource.","parameters":[{"name":"id","in":"path","description":"Presence identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Presence resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Presence.jsonMergePatch"}}},"required":true}}},"\/presence_checks":{"get":{"operationId":"api_presence_checks_get_collection","tags":["PresenceCheck"],"responses":{"200":{"description":"PresenceCheck collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PresenceCheck.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PresenceCheck.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of PresenceCheck resources.","description":"Retrieves the collection of PresenceCheck resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[timeToShow]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_presence_checks_post","tags":["PresenceCheck"],"responses":{"201":{"description":"PresenceCheck resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PresenceCheck resource.","description":"Creates a PresenceCheck resource.","parameters":[],"requestBody":{"description":"The new PresenceCheck resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck"}}},"required":true}}},"\/presence_checks\/{id}":{"get":{"operationId":"api_presence_checks_id_get","tags":["PresenceCheck"],"responses":{"200":{"description":"PresenceCheck resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PresenceCheck resource.","description":"Retrieves a PresenceCheck resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheck identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_presence_checks_id_delete","tags":["PresenceCheck"],"responses":{"204":{"description":"PresenceCheck resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the PresenceCheck resource.","description":"Removes the PresenceCheck resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheck identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_presence_checks_id_patch","tags":["PresenceCheck"],"responses":{"200":{"description":"PresenceCheck resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the PresenceCheck resource.","description":"Updates the PresenceCheck resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheck identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated PresenceCheck resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonMergePatch"}}},"required":true}}},"\/presencecheck\/template\/create":{"post":{"operationId":"api_presencechecktemplatecreate_post","tags":["PresenceCheck"],"responses":{"201":{"description":"PresenceCheck resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PresenceCheck resource.","description":"Creates a PresenceCheck resource.","parameters":[],"requestBody":{"description":"The new PresenceCheck resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheck"}}},"required":true}}},"\/presence_check_templates":{"get":{"operationId":"api_presence_check_templates_get_collection","tags":["PresenceCheckTemplate"],"responses":{"200":{"description":"PresenceCheckTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PresenceCheckTemplate.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PresenceCheckTemplate.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of PresenceCheckTemplate resources.","description":"Retrieves the collection of PresenceCheckTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_presence_check_templates_post","tags":["PresenceCheckTemplate"],"responses":{"201":{"description":"PresenceCheckTemplate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PresenceCheckTemplate resource.","description":"Creates a PresenceCheckTemplate resource.","parameters":[],"requestBody":{"description":"The new PresenceCheckTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate"}}},"required":true}}},"\/presence_check_templates\/{id}":{"get":{"operationId":"api_presence_check_templates_id_get","tags":["PresenceCheckTemplate"],"responses":{"200":{"description":"PresenceCheckTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PresenceCheckTemplate resource.","description":"Retrieves a PresenceCheckTemplate resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheckTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_presence_check_templates_id_delete","tags":["PresenceCheckTemplate"],"responses":{"204":{"description":"PresenceCheckTemplate resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the PresenceCheckTemplate resource.","description":"Removes the PresenceCheckTemplate resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheckTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_presence_check_templates_id_patch","tags":["PresenceCheckTemplate"],"responses":{"200":{"description":"PresenceCheckTemplate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the PresenceCheckTemplate resource.","description":"Updates the PresenceCheckTemplate resource.","parameters":[{"name":"id","in":"path","description":"PresenceCheckTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated PresenceCheckTemplate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/PresenceCheckTemplate.jsonMergePatch"}}},"required":true}}},"\/price_categories":{"get":{"operationId":"api_price_categories_get_collection","tags":["PriceCategory"],"responses":{"200":{"description":"PriceCategory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"PriceCategory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"PriceCategory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of PriceCategory resources.","description":"Retrieves the collection of PriceCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[price]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_price_categories_post","tags":["PriceCategory"],"responses":{"201":{"description":"PriceCategory resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a PriceCategory resource.","description":"Creates a PriceCategory resource.","parameters":[],"requestBody":{"description":"The new PriceCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory"}}},"required":true}}},"\/price_categories\/{id}":{"get":{"operationId":"api_price_categories_id_get","tags":["PriceCategory"],"responses":{"200":{"description":"PriceCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a PriceCategory resource.","description":"Retrieves a PriceCategory resource.","parameters":[{"name":"id","in":"path","description":"PriceCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_price_categories_id_delete","tags":["PriceCategory"],"responses":{"204":{"description":"PriceCategory resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the PriceCategory resource.","description":"Removes the PriceCategory resource.","parameters":[{"name":"id","in":"path","description":"PriceCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_price_categories_id_patch","tags":["PriceCategory"],"responses":{"200":{"description":"PriceCategory resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the PriceCategory resource.","description":"Updates the PriceCategory resource.","parameters":[{"name":"id","in":"path","description":"PriceCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated PriceCategory resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/PriceCategory.jsonMergePatch"}}},"required":true}}},"\/products":{"get":{"operationId":"api_products_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Product.jsonld-product.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Product.jsonld-product.list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.list_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"courseBundle","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseBundle[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"courseBundle.tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseBundle.tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"inCompanyAllowed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[courseBundle.customisableBundles.series.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[course.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[courseBundle.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"exists[course]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[courseBundle]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by course or bundle name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":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.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"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"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product"}}},"required":true}}},"\/products\/code\/{code}":{"get":{"operationId":"api_productscode_code_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.code.read_id_timestamps_product.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-product.code.read_id_timestamps_product.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"code","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/products\/series\/{id}":{"get":{"operationId":"api_productsseries_id_get_collection","tags":["Product"],"responses":{"200":{"description":"Product collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Product.jsonld-product.read_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Product.jsonld-product.read_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Product resources.","description":"Retrieves the collection of Product resources.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"branch.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"branch.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"courseBundle","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseBundle[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"courseBundle.tags","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"courseBundle.tags[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"inCompanyAllowed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[courseBundle.customisableBundles.series.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[course.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[courseBundle.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"exists[course]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[courseBundle]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/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.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_products_id_delete","tags":["Product"],"responses":{"204":{"description":"Product resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Product resource.","description":"Removes the Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":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-id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Product resource.","description":"Updates the Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Product resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonMergePatch"}}},"required":true}}},"\/products\/{id}\/active-professions":{"get":{"operationId":"api_products_idactive-professions_get","tags":["Product"],"responses":{"200":{"description":"Product resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-id_timestamps_product.professions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Product.jsonld-id_timestamps_product.professions"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Product resource.","description":"Retrieves a Product resource.","parameters":[{"name":"id","in":"path","description":"Product identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/products\/{id}\/analytics":{"ref":"Product Analytics","get":{"operationId":"products_analytics","tags":["Product"],"responses":{"200":{"description":"Get Product Analytics","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"eventDate":{"type":"string","format":"date"},"type":{"type":"string","example":"page_view"},"eventCount":{"type":"integer","example":956}}}}}}}},"summary":"Get analytics.","parameters":[{"name":"id","in":"path","description":"The ID of the entity to retrieve analytics for.","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"dateFrom","in":"query","description":"Filter analytics from this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2025-12-14"},"style":"form","explode":false},{"name":"dateUntil","in":"query","description":"Filter analytics until this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2026-03-14"},"style":"form","explode":false}]}},"\/professions":{"get":{"operationId":"api_professions_get_collection","tags":["Profession"],"responses":{"200":{"description":"Profession collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Profession.jsonld-id_timestamps_profession_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Profession.jsonld-id_timestamps_profession_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_list"}}}}]}}}}},"summary":"Retrieves the collection of Profession resources.","description":"Retrieves the collection of Profession resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isProfession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isEnabled","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[parent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[professionNames.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by profession name or alternative.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/professions\/{id}":{"get":{"operationId":"api_professions_id_get","tags":["Profession"],"responses":{"200":{"description":"Profession resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Profession.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Profession.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Profession resource.","description":"Retrieves a Profession resource.","parameters":[{"name":"id","in":"path","description":"Profession identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/profession_names":{"get":{"operationId":"api_profession_names_get_collection","tags":["ProfessionName"],"responses":{"200":{"description":"ProfessionName collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ProfessionName.jsonld-id_timestamps_profession_name_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_profession_name_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ProfessionName.jsonld-id_timestamps_profession_name_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_profession_name_list"}}}}]}}}}},"summary":"Retrieves the collection of ProfessionName resources.","description":"Retrieves the collection of ProfessionName resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"iso6391LanguageCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"iso6391LanguageCode[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"profession.isProfession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/profession_names\/{id}":{"get":{"operationId":"api_profession_names_id_get","tags":["ProfessionName"],"responses":{"200":{"description":"ProfessionName resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ProfessionName resource.","description":"Retrieves a ProfessionName resource.","parameters":[{"name":"id","in":"path","description":"ProfessionName identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/profession_name_alternatives":{"get":{"operationId":"api_profession_name_alternatives_get_collection","tags":["ProfessionNameAlternative"],"responses":{"200":{"description":"ProfessionNameAlternative collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ProfessionNameAlternative.jsonld-profession_name_alternative.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-profession_name_alternative.read_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ProfessionNameAlternative.jsonld-profession_name_alternative.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-profession_name_alternative.read_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of ProfessionNameAlternative resources.","description":"Retrieves the collection of ProfessionNameAlternative resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/profession_name_alternatives\/{id}":{"get":{"operationId":"api_profession_name_alternatives_id_get","tags":["ProfessionNameAlternative"],"responses":{"200":{"description":"ProfessionNameAlternative resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-profession_name_list_profession_product_list"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-profession_name_list_profession_product_list"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ProfessionNameAlternative resource.","description":"Retrieves a ProfessionNameAlternative resource.","parameters":[{"name":"id","in":"path","description":"ProfessionNameAlternative identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/profession_products":{"get":{"operationId":"api_profession_products_get_collection","tags":["ProfessionProduct"],"responses":{"200":{"description":"ProfessionProduct collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"ProfessionProduct.jsonld-id_timestamps_profession_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_profession_product_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"ProfessionProduct.jsonld-id_timestamps_profession_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_profession_product_list"}}}}]}}}}},"summary":"Retrieves the collection of ProfessionProduct resources.","description":"Retrieves the collection of ProfessionProduct resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"profession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profession[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"tagProducts.academyTag","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"tagProducts.academyTag[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"unique","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by profession, course or bundle name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/profession_products\/{id}":{"get":{"operationId":"api_profession_products_id_get","tags":["ProfessionProduct"],"responses":{"200":{"description":"ProfessionProduct resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_profession_product_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_profession_product_read"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a ProfessionProduct resource.","description":"Retrieves a ProfessionProduct resource.","parameters":[{"name":"id","in":"path","description":"ProfessionProduct identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/qhse_forms":{"get":{"operationId":"api_qhse_forms_get_collection","tags":["QhseForm"],"responses":{"200":{"description":"QhseForm collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"QhseForm.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"QhseForm.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of QhseForm resources.","description":"Retrieves the collection of QhseForm resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"language","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[type]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[visible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[public]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"visible","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or reference.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_qhse_forms_post","tags":["QhseForm"],"responses":{"201":{"description":"QhseForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a QhseForm resource.","description":"Creates a QhseForm resource.","parameters":[],"requestBody":{"description":"The new QhseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm"}}},"required":true}}},"\/qhse_forms\/reference\/{reference}":{"get":{"operationId":"api_qhse_formsreference_reference_get","tags":["QhseForm"],"responses":{"200":{"description":"QhseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a QhseForm resource.","description":"Retrieves a QhseForm resource.","parameters":[{"name":"id","in":"path","description":"QhseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/qhse_forms\/{id}":{"get":{"operationId":"api_qhse_forms_id_get","tags":["QhseForm"],"responses":{"200":{"description":"QhseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a QhseForm resource.","description":"Retrieves a QhseForm resource.","parameters":[{"name":"id","in":"path","description":"QhseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_qhse_forms_id_delete","tags":["QhseForm"],"responses":{"204":{"description":"QhseForm resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the QhseForm resource.","description":"Removes the QhseForm resource.","parameters":[{"name":"id","in":"path","description":"QhseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_qhse_forms_id_patch","tags":["QhseForm"],"responses":{"200":{"description":"QhseForm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the QhseForm resource.","description":"Updates the QhseForm resource.","parameters":[{"name":"id","in":"path","description":"QhseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated QhseForm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QhseForm.jsonMergePatch"}}},"required":true}}},"\/qhse_form_entries":{"get":{"operationId":"api_qhse_form_entries_get_collection","tags":["QhseFormEntry"],"responses":{"200":{"description":"QhseFormEntry collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"QhseFormEntry.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"QhseFormEntry.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of QhseFormEntry resources.","description":"Retrieves the collection of QhseFormEntry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"form.type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"form.type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"language","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"assignedUser","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"assignedUser[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[user.profile.firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[user.profile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[form.reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[form.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fields","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by form reference, name or user name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_qhse_form_entries_post","tags":["QhseFormEntry"],"responses":{"201":{"description":"QhseFormEntry resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a QhseFormEntry resource.","description":"Creates a QhseFormEntry resource.","parameters":[],"requestBody":{"description":"The new QhseFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.QhseFormEntryInputDto"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.QhseFormEntryInputDto"}}},"required":true}}},"\/qhse_form_entries\/export":{"get":{"operationId":"api_qhse_form_entriesexport_get_collection","tags":["QhseFormEntry"],"responses":{"200":{"description":"QhseFormEntry collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"QhseFormEntry.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"QhseFormEntry.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of QhseFormEntry resources.","description":"Retrieves the collection of QhseFormEntry resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"form.type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"form.type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"language","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"language[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"assignedUser","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"assignedUser[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[user.profile.firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[user.profile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[form.reference]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[form.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"createdAt[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"createdAt[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"fields","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/qhse_form_entries\/{id}":{"get":{"operationId":"api_qhse_form_entries_id_get","tags":["QhseFormEntry"],"responses":{"200":{"description":"QhseFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a QhseFormEntry resource.","description":"Retrieves a QhseFormEntry resource.","parameters":[{"name":"id","in":"path","description":"QhseFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_qhse_form_entries_id_delete","tags":["QhseFormEntry"],"responses":{"204":{"description":"QhseFormEntry resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the QhseFormEntry resource.","description":"Removes the QhseFormEntry resource.","parameters":[{"name":"id","in":"path","description":"QhseFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_qhse_form_entries_id_patch","tags":["QhseFormEntry"],"responses":{"200":{"description":"QhseFormEntry resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the QhseFormEntry resource.","description":"Updates the QhseFormEntry resource.","parameters":[{"name":"id","in":"path","description":"QhseFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated QhseFormEntry resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonMergePatch"}}},"required":true}}},"\/qhse_form_entries\/{id}\/action":{"post":{"operationId":"api_qhse_form_entries_idaction_post","tags":["QhseFormEntry"],"responses":{"201":{"description":"QhseFormEntry resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a QhseFormEntry resource.","description":"Creates a QhseFormEntry resource.","parameters":[{"name":"id","in":"path","description":"QhseFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new QhseFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry"}}},"required":true}}},"\/qhse_form_entries\/{id}\/note":{"post":{"operationId":"api_qhse_form_entries_idnote_post","tags":["QhseFormEntry"],"responses":{"201":{"description":"QhseFormEntry resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a QhseFormEntry resource.","description":"Creates a QhseFormEntry resource.","parameters":[{"name":"id","in":"path","description":"QhseFormEntry identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new QhseFormEntry resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormEntry"}}},"required":true}}},"\/qhse_form_fields":{"get":{"operationId":"api_qhse_form_fields_get_collection","tags":["QhseFormField"],"responses":{"200":{"description":"QhseFormField collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"QhseFormField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"QhseFormField.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of QhseFormField resources.","description":"Retrieves the collection of QhseFormField resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_qhse_form_fields_post","tags":["QhseFormField"],"responses":{"201":{"description":"QhseFormField resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a QhseFormField resource.","description":"Creates a QhseFormField resource.","parameters":[],"requestBody":{"description":"The new QhseFormField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField"}}},"required":true}}},"\/qhse_form_fields\/{id}":{"get":{"operationId":"api_qhse_form_fields_id_get","tags":["QhseFormField"],"responses":{"200":{"description":"QhseFormField resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormField.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a QhseFormField resource.","description":"Retrieves a QhseFormField resource.","parameters":[{"name":"id","in":"path","description":"QhseFormField identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/qhse_form_templates":{"get":{"operationId":"api_qhse_form_templates_get_collection","tags":["QhseFormTemplate"],"responses":{"200":{"description":"QhseFormTemplate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"QhseFormTemplate.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormTemplate.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"QhseFormTemplate.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormTemplate.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of QhseFormTemplate resources.","description":"Retrieves the collection of QhseFormTemplate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/qhse_form_templates\/{id}":{"get":{"operationId":"api_qhse_form_templates_id_get","tags":["QhseFormTemplate"],"responses":{"200":{"description":"QhseFormTemplate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormTemplate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/QhseFormTemplate.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a QhseFormTemplate resource.","description":"Retrieves a QhseFormTemplate resource.","parameters":[{"name":"id","in":"path","description":"QhseFormTemplate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/questions":{"get":{"operationId":"api_questions_get_collection","tags":["Question"],"responses":{"200":{"description":"Question collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Question.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-question.list.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Question.jsonld-question.list.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-question.list.read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Question resources.","description":"Retrieves the collection of Question resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, description or answer.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_questions_post","tags":["Question"],"responses":{"201":{"description":"Question resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Question resource.","description":"Creates a Question resource.","parameters":[],"requestBody":{"description":"The new Question resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question"}}},"required":true}}},"\/questions\/duplicate":{"post":{"operationId":"api_questionsduplicate_post","tags":["Question"],"responses":{"201":{"description":"Question resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Question resource.","description":"Creates a Question resource.","parameters":[],"requestBody":{"description":"The new Question resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question"}}},"required":true}}},"\/questions\/{id}":{"get":{"operationId":"api_questions_id_get","tags":["Question"],"responses":{"200":{"description":"Question resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Question resource.","description":"Retrieves a Question resource.","parameters":[{"name":"id","in":"path","description":"Question identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_questions_id_delete","tags":["Question"],"responses":{"204":{"description":"Question resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Question resource.","description":"Removes the Question resource.","parameters":[{"name":"id","in":"path","description":"Question identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_questions_id_patch","tags":["Question"],"responses":{"200":{"description":"Question resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Question resource.","description":"Updates the Question resource.","parameters":[{"name":"id","in":"path","description":"Question identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Question resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Question.jsonMergePatch"}}},"required":true}}},"\/tasks\/{id}\/questions":{"get":{"operationId":"api_tasks_idquestions.__format_get_collection","tags":["Question"],"responses":{"200":{"description":"Question collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Question.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Question.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Question resources.","description":"Retrieves the collection of Question resources.","parameters":[{"name":"id","in":"path","description":"Question identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/referrals":{"get":{"operationId":"api_referrals_get_collection","tags":["Referral"],"responses":{"200":{"description":"Referral collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Referral.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Referral.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Referral.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Referral.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of Referral resources.","description":"Retrieves the collection of Referral resources.","parameters":[{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"urlParameter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"urlParameter[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/referrals\/{id}":{"get":{"operationId":"api_referrals_id_get","tags":["Referral"],"responses":{"200":{"description":"Referral resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Referral.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Referral.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Referral resource.","description":"Retrieves a Referral resource.","parameters":[{"name":"id","in":"path","description":"Referral identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/security_logs":{"get":{"operationId":"api_security_logs_get_collection","tags":["SecurityLog"],"responses":{"200":{"description":"SecurityLog collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SecurityLog.jsonld-security_log_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SecurityLog.jsonld-security_log_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SecurityLog.jsonld-security_log_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SecurityLog.jsonld-security_log_list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of SecurityLog resources.","description":"Retrieves the collection of SecurityLog resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/security_logs\/{id}":{"get":{"operationId":"api_security_logs_id_get","tags":["SecurityLog"],"responses":{"200":{"description":"SecurityLog resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SecurityLog.jsonld-security_log_list_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SecurityLog.jsonld-security_log_list_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SecurityLog resource.","description":"Retrieves a SecurityLog resource.","parameters":[{"name":"id","in":"path","description":"SecurityLog identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/enrolments\/{id}\/series":{"get":{"operationId":"api_enrolments_idseries.__format_get_collection","tags":["Series"],"responses":{"200":{"description":"Series collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Series.jsonld-id_timestamps_series.read_address.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Series.jsonld-id_timestamps_series.read_address.read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}}}}]}}}}},"summary":"Retrieves the collection of Series resources.","description":"Retrieves the collection of Series resources.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"firstSessionDate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacherRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[seqVisible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWaitingListEnabled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[singleSession]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[maximumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentDeadline]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[active]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumPresentPercentage]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[automaticGraduation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[degreeVisibleFrom]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentStartDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[productCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pricePerPerson]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"exists[onRequestEnrolment]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"singleSession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"sessions.onDemand","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"sessions.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/series":{"get":{"operationId":"api_series_get_collection","tags":["Series"],"responses":{"200":{"description":"Series collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Series.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Series.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Series resources.","description":"Retrieves the collection of Series resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[onRequestEnrolment]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"singleSession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"sessions.onDemand","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[productCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"sessions.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"firstSessionDate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacherRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[seqVisible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWaitingListEnabled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[singleSession]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[maximumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentDeadline]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[active]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumPresentPercentage]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[automaticGraduation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[degreeVisibleFrom]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentStartDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pricePerPerson]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or product code.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_series_post","tags":["Series"],"responses":{"201":{"description":"Series resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Series resource.","description":"Creates a Series resource.","parameters":[],"requestBody":{"description":"The new Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series"}}},"required":true}}},"\/series\/list":{"get":{"operationId":"api_serieslist_get_collection","tags":["Series"],"responses":{"200":{"description":"Series collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Series.jsonld-course.series_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-course.series_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Series.jsonld-course.series_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-course.series_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Series resources.","description":"Retrieves the collection of Series resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[onRequestEnrolment]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"singleSession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"sessions.onDemand","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[productCode]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[sessions.date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"sessions.date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"sessions.date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"firstSessionDate","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacherRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[seqVisible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWaitingListEnabled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[singleSession]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[maximumParticipants]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentDeadline]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[active]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[minimumPresentPercentage]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[automaticGraduation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[degreeVisibleFrom]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[enrolmentStartDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[pricePerPerson]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or product code.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/series\/{id}":{"get":{"operationId":"api_series_id_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_series_id_delete","tags":["Series"],"responses":{"204":{"description":"Series resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Series resource.","description":"Removes the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_id_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series\/{id}\/analytics":{"ref":"Series Analytics","get":{"operationId":"series_analytics","tags":["Series"],"responses":{"200":{"description":"Get Series Analytics","content":{"application\/json":{"schema":{"type":"array","items":{"type":"object","properties":{"eventDate":{"type":"string","format":"date"},"type":{"type":"string","example":"page_view"},"eventCount":{"type":"integer","example":956}}}}}}}},"summary":"Get analytics.","parameters":[{"name":"id","in":"path","description":"The ID of the entity to retrieve analytics for.","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"dateFrom","in":"query","description":"Filter analytics from this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2025-12-14"},"style":"form","explode":false},{"name":"dateUntil","in":"query","description":"Filter analytics until this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string","format":"date","example":"2026-03-14"},"style":"form","explode":false}]}},"\/series\/{id}\/budgets":{"get":{"operationId":"api_series_idbudgets_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.budget"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.budget"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_idbudgets_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.budget"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.budget"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series\/{id}\/enrolment-sessions":{"get":{"operationId":"api_series_idenrolment-sessions_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.enrolment-sessions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.enrolment-sessions"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/series\/{id}\/export_ical":{"get":{"operationId":"api_series_idexport_ical_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/series\/{id}\/general":{"get":{"operationId":"api_series_idgeneral_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_idgeneral_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.general"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series\/{id}\/item":{"get":{"operationId":"api_series_iditem_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read.item"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read.item"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/series\/{id}\/media":{"get":{"operationId":"api_series_idmedia_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.media"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.media"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_idmedia_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.media"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.media"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series\/{id}\/presences":{"get":{"operationId":"api_series_idpresences_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_idpresences_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series\/{id}\/sessionlist":{"get":{"operationId":"api_series_idsessionlist_get","tags":["Series"],"responses":{"200":{"description":"Series resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.sessions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.sessions"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Series resource.","description":"Retrieves a Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_idsessionlist_patch","tags":["Series"],"responses":{"200":{"description":"Series resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.sessions"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.sessions"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Series resource.","description":"Updates the Series resource.","parameters":[{"name":"id","in":"path","description":"Series identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Series resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}},"required":true}}},"\/series_certificate_types":{"get":{"operationId":"api_series_certificate_types_get_collection","tags":["SeriesCertificateType"],"responses":{"200":{"description":"SeriesCertificateType collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SeriesCertificateType.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SeriesCertificateType.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of SeriesCertificateType resources.","description":"Retrieves the collection of SeriesCertificateType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_series_certificate_types_post","tags":["SeriesCertificateType"],"responses":{"201":{"description":"SeriesCertificateType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a SeriesCertificateType resource.","description":"Creates a SeriesCertificateType resource.","parameters":[],"requestBody":{"description":"The new SeriesCertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType"}}},"required":true}}},"\/series_certificate_types\/{id}":{"get":{"operationId":"api_series_certificate_types_id_get","tags":["SeriesCertificateType"],"responses":{"200":{"description":"SeriesCertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SeriesCertificateType resource.","description":"Retrieves a SeriesCertificateType resource.","parameters":[{"name":"id","in":"path","description":"SeriesCertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_certificate_types_id_patch","tags":["SeriesCertificateType"],"responses":{"200":{"description":"SeriesCertificateType resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the SeriesCertificateType resource.","description":"Updates the SeriesCertificateType resource.","parameters":[{"name":"id","in":"path","description":"SeriesCertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated SeriesCertificateType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonMergePatch"}}},"required":true}}},"\/series_media\/{id}":{"get":{"operationId":"api_series_media_id_get","tags":["SeriesMedia"],"responses":{"200":{"description":"SeriesMedia resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SeriesMedia resource.","description":"Retrieves a SeriesMedia resource.","parameters":[{"name":"id","in":"path","description":"SeriesMedia identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/series_tasks":{"get":{"operationId":"api_series_tasks_get_collection","tags":["SeriesTask"],"responses":{"200":{"description":"SeriesTask collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SeriesTask.jsonld-id_timestamps_SERIESTASK_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SeriesTask.jsonld-id_timestamps_SERIESTASK_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ"}}}}]}}}}},"summary":"Retrieves the collection of SeriesTask resources.","description":"Retrieves the collection of SeriesTask resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[task.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_series_tasks_post","tags":["SeriesTask"],"responses":{"201":{"description":"SeriesTask resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a SeriesTask resource.","description":"Creates a SeriesTask resource.","parameters":[],"requestBody":{"description":"The new SeriesTask resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask"}}},"required":true}}},"\/series_tasks\/{id}":{"get":{"operationId":"api_series_tasks_id_get","tags":["SeriesTask"],"responses":{"200":{"description":"SeriesTask resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SeriesTask resource.","description":"Retrieves a SeriesTask resource.","parameters":[{"name":"id","in":"path","description":"SeriesTask identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_series_tasks_id_delete","tags":["SeriesTask"],"responses":{"204":{"description":"SeriesTask resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the SeriesTask resource.","description":"Removes the SeriesTask resource.","parameters":[{"name":"id","in":"path","description":"SeriesTask identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_series_tasks_id_patch","tags":["SeriesTask"],"responses":{"200":{"description":"SeriesTask resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the SeriesTask resource.","description":"Updates the SeriesTask resource.","parameters":[{"name":"id","in":"path","description":"SeriesTask identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated SeriesTask resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SeriesTask.jsonMergePatch"}}},"required":true}}},"\/sessions":{"get":{"operationId":"api_sessions_get_collection","tags":["Session"],"responses":{"200":{"description":"Session collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Session.jsonld-session.simple_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-session.simple_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Session.jsonld-session.simple_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-session.simple_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Session resources.","description":"Retrieves the collection of Session resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[series.onRequestEnrolment]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[teachers]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.course.products.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.course.products.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"onDemand","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[creditation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[autoPresentAfterEvaluation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[videoDuration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[onDemand]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[active]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[startTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[endTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[videoUrl]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[availableUntil]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[amountOfDaysAvailable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[content]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[presentationType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[addressName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, series, location, teacher or date (dd\/mm\/yyyy).","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_sessions_post","tags":["Session"],"responses":{"201":{"description":"Session resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Session resource.","description":"Creates a Session resource.","parameters":[],"requestBody":{"description":"The new Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session"}}},"required":true}}},"\/sessions\/budgets":{"get":{"operationId":"api_sessionsbudgets_get_collection","tags":["Session"],"responses":{"200":{"description":"Session collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Session.jsonld-series.budget_session.budget_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-series.budget_session.budget_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Session.jsonld-series.budget_session.budget_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-series.budget_session.budget_id"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Session resources.","description":"Retrieves the collection of Session resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[series.onRequestEnrolment]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[teachers]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"series.course","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.course[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.course.products.branch","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series.course.products.branch[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"series[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"series.productCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"onDemand","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[creditation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[autoPresentAfterEvaluation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[videoDuration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[onDemand]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[active]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[startTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[endTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[internalRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[videoUrl]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[availableUntil]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[amountOfDaysAvailable]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[content]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[presentationType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[addressName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/sessions\/{id}":{"get":{"operationId":"api_sessions_id_get","tags":["Session"],"responses":{"200":{"description":"Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Session resource.","description":"Retrieves a Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_sessions_id_delete","tags":["Session"],"responses":{"204":{"description":"Session resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Session resource.","description":"Removes the Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_sessions_id_patch","tags":["Session"],"responses":{"200":{"description":"Session resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Session resource.","description":"Updates the Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Session resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}}},"required":true}}},"\/sessions\/{id}\/budget":{"get":{"operationId":"api_sessions_idbudget_get","tags":["Session"],"responses":{"200":{"description":"Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-series.budget"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-series.budget"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Session resource.","description":"Retrieves a Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/sessions\/{id}\/budgets":{"patch":{"operationId":"api_sessions_idbudgets_patch","tags":["Session"],"responses":{"200":{"description":"Session resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_session.budget"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_session.budget"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Session resource.","description":"Updates the Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Session resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}}},"required":true}}},"\/sessions\/{id}\/evaluation_form\/send":{"post":{"operationId":"api_sessions_idevaluation_formsend_post","tags":["Session"],"responses":{"201":{"description":"Session resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_address.read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_address.read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Session resource.","description":"Creates a Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session"}}},"required":true}}},"\/sessions\/{id}\/info":{"get":{"operationId":"api_sessions_idinfo_get","tags":["Session"],"responses":{"200":{"description":"Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read.public"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.read.public"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Session resource.","description":"Retrieves a Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/sessions\/{id}\/media":{"get":{"operationId":"api_sessions_idmedia_get","tags":["Session"],"responses":{"200":{"description":"Session resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.media_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.media_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Session resource.","description":"Retrieves a Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_sessions_idmedia_patch","tags":["Session"],"responses":{"200":{"description":"Session resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.media_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonld-session.media_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Session resource.","description":"Updates the Session resource.","parameters":[{"name":"id","in":"path","description":"Session identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Session resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}}},"required":true}}},"\/session_certificate_types":{"get":{"operationId":"api_session_certificate_types_get_collection","tags":["SessionCertificateType"],"responses":{"200":{"description":"SessionCertificateType collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SessionCertificateType.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SessionCertificateType.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of SessionCertificateType resources.","description":"Retrieves the collection of SessionCertificateType resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_session_certificate_types_post","tags":["SessionCertificateType"],"responses":{"201":{"description":"SessionCertificateType resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a SessionCertificateType resource.","description":"Creates a SessionCertificateType resource.","parameters":[],"requestBody":{"description":"The new SessionCertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType"}}},"required":true}}},"\/session_certificate_types\/{id}":{"get":{"operationId":"api_session_certificate_types_id_get","tags":["SessionCertificateType"],"responses":{"200":{"description":"SessionCertificateType resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SessionCertificateType resource.","description":"Retrieves a SessionCertificateType resource.","parameters":[{"name":"id","in":"path","description":"SessionCertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_session_certificate_types_id_patch","tags":["SessionCertificateType"],"responses":{"200":{"description":"SessionCertificateType resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the SessionCertificateType resource.","description":"Updates the SessionCertificateType resource.","parameters":[{"name":"id","in":"path","description":"SessionCertificateType identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated SessionCertificateType resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonMergePatch"}}},"required":true}}},"\/single_sign_on_methods":{"get":{"operationId":"api_single_sign_on_methods_get_collection","tags":["SingleSignOnMethod"],"responses":{"200":{"description":"SingleSignOnMethod collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SingleSignOnMethod.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SingleSignOnMethod.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of SingleSignOnMethod resources.","description":"Retrieves the collection of SingleSignOnMethod resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_single_sign_on_methods_post","tags":["SingleSignOnMethod"],"responses":{"201":{"description":"SingleSignOnMethod resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a SingleSignOnMethod resource.","description":"Creates a SingleSignOnMethod resource.","parameters":[],"requestBody":{"description":"The new SingleSignOnMethod resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod"}}},"required":true}}},"\/single_sign_on_methods\/{id}":{"get":{"operationId":"api_single_sign_on_methods_id_get","tags":["SingleSignOnMethod"],"responses":{"200":{"description":"SingleSignOnMethod resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SingleSignOnMethod.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SingleSignOnMethod resource.","description":"Retrieves a SingleSignOnMethod resource.","parameters":[{"name":"id","in":"path","description":"SingleSignOnMethod identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/students":{"get":{"operationId":"api_students_get_collection","tags":["Student"],"responses":{"200":{"description":"Student collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Student.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Student.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Student resources.","description":"Retrieves the collection of Student resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"presences.session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"presences.session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by first or last name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_students_post","tags":["Student"],"responses":{"201":{"description":"Student resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Student resource.","description":"Creates a Student resource.","parameters":[],"requestBody":{"description":"The new Student resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Student.StudentInput"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.StudentInput"}}},"required":true}}},"\/students\/export\/xlsx":{"get":{"operationId":"api_studentsexportxlsx_get_collection","tags":["Student"],"responses":{"200":{"description":"Student collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Student.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Student.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Student resources.","description":"Retrieves the collection of Student resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"presences.session","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"presences.session[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/students\/{id}":{"get":{"operationId":"api_students_id_get","tags":["Student"],"responses":{"200":{"description":"Student resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Student resource.","description":"Retrieves a Student resource.","parameters":[{"name":"id","in":"path","description":"Student identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_students_id_delete","tags":["Student"],"responses":{"204":{"description":"Student resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Student resource.","description":"Removes the Student resource.","parameters":[{"name":"id","in":"path","description":"Student identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_students_id_patch","tags":["Student"],"responses":{"200":{"description":"Student resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Student resource.","description":"Updates the Student resource.","parameters":[{"name":"id","in":"path","description":"Student identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Student resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonMergePatch"}}},"required":true}}},"\/students\/{id}\/detail\/{seriesId}":{"get":{"operationId":"api_students_iddetail_seriesId_get","tags":["Student"],"responses":{"200":{"description":"Student resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Student.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Student resource.","description":"Retrieves a Student resource.","parameters":[{"name":"id","in":"path","description":"Student identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"seriesId","in":"path","description":"Student identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/student_dynamic_field_values":{"get":{"operationId":"api_student_dynamic_field_values_get_collection","tags":["StudentDynamicFieldValue"],"responses":{"200":{"description":"StudentDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"StudentDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"StudentDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of StudentDynamicFieldValue resources.","description":"Retrieves the collection of StudentDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/student_dynamic_field_values\/{id}":{"get":{"operationId":"api_student_dynamic_field_values_id_get","tags":["StudentDynamicFieldValue"],"responses":{"200":{"description":"StudentDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a StudentDynamicFieldValue resource.","description":"Retrieves a StudentDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"StudentDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/subscription_categories":{"get":{"operationId":"api_subscription_categories_get_collection","tags":["SubscriptionCategory"],"responses":{"200":{"description":"SubscriptionCategory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SubscriptionCategory.jsonld-subscription_category_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-subscription_category_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SubscriptionCategory.jsonld-subscription_category_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-subscription_category_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of SubscriptionCategory resources.","description":"Retrieves the collection of SubscriptionCategory resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"minEmployees[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minEmployees[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minEmployees[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minEmployees[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"minEmployees[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxEmployees[between]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxEmployees[gt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxEmployees[gte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxEmployees[lt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"maxEmployees[lte]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/subscription_categories\/{id}":{"get":{"operationId":"api_subscription_categories_id_get","tags":["SubscriptionCategory"],"responses":{"200":{"description":"SubscriptionCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-subscription_category_list_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-subscription_category_list_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SubscriptionCategory resource.","description":"Retrieves a SubscriptionCategory resource.","parameters":[{"name":"id","in":"path","description":"SubscriptionCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/subscription_packages":{"get":{"operationId":"api_subscription_packages_get_collection","tags":["SubscriptionPackage"],"responses":{"200":{"description":"SubscriptionPackage collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SubscriptionPackage.jsonld-subscription_package_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SubscriptionPackage.jsonld-subscription_package_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of SubscriptionPackage resources.","description":"Retrieves the collection of SubscriptionPackage resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"public","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"subscriptionPackagePrices.public","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"organisation","in":"query","description":"Filter subscription packages based on organization's current subscription level","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false,"example":"uuid-of-organisation"}]}},"\/subscription_packages\/{id}":{"get":{"operationId":"api_subscription_packages_id_get","tags":["SubscriptionPackage"],"responses":{"200":{"description":"SubscriptionPackage resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_item_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_item_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SubscriptionPackage resource.","description":"Retrieves a SubscriptionPackage resource.","parameters":[{"name":"id","in":"path","description":"SubscriptionPackage identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/subscription_package_features":{"get":{"operationId":"api_subscription_package_features_get_collection","tags":["SubscriptionPackageFeature"],"responses":{"200":{"description":"SubscriptionPackageFeature collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SubscriptionPackageFeature.jsonld-subscription_package_feature_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_feature_list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SubscriptionPackageFeature.jsonld-subscription_package_feature_list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_feature_list_id_timestamps"}}}}]}}}}},"summary":"Retrieves the collection of SubscriptionPackageFeature resources.","description":"Retrieves the collection of SubscriptionPackageFeature resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enabled","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[position]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]}},"\/subscription_package_features\/{id}":{"get":{"operationId":"api_subscription_package_features_id_get","tags":["SubscriptionPackageFeature"],"responses":{"200":{"description":"SubscriptionPackageFeature resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_feature_item_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_feature_item_id_timestamps"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SubscriptionPackageFeature resource.","description":"Retrieves a SubscriptionPackageFeature resource.","parameters":[{"name":"id","in":"path","description":"SubscriptionPackageFeature identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/subscription_package_prices":{"get":{"operationId":"api_subscription_package_prices_get_collection","tags":["SubscriptionPackagePrice"],"responses":{"200":{"description":"SubscriptionPackagePrice collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"SubscriptionPackagePrice.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"SubscriptionPackagePrice.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of SubscriptionPackagePrice resources.","description":"Retrieves the collection of SubscriptionPackagePrice resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_subscription_package_prices_post","tags":["SubscriptionPackagePrice"],"responses":{"201":{"description":"SubscriptionPackagePrice resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a SubscriptionPackagePrice resource.","description":"Creates a SubscriptionPackagePrice resource.","parameters":[],"requestBody":{"description":"The new SubscriptionPackagePrice resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice"}}},"required":true}}},"\/subscription_package_prices\/{id}":{"get":{"operationId":"api_subscription_package_prices_id_get","tags":["SubscriptionPackagePrice"],"responses":{"200":{"description":"SubscriptionPackagePrice resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a SubscriptionPackagePrice resource.","description":"Retrieves a SubscriptionPackagePrice resource.","parameters":[{"name":"id","in":"path","description":"SubscriptionPackagePrice identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/tags":{"get":{"operationId":"api_tags_get_collection","tags":["Tag"],"responses":{"200":{"description":"Tag collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Tag.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Tag.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Tag resources.","description":"Retrieves the collection of Tag resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"name","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"name[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"isWebsite","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isCategory","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isFilter","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false}]},"post":{"operationId":"api_tags_post","tags":["Tag"],"responses":{"201":{"description":"Tag resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Tag resource.","description":"Creates a Tag resource.","parameters":[],"requestBody":{"description":"The new Tag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag"}}},"required":true}}},"\/tags\/{id}":{"get":{"operationId":"api_tags_id_get","tags":["Tag"],"responses":{"200":{"description":"Tag resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Tag resource.","description":"Retrieves a Tag resource.","parameters":[{"name":"id","in":"path","description":"Tag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_tags_id_delete","tags":["Tag"],"responses":{"204":{"description":"Tag resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Tag resource.","description":"Removes the Tag resource.","parameters":[{"name":"id","in":"path","description":"Tag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_tags_id_patch","tags":["Tag"],"responses":{"200":{"description":"Tag resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Tag resource.","description":"Updates the Tag resource.","parameters":[{"name":"id","in":"path","description":"Tag identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Tag resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}}},"required":true}}},"\/tag_products":{"get":{"operationId":"api_tag_products_get_collection","tags":["TagProduct"],"responses":{"200":{"description":"TagProduct collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TagProduct.jsonld-id_timestamps_tag_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_timestamps_tag_product_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TagProduct.jsonld-id_timestamps_tag_product_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_timestamps_tag_product_list"}}}}]}}}}},"summary":"Retrieves the collection of TagProduct resources.","description":"Retrieves the collection of TagProduct resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"professionProduct.profession.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"professionProduct.profession.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"professionProduct.product.inAcademyAllowed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by tag, profession or product name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/tag_products\/{id}":{"get":{"operationId":"api_tag_products_id_get","tags":["TagProduct"],"responses":{"200":{"description":"TagProduct resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TagProduct.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TagProduct.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TagProduct resource.","description":"Retrieves a TagProduct resource.","parameters":[{"name":"id","in":"path","description":"TagProduct identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/tag_professions":{"get":{"operationId":"api_tag_professions_get_collection","tags":["TagProfession"],"responses":{"200":{"description":"TagProfession collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TagProfession.jsonld-id_timestamps_tag_profession_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_tag_profession_list"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TagProfession.jsonld-id_timestamps_tag_profession_list collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_tag_profession_list"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TagProfession resources.","description":"Retrieves the collection of TagProfession resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[tag.names.name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"tag.names.iso6391LanguageCode","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"tag.names.iso6391LanguageCode[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profession","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profession[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/tag_professions\/{id}":{"get":{"operationId":"api_tag_professions_id_get","tags":["TagProfession"],"responses":{"200":{"description":"TagProfession resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TagProfession.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TagProfession.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TagProfession resource.","description":"Retrieves a TagProfession resource.","parameters":[{"name":"id","in":"path","description":"TagProfession identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/tasks":{"get":{"operationId":"api_tasks_get_collection","tags":["Task"],"responses":{"200":{"description":"Task collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Task.jsonld-id_TASK_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.jsonld-id_TASK_READ"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Task.jsonld-id_TASK_READ collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Task.jsonld-id_TASK_READ"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Task resources.","description":"Retrieves the collection of Task resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"type","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"type[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"seriesTask.series.course.products.active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_tasks_post","tags":["Task"],"responses":{"201":{"description":"Task resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_TASK_READ"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a Task resource.","description":"Creates a Task resource.","parameters":[],"requestBody":{"description":"The new Task resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Task"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task"}}},"required":true}}},"\/tasks\/{id}":{"get":{"operationId":"api_tasks_id_get","tags":["Task"],"responses":{"200":{"description":"Task resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_TASK_READ"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Task resource.","description":"Retrieves a Task resource.","parameters":[{"name":"id","in":"path","description":"Task identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_tasks_id_delete","tags":["Task"],"responses":{"204":{"description":"Task resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Task resource.","description":"Removes the Task resource.","parameters":[{"name":"id","in":"path","description":"Task identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_tasks_id_patch","tags":["Task"],"responses":{"200":{"description":"Task resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_TASK_READ"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_TASK_READ"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Task resource.","description":"Updates the Task resource.","parameters":[{"name":"id","in":"path","description":"Task identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Task resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Task.jsonMergePatch"}}},"required":true}}},"\/teachers":{"get":{"operationId":"api_teachers_get_collection","tags":["Teacher"],"responses":{"200":{"description":"Teacher collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Teacher.jsonld-id_timestamps_teacher_read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Teacher.jsonld-id_timestamps_teacher_read collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Teacher resources.","description":"Retrieves the collection of Teacher resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"active","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[firstName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[address.city]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, city or postcode.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_teachers_post","tags":["Teacher"],"responses":{"201":{"description":"Teacher resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Teacher resource.","description":"Creates a Teacher resource.","parameters":[],"requestBody":{"description":"The new Teacher resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}}},"required":true}}},"\/teachers\/createFromPerson":{"post":{"operationId":"api_teacherscreateFromPerson_post","tags":["Teacher"],"responses":{"201":{"description":"Teacher resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Teacher resource.","description":"Creates a Teacher resource.","parameters":[],"requestBody":{"description":"The new Teacher resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}}},"required":true}}},"\/teachers\/{id}":{"get":{"operationId":"api_teachers_id_get","tags":["Teacher"],"responses":{"200":{"description":"Teacher resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Teacher resource.","description":"Retrieves a Teacher resource.","parameters":[{"name":"id","in":"path","description":"Teacher identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_teachers_id_delete","tags":["Teacher"],"responses":{"204":{"description":"Teacher resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Teacher resource.","description":"Removes the Teacher resource.","parameters":[{"name":"id","in":"path","description":"Teacher identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_teachers_id_patch","tags":["Teacher"],"responses":{"200":{"description":"Teacher resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_teacher_read"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Teacher resource.","description":"Updates the Teacher resource.","parameters":[{"name":"id","in":"path","description":"Teacher identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Teacher resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonMergePatch"}}},"required":true}}},"\/teachers\/{id}\/exportStatistics":{"post":{"operationId":"api_teachers_idexportStatistics_post","tags":["Teacher"],"responses":{"201":{"description":"Teacher resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Teacher resource.","description":"Creates a Teacher resource.","parameters":[{"name":"id","in":"path","description":"Teacher identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new Teacher resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Teacher"}}},"required":true}}},"\/themes":{"get":{"operationId":"api_themes_get_collection","tags":["Theme"],"responses":{"200":{"description":"Theme collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Theme.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Theme.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Theme.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Theme.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Theme resources.","description":"Retrieves the collection of Theme resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_themes_post","tags":["Theme"],"responses":{"201":{"description":"Theme resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Theme resource.","description":"Creates a Theme resource.","parameters":[],"requestBody":{"description":"The new Theme resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme"}}},"required":true}}},"\/themes\/{id}":{"get":{"operationId":"api_themes_id_get","tags":["Theme"],"responses":{"200":{"description":"Theme resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Theme resource.","description":"Retrieves a Theme resource.","parameters":[{"name":"id","in":"path","description":"Theme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_themes_id_delete","tags":["Theme"],"responses":{"204":{"description":"Theme resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Theme resource.","description":"Removes the Theme resource.","parameters":[{"name":"id","in":"path","description":"Theme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_themes_id_patch","tags":["Theme"],"responses":{"200":{"description":"Theme resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the Theme resource.","description":"Updates the Theme resource.","parameters":[{"name":"id","in":"path","description":"Theme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated Theme resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/Theme.jsonMergePatch"}}},"required":true}}},"\/training_plan_courses":{"get":{"operationId":"api_training_plan_courses_get_collection","tags":["TrainingPlanCourse"],"responses":{"200":{"description":"TrainingPlanCourse collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld-training_plan_course.list_id_timestamps_syncable collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.list_id_timestamps_syncable"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld-training_plan_course.list_id_timestamps_syncable collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.list_id_timestamps_syncable"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourse resources.","description":"Retrieves the collection of TrainingPlanCourse resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"archived","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isRequestedCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"grantsPossible","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"allGrantsProcessed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"attendees.trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"attendees.trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"grantsMissing","in":"query","description":"Returns all the courses with grants possible but no grants linked OR with grants that are waiting for the course provider.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isFormal]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[location]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[locationField]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[duration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDurationPerDay]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacher]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isTrainingCostPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWageCostPerHourPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[countsForPlan]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[forfaitCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[canBeEnrolled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[autoAcceptRequest]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[dateType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDateForAllAttendees]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isRequestedCourse]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestStatus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payedByOrganisation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[grantsPossible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[allGrantsProcessed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[archived]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"dateLimit","in":"query","description":"Only return courses of which the first session has already passed.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enrolmentStudentCount","in":"query","description":"Filter by the number of students linked to the enrolment.","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name, teacher, category or theme.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_courses_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourse resource.","description":"Creates a TrainingPlanCourse resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/bulk_delete":{"delete":{"operationId":"api_training_plan_coursesbulk_delete_delete","tags":["TrainingPlanCourse"],"responses":{"204":{"description":"TrainingPlanCourse resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Bulk delete training plan courses","description":"This endpoint allows you to bulk delete training plan courses. You need to provide an array of trainingplancourse IRIs in the request body under property courses.","parameters":[],"requestBody":{"content":{"application\/json":{"schema":{"type":"object","properties":{"courses":{"type":"array","items":{"type":"string","format":"iri"},"description":"Array of training plan course IRIs to delete"}},"required":["courses"]}}},"required":false}}},"\/training_plan_courses\/import":{"post":{"operationId":"api_training_plan_coursesimport_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a TrainingPlanCourse resource.","description":"Creates a TrainingPlanCourse resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/requests":{"get":{"operationId":"api_training_plan_coursesrequests_get_collection","tags":["TrainingPlanCourse"],"responses":{"200":{"description":"TrainingPlanCourse collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourse resources.","description":"Retrieves the collection of TrainingPlanCourse resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"archived","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isRequestedCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"grantsPossible","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"allGrantsProcessed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"attendees.trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"attendees.trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"grantsMissing","in":"query","description":"Returns all the courses with grants possible but no grants linked OR with grants that are waiting for the course provider.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isFormal]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[location]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[locationField]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[duration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDurationPerDay]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacher]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isTrainingCostPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWageCostPerHourPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[countsForPlan]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[forfaitCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[canBeEnrolled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[autoAcceptRequest]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[dateType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDateForAllAttendees]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isRequestedCourse]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestStatus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payedByOrganisation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[grantsPossible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[allGrantsProcessed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[archived]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"dateLimit","in":"query","description":"Only return courses of which the first session has already passed.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enrolmentStudentCount","in":"query","description":"Filter by the number of students linked to the enrolment.","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false}]}},"\/training_plan_courses\/{id}":{"get":{"operationId":"api_training_plan_courses_id_get","tags":["TrainingPlanCourse"],"responses":{"200":{"description":"TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourse resource.","description":"Retrieves a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_courses_id_delete","tags":["TrainingPlanCourse"],"responses":{"204":{"description":"TrainingPlanCourse resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the TrainingPlanCourse resource.","description":"Removes the TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_courses_id_patch","tags":["TrainingPlanCourse"],"responses":{"200":{"description":"TrainingPlanCourse resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourse resource.","description":"Updates the TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourse resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonMergePatch"}}},"required":true}}},"\/training_plan_courses\/{id}\/approve":{"post":{"operationId":"api_training_plan_courses_idapprove_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Approve request","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/{id}\/attendees":{"get":{"operationId":"api_training_plan_courses_idattendees_get_collection","tags":["TrainingPlanCourse"],"responses":{"200":{"description":"TrainingPlanCourse collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourse resources.","description":"Retrieves the collection of TrainingPlanCourse resources.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"archived","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isRequestedCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"grantsPossible","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"allGrantsProcessed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"attendees.trainingPlanCourseDates.year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"attendees.trainingPlanCourseDates.year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"grantsMissing","in":"query","description":"Returns all the courses with grants possible but no grants linked OR with grants that are waiting for the course provider.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"order[name]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isFormal]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[location]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[locationField]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[duration]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDurationPerDay]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[teacher]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isTrainingCostPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[trainingCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isWageCostPerHourPerAttendee]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[wageCostType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[countsForPlan]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[forfaitCost]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[canBeEnrolled]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[description]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[remarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[autoAcceptRequest]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[dateType]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isDateForAllAttendees]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isRequestedCourse]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestStatus]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[payedByOrganisation]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[grantsPossible]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[allGrantsProcessed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[requestRemarks]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[archived]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[syncId]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"dateLimit","in":"query","description":"Only return courses of which the first session has already passed.","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"enrolmentStudentCount","in":"query","description":"Filter by the number of students linked to the enrolment.","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_courses_idattendees_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Create attendees","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}},"delete":{"operationId":"api_training_plan_courses_idattendees_delete","tags":["TrainingPlanCourse"],"responses":{"204":{"description":"TrainingPlanCourse resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get attendees paginated","description":"Removes the TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/training_plan_courses\/{id}\/budgets":{"post":{"operationId":"api_training_plan_courses_idbudgets_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Gets realtime calculation of budgets","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/{id}\/create_attendee":{"post":{"operationId":"api_training_plan_courses_idcreate_attendee_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a TrainingPlanCourse resource.","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/{id}\/export_attendees":{"post":{"operationId":"api_training_plan_courses_idexport_attendees_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a TrainingPlanCourse resource.","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_courses\/{id}\/reject":{"post":{"operationId":"api_training_plan_courses_idreject_post","tags":["TrainingPlanCourse"],"responses":{"201":{"description":"TrainingPlanCourse resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Reject request","description":"Creates a TrainingPlanCourse resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourse identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourse resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourse"}}},"required":true}}},"\/training_plan_course_attendees":{"get":{"operationId":"api_training_plan_course_attendees_get_collection","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseAttendee.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseAttendee.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseAttendee resources.","description":"Retrieves the collection of TrainingPlanCourseAttendee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"trainingPlanCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourse[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.teams","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.teams[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.employments.department","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.employments.department[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseGrants.grantType.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourseGrants.grantType.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseGrants.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourseGrants.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"isRequested","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"trainingPlanCourse.isRequestedCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["training_plan_course_attendee_names","id"]}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[profileMember.userProfile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"exists[isApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by name or email.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_course_attendees_post","tags":["TrainingPlanCourseAttendee"],"responses":{"201":{"description":"TrainingPlanCourseAttendee resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseAttendee resource.","description":"Creates a TrainingPlanCourseAttendee resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseAttendee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee"}}},"required":true}}},"\/training_plan_course_attendees\/requests":{"get":{"operationId":"api_training_plan_course_attendeesrequests_get_collection","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseAttendee.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseAttendee.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseAttendee resources.","description":"Retrieves the collection of TrainingPlanCourseAttendee resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"trainingPlanCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourse[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.teams","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.teams[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"profileMember.employments.department","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"profileMember.employments.department[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseGrants.grantType.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourseGrants.grantType.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"trainingPlanCourseGrants.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourseGrants.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"isRequested","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"isApproved","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"trainingPlanCourse.isRequestedCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"groups[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string","enum":["training_plan_course_attendee_names","id"]}},"style":"form","explode":true},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[profileMember.userProfile.lastName]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"exists[isApproved]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/training_plan_course_attendees\/{id}":{"get":{"operationId":"api_training_plan_course_attendees_id_get","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseAttendee resource.","description":"Retrieves a TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_course_attendees_id_delete","tags":["TrainingPlanCourseAttendee"],"responses":{"204":{"description":"TrainingPlanCourseAttendee resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the TrainingPlanCourseAttendee resource.","description":"Removes the TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_attendees_id_patch","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseAttendee resource.","description":"Updates the TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseAttendee resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_attendees\/{id}\/approve":{"patch":{"operationId":"api_training_plan_course_attendees_idapprove_patch","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseAttendee resource.","description":"Updates the TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseAttendee resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_attendees\/{id}\/budget":{"post":{"operationId":"api_training_plan_course_attendees_idbudget_post","tags":["TrainingPlanCourseAttendee"],"responses":{"201":{"description":"TrainingPlanCourseAttendee resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseAttendee resource.","description":"Creates a TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourseAttendee resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee"}}},"required":true}}},"\/training_plan_course_attendees\/{id}\/reject":{"patch":{"operationId":"api_training_plan_course_attendees_idreject_patch","tags":["TrainingPlanCourseAttendee"],"responses":{"200":{"description":"TrainingPlanCourseAttendee resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseAttendee resource.","description":"Updates the TrainingPlanCourseAttendee resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseAttendee identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseAttendee resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_categories":{"get":{"operationId":"api_training_plan_course_categories_get_collection","tags":["TrainingPlanCourseCategory"],"responses":{"200":{"description":"TrainingPlanCourseCategory collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseCategory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseCategory.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseCategory resources.","description":"Retrieves the collection of TrainingPlanCourseCategory resources.","parameters":[{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/training_plan_course_categories\/{id}":{"get":{"operationId":"api_training_plan_course_categories_id_get","tags":["TrainingPlanCourseCategory"],"responses":{"200":{"description":"TrainingPlanCourseCategory resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseCategory resource.","description":"Retrieves a TrainingPlanCourseCategory resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseCategory identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/training_plan_course_certificates":{"get":{"operationId":"api_training_plan_course_certificates_get_collection","tags":["TrainingPlanCourseCertificate"],"responses":{"200":{"description":"TrainingPlanCourseCertificate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseCertificate.jsonld-training_plan_course_certificate.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificate.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseCertificate.jsonld-training_plan_course_certificate.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificate.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseCertificate resources.","description":"Retrieves the collection of TrainingPlanCourseCertificate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"attendee.profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.profileMember","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.profileMember.userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember.userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.trainingPlanCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.trainingPlanCourse[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[expirationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"isProcessed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[expirationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by attendee name or course name.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_course_certificates_post","tags":["TrainingPlanCourseCertificate"],"responses":{"201":{"description":"TrainingPlanCourseCertificate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseCertificate resource.","description":"Creates a TrainingPlanCourseCertificate resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseCertificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate"}}},"required":true}}},"\/training_plan_course_certificates\/export":{"post":{"operationId":"api_training_plan_course_certificatesexport_post","tags":["TrainingPlanCourseCertificate"],"responses":{"201":{"description":"TrainingPlanCourseCertificate resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export training plan certificates as Excel or ZIP archive","description":"Exports training plan certificates using the same filters as the collection endpoint. Use format parameter to choose between xlsx and zip.","parameters":[{"name":"format","in":"query","description":"Export format: xlsx for Excel spreadsheet, zip for PDF files archive","required":false,"deprecated":false,"schema":{"type":"string","enum":["xlsx","zip"],"default":"xlsx"},"style":"form","explode":false}],"requestBody":{"description":"The new TrainingPlanCourseCertificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate"}}},"required":true}}},"\/training_plan_course_certificates\/graph":{"get":{"operationId":"api_training_plan_course_certificatesgraph_get_collection","tags":["TrainingPlanCourseCertificate"],"responses":{"200":{"description":"Graph data","content":{"application\/json":{"schema":{"type":"object"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan course certificate graph data","description":"Retrieves the collection of TrainingPlanCourseCertificate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"attendee.profileMember.organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember.organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.profileMember","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.profileMember.userProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.profileMember.userProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"attendee.trainingPlanCourse","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"attendee.trainingPlanCourse[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"order[date]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[expirationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"date[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"expirationDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"isProcessed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[expirationDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/training_plan_course_certificates\/{id}":{"get":{"operationId":"api_training_plan_course_certificates_id_get","tags":["TrainingPlanCourseCertificate"],"responses":{"200":{"description":"TrainingPlanCourseCertificate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseCertificate resource.","description":"Retrieves a TrainingPlanCourseCertificate resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseCertificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_course_certificates_id_delete","tags":["TrainingPlanCourseCertificate"],"responses":{"204":{"description":"TrainingPlanCourseCertificate resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the TrainingPlanCourseCertificate resource.","description":"Removes the TrainingPlanCourseCertificate resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseCertificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_certificates_id_patch","tags":["TrainingPlanCourseCertificate"],"responses":{"200":{"description":"TrainingPlanCourseCertificate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseCertificate resource.","description":"Updates the TrainingPlanCourseCertificate resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseCertificate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseCertificate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_dates":{"get":{"operationId":"api_training_plan_course_dates_get_collection","tags":["TrainingPlanCourseDate"],"responses":{"200":{"description":"TrainingPlanCourseDate collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}}}}]}}}}},"summary":"Retrieves the collection of TrainingPlanCourseDate resources.","description":"Retrieves the collection of TrainingPlanCourseDate resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"member.trainingPlanCourse.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.trainingPlanCourse.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"member.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"member.profileMember.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.profileMember.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"year","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"integer"},"style":"form","explode":false},{"name":"year[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"integer"}},"style":"form","explode":true},{"name":"member.trainingPlanCourse.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.trainingPlanCourse.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"member.trainingPlanCourse.dateType","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"member.trainingPlanCourse.dateType[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"processed","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"exists[member]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"date[before]","in":"query","description":"Return items on or **before** this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_before]","in":"query","description":"Return items **before** this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[after]","in":"query","description":"Return items on or **after** this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"date[strictly_after]","in":"query","description":"Return items **after** this date (YYYY-MM-DD).","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"Filter by organisation profile ID. Required for optimal performance when using date ranges.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"order[day]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[month]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[year]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[isFullyPresent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[durationPresent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[lawfullyAbscent]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[location]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[startTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[endTime]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[durationForDate]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[subject]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[processed]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[id]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[createdAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"order[updatedAt]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","default":"asc","enum":["asc","desc"]},"style":"form","explode":false},{"name":"search","in":"query","description":"Search by course name or member details.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]}},"\/training_plan_course_dates\/bulk_update":{"patch":{"operationId":"api_training_plan_course_datesbulk_update_patch","tags":["TrainingPlanCourseDate"],"responses":{"200":{"description":"TrainingPlanCourseDate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseDate resource.","description":"Updates the TrainingPlanCourseDate resource.","parameters":[],"requestBody":{"description":"The updated TrainingPlanCourseDate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_dates\/{id}":{"get":{"operationId":"api_training_plan_course_dates_id_get","tags":["TrainingPlanCourseDate"],"responses":{"200":{"description":"TrainingPlanCourseDate resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseDate resource.","description":"Retrieves a TrainingPlanCourseDate resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseDate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_dates_id_patch","tags":["TrainingPlanCourseDate"],"responses":{"200":{"description":"TrainingPlanCourseDate resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseDate resource.","description":"Updates the TrainingPlanCourseDate resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseDate identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseDate resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}}},"required":true}}},"\/open\/training_plan_course_forms\/{id}":{"get":{"operationId":"api_opentraining_plan_course_forms_id_get","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Load a form publicly","description":"Returns the form version with blocks, options, available attendees, and course\/date metadata. Use the `date` query parameter for STATIC_DATES courses.","parameters":[{"name":"date","in":"query","description":"Course date UUID (required for STATIC_DATES courses)","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/open\/training_plan_course_forms\/{id}\/submissions":{"post":{"operationId":"api_opentraining_plan_course_forms_idsubmissions_post","tags":["TrainingPlanCourseForm"],"responses":{"201":{"description":"TrainingPlanCourseForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Submit a form publicly","description":"Creates a form submission with answers for the given course form. Attendee self-identifies via attendeeId.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourseForm resource","content":{"application\/json":{"schema":{"type":"object","required":["attendeeId","answers"],"properties":{"courseDateId":{"type":"string","nullable":true,"description":"Required for STATIC_DATES courses"},"attendeeId":{"type":"string"},"answers":{"type":"array","items":{"type":"object","required":["blockId"],"properties":{"blockId":{"type":"string"},"textValue":{"type":"string","nullable":true},"numericValue":{"type":"integer","nullable":true},"signatureData":{"type":"string","nullable":true},"choices":{"type":"array","items":{"type":"object","properties":{"optionId":{"type":"string"},"rowOptionId":{"type":"string","nullable":true}}}}}}}}}}},"required":false}}},"\/training_plan_course_forms":{"get":{"operationId":"api_training_plan_course_forms_get_collection","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseForm.jsonld-training_plan_course_form.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.list_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseForm.jsonld-training_plan_course_form.list_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.list_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get course form links","description":"Returns form-to-course links. Filter by `trainingPlanCourse.id` to get all forms linked to a specific course.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"trainingPlanCourse.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"trainingPlanCourse.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]},"post":{"operationId":"api_training_plan_course_forms_post","tags":["TrainingPlanCourseForm"],"responses":{"201":{"description":"TrainingPlanCourseForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Link a form to a course","description":"Creates a link between a published form template version and a training plan course, with delivery and reminder configuration.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseForm resource","content":{"application\/json":{"schema":{"type":"object","required":["trainingPlanCourse","formTemplateVersion"],"properties":{"trainingPlanCourse":{"type":"string","format":"iri","example":"\/api\/training_plan_courses\/uuid"},"formTemplateVersion":{"type":"string","format":"iri","example":"\/api\/form_template_versions\/uuid","description":"All delivery settings (trigger method, timing, reminders, name) are automatically copied from the template on create. Use PATCH to override them afterwards."}}}}},"required":false}}},"\/training_plan_course_forms\/{id}":{"get":{"operationId":"api_training_plan_course_forms_id_get","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get a course form link","description":"Returns the form-to-course link with delivery and reminder configuration.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_course_forms_id_delete","tags":["TrainingPlanCourseForm"],"responses":{"204":{"description":"TrainingPlanCourseForm resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Remove a form from a course","description":"Deletes the link between a form and a course. This does not delete the form template itself.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_forms_id_patch","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Update delivery settings","description":"Updates delivery settings (trigger method, timing, reminders) for a course form link.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseForm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm-training_plan_course_form.write.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm-training_plan_course_form.write.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm-training_plan_course_form.write.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_forms\/{id}\/results":{"get":{"operationId":"api_training_plan_course_forms_idresults_get","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get course form results","description":"Returns aggregated results for all submissions of this specific course form link.","parameters":[{"name":"dateGrouping","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["day","month","year"]},"style":"form","explode":false},{"name":"from","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"to","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/training_plan_course_forms\/{id}\/results\/export":{"get":{"operationId":"api_training_plan_course_forms_idresultsexport_get","tags":["TrainingPlanCourseForm"],"responses":{"200":{"description":"TrainingPlanCourseForm resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Export course form results","description":"Exports aggregated results as CSV, XLSX, or PDF.","parameters":[{"name":"format","in":"query","description":"","required":true,"deprecated":false,"schema":{"type":"string","enum":["csv","xlsx","pdf"]},"style":"form","explode":false},{"name":"dateGrouping","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","enum":["day","month","year"]},"style":"form","explode":false},{"name":"from","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"to","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string","format":"date"},"style":"form","explode":false},{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/training_plan_course_forms\/{id}\/send-reminders":{"post":{"operationId":"api_training_plan_course_forms_idsend-reminders_post","tags":["TrainingPlanCourseForm"],"responses":{"201":{"description":"TrainingPlanCourseForm resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Send manual reminders","description":"Sends reminder emails to all attendees who have not yet submitted.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseForm identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The new TrainingPlanCourseForm resource","content":{"application\/json":{"schema":{"type":"object"}}},"required":false}}},"\/training_plan_course_grants":{"get":{"operationId":"api_training_plan_course_grants_get_collection","tags":["TrainingPlanCourseGrant"],"responses":{"200":{"description":"TrainingPlanCourseGrant collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseGrant resources.","description":"Retrieves the collection of TrainingPlanCourseGrant resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requestDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"responseStatus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseStatus[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"grantType.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"grantType.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"search","in":"query","description":"Search by course, grant type, date or status.","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_course_grants_post","tags":["TrainingPlanCourseGrant"],"responses":{"201":{"description":"TrainingPlanCourseGrant resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseGrant resource.","description":"Creates a TrainingPlanCourseGrant resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseGrant resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant"}}},"required":true}}},"\/training_plan_course_grants\/approved":{"get":{"operationId":"api_training_plan_course_grantsapproved_get_collection","tags":["TrainingPlanCourseGrant"],"responses":{"200":{"description":"TrainingPlanCourseGrant collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseGrant.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseGrant.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseGrant resources.","description":"Retrieves the collection of TrainingPlanCourseGrant resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"requestDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"requestDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[strictly_before]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseDate[strictly_after]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"course.organisationProfile.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"course.organisationProfile.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"responseStatus","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"responseStatus[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"grantType.id","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"grantType.id[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true}]}},"\/training_plan_course_grants\/{id}":{"get":{"operationId":"api_training_plan_course_grants_id_get","tags":["TrainingPlanCourseGrant"],"responses":{"200":{"description":"TrainingPlanCourseGrant resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseGrant resource.","description":"Retrieves a TrainingPlanCourseGrant resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseGrant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_course_grants_id_delete","tags":["TrainingPlanCourseGrant"],"responses":{"204":{"description":"TrainingPlanCourseGrant resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the TrainingPlanCourseGrant resource.","description":"Removes the TrainingPlanCourseGrant resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseGrant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_grants_id_patch","tags":["TrainingPlanCourseGrant"],"responses":{"200":{"description":"TrainingPlanCourseGrant resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseGrant resource.","description":"Updates the TrainingPlanCourseGrant resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseGrant identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseGrant resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonMergePatch"}}},"required":true}}},"\/training_plan_course_grant_dynamic_field_values":{"get":{"operationId":"api_training_plan_course_grant_dynamic_field_values_get_collection","tags":["TrainingPlanCourseGrantDynamicFieldValue"],"responses":{"200":{"description":"TrainingPlanCourseGrantDynamicFieldValue collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseGrantDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseGrantDynamicFieldValue.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of TrainingPlanCourseGrantDynamicFieldValue resources.","description":"Retrieves the collection of TrainingPlanCourseGrantDynamicFieldValue resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_course_grant_dynamic_field_values_post","tags":["TrainingPlanCourseGrantDynamicFieldValue"],"responses":{"201":{"description":"TrainingPlanCourseGrantDynamicFieldValue resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseGrantDynamicFieldValue resource.","description":"Creates a TrainingPlanCourseGrantDynamicFieldValue resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseGrantDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue"}}},"required":true}}},"\/training_plan_course_grant_dynamic_field_values\/{id}":{"get":{"operationId":"api_training_plan_course_grant_dynamic_field_values_id_get","tags":["TrainingPlanCourseGrantDynamicFieldValue"],"responses":{"200":{"description":"TrainingPlanCourseGrantDynamicFieldValue resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseGrantDynamicFieldValue resource.","description":"Retrieves a TrainingPlanCourseGrantDynamicFieldValue resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseGrantDynamicFieldValue identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/training_plan_course_themes":{"get":{"operationId":"api_training_plan_course_themes_get_collection","tags":["TrainingPlanCourseTheme"],"responses":{"200":{"description":"TrainingPlanCourseTheme collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}}}}]}},"application\/json":{"schema":{"type":"object","description":"TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of TrainingPlanCourseTheme resources.","description":"Retrieves the collection of TrainingPlanCourseTheme resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"organisationProfile","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"string"},"style":"form","explode":false},{"name":"organisationProfile[]","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"array","items":{"type":"string"}},"style":"form","explode":true},{"name":"usableInTrainingPlan","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false},{"name":"visibleForEmployees","in":"query","description":"","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_training_plan_course_themes_post","tags":["TrainingPlanCourseTheme"],"responses":{"201":{"description":"TrainingPlanCourseTheme resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a TrainingPlanCourseTheme resource.","description":"Creates a TrainingPlanCourseTheme resource.","parameters":[],"requestBody":{"description":"The new TrainingPlanCourseTheme resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme"}}},"required":true}}},"\/training_plan_course_themes\/{id}":{"get":{"operationId":"api_training_plan_course_themes_id_get","tags":["TrainingPlanCourseTheme"],"responses":{"200":{"description":"TrainingPlanCourseTheme resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a TrainingPlanCourseTheme resource.","description":"Retrieves a TrainingPlanCourseTheme resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseTheme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_training_plan_course_themes_id_delete","tags":["TrainingPlanCourseTheme"],"responses":{"204":{"description":"TrainingPlanCourseTheme resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the TrainingPlanCourseTheme resource.","description":"Removes the TrainingPlanCourseTheme resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseTheme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_training_plan_course_themes_id_patch","tags":["TrainingPlanCourseTheme"],"responses":{"200":{"description":"TrainingPlanCourseTheme resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the TrainingPlanCourseTheme resource.","description":"Updates the TrainingPlanCourseTheme resource.","parameters":[{"name":"id","in":"path","description":"TrainingPlanCourseTheme identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated TrainingPlanCourseTheme resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonMergePatch"}}},"required":true}}},"\/users\/deactivate":{"patch":{"operationId":"api_usersdeactivate_patch","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Activates a platform user","description":"Updates the User resource.","parameters":[],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"type":"string"}}},"example":{"token":"user_activation_token_goes_here"}}},"required":false}}},"\/users\/disable_2fa":{"post":{"operationId":"api_usersdisable_2fa_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Disable 2FA for user","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/users\/enable_2fa":{"post":{"operationId":"api_usersenable_2fa_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Generate and send 2FA code to user","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/users\/enable_2fa_registration":{"post":{"operationId":"api_usersenable_2fa_registration_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Automatically activates 2FA for user after registration (if they're correctly signed in)","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/users\/invalidate_trusted_devices":{"post":{"operationId":"api_usersinvalidate_trusted_devices_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Invalidate trusted device","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/users\/privacy":{"get":{"operationId":"api_usersprivacy_get_collection","tags":["User"],"responses":{"200":{"description":"User collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"User.jsonld-id_timestamps_user_read_mfa collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}}}]}},"application\/json":{"schema":{"type":"object","description":"User.jsonld-id_timestamps_user_read_mfa collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}}}]}}}}},"summary":"Get all privacy items","description":"Retrieves the collection of User resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/users\/register":{"post":{"operationId":"api_usersregister_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Register a new platform user","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"password":{"type":"string"},"language":{"type":"string"},"referral":{"type":"string"}}},"example":{"firstName":"John","lastName":"Smith","emailAddress":"john.smith@example.com","password":"my_secure_password","language":"\/languages\/en","referral":"\/referrals\/id"}}},"required":false}}},"\/users\/request_password_reset":{"post":{"operationId":"api_usersrequest_password_reset_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Requests a password reset","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/json":{"schema":{"type":"object","properties":{"emailAddress":{"type":"string"}}},"example":{"emailAddress":"john.smith@example.com"}}},"required":false}}},"\/users\/resend_2fa":{"post":{"operationId":"api_usersresend_2fa_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Resend 2FA code","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/users\/reset_password":{"patch":{"operationId":"api_usersreset_password_patch","tags":["User"],"responses":{"200":{"description":"User resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Set a new password for user","description":"Updates the User resource.","parameters":[],"requestBody":{"description":"The updated User resource","content":{"application\/json":{"schema":{"type":"object","properties":{"token":{"type":"string"},"password":{"type":"string"}}},"example":{"token":"password_reset_token_goes_here","password":"my_new_password"}}},"required":false}}},"\/users\/validate_2fa":{"post":{"operationId":"api_usersvalidate_2fa_post","tags":["User"],"responses":{"201":{"description":"User resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Validate 2FA code","description":"Creates a User resource.","parameters":[],"requestBody":{"description":"The new User resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/User"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User"}}},"required":true}}},"\/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-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a User resource.","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_users_id_delete","tags":["User"],"responses":{"204":{"description":"User resource deleted"},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the User resource.","description":"Removes the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":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-id_timestamps_user_read_mfa"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_user_read_mfa"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the User resource.","description":"Updates the User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated User resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/User.jsonMergePatch"}}},"required":true}}},"\/users\/{id}\/icalendar":{"get":{"operationId":"api_users_idicalendar_get","tags":["User"],"responses":{"200":{"description":"User resource","content":{"text\/calendar":{"schema":{"$ref":"#\/components\/schemas\/User.ics-id_timestamps_user_read_mfa"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Generate iCalendar file for user","description":"Retrieves a User resource.","parameters":[{"name":"id","in":"path","description":"User identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/user_profiles":{"get":{"operationId":"api_user_profiles_get_collection","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"UserProfile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"UserProfile.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of UserProfile resources.","description":"Retrieves the collection of UserProfile resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_user_profiles_post","tags":["UserProfile"],"responses":{"201":{"description":"UserProfile resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a UserProfile resource.","description":"Creates a UserProfile resource.","parameters":[],"requestBody":{"description":"The new UserProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile"}}},"required":true}}},"\/user_profiles\/{id}":{"get":{"operationId":"api_user_profiles_id_get","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a UserProfile resource.","description":"Retrieves a UserProfile resource.","parameters":[{"name":"id","in":"path","description":"UserProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_user_profiles_id_patch","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the UserProfile resource.","description":"Updates the UserProfile resource.","parameters":[{"name":"id","in":"path","description":"UserProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated UserProfile resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonMergePatch"}}},"required":true}}},"\/user_profiles\/{id}\/training_cv":{"get":{"operationId":"api_user_profiles_idtraining_cv_get","tags":["UserProfile"],"responses":{"200":{"description":"UserProfile resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Get training plan","description":"Retrieves a UserProfile resource.","parameters":[{"name":"id","in":"path","description":"UserProfile identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/user_referrals":{"post":{"operationId":"api_user_referrals_post","tags":["UserReferral"],"responses":{"201":{"description":"UserReferral resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a UserReferral resource.","description":"Creates a UserReferral resource.","parameters":[],"requestBody":{"description":"The new UserReferral resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral"}}},"required":true}}},"\/user_referrals\/{id}":{"get":{"operationId":"api_user_referrals_id_get","tags":["UserReferral"],"responses":{"200":{"description":"UserReferral resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a UserReferral resource.","description":"Retrieves a UserReferral resource.","parameters":[{"name":"id","in":"path","description":"UserReferral identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"patch":{"operationId":"api_user_referrals_id_patch","tags":["UserReferral"],"responses":{"200":{"description":"UserReferral resource updated","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Updates the UserReferral resource.","description":"Updates the UserReferral resource.","parameters":[{"name":"id","in":"path","description":"UserReferral identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}],"requestBody":{"description":"The updated UserReferral resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonMergePatch"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonMergePatch"}},"application\/vnd.api+json":{"schema":{"$ref":"#\/components\/schemas\/UserReferral.jsonMergePatch"}}},"required":true}}},"\/presences\/{presenceId}\/video_trackings":{"get":{"operationId":"api_presences_presenceIdvideo_trackings_get_collection","tags":["VideoTracking"],"responses":{"200":{"description":"VideoTracking collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"VideoTracking.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"VideoTracking.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of VideoTracking resources.","description":"Retrieves the collection of VideoTracking resources.","parameters":[{"name":"presenceId","in":"path","description":"VideoTracking identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]}},"\/video_trackings":{"get":{"operationId":"api_video_trackings_get_collection","tags":["VideoTracking"],"responses":{"200":{"description":"VideoTracking collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"VideoTracking.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"VideoTracking.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}}}]}}}}},"summary":"Retrieves the collection of VideoTracking resources.","description":"Retrieves the collection of VideoTracking resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_video_trackings_post","tags":["VideoTracking"],"responses":{"201":{"description":"VideoTracking resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}}},"summary":"Creates a VideoTracking resource.","description":"Creates a VideoTracking resource.","parameters":[],"requestBody":{"description":"The new VideoTracking resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking"}}},"required":true}}},"\/video_trackings\/{id}":{"get":{"operationId":"api_video_trackings_id_get","tags":["VideoTracking"],"responses":{"200":{"description":"VideoTracking resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}}}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a VideoTracking resource.","description":"Retrieves a VideoTracking resource.","parameters":[{"name":"id","in":"path","description":"VideoTracking identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}},"\/webhooks":{"get":{"operationId":"api_webhooks_get_collection","tags":["Webhook"],"responses":{"200":{"description":"Webhook collection","content":{"application\/ld+json":{"schema":{"type":"object","description":"Webhook.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}}}}]}},"application\/json":{"schema":{"type":"object","description":"Webhook.jsonld collection.","allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchema"},{"type":"object","required":["hydra:member"],"properties":{"hydra:member":{"type":"array","items":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}}}}]}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves the collection of Webhook resources.","description":"Retrieves the collection of Webhook resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"schema":{"type":"integer","default":1},"style":"form","explode":false},{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"schema":{"type":"integer","default":48,"minimum":0,"maximum":30},"style":"form","explode":false},{"name":"pagination","in":"query","description":"Enable or disable pagination","required":false,"deprecated":false,"schema":{"type":"boolean"},"style":"form","explode":false}]},"post":{"operationId":"api_webhooks_post","tags":["Webhook"],"responses":{"201":{"description":"Webhook resource created","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}}},"links":{}},"400":{"description":"Invalid input","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"422":{"description":"An error occurred","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ConstraintViolation"}}},"links":{}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Creates a Webhook resource.","description":"Creates a Webhook resource.","parameters":[],"requestBody":{"description":"The new Webhook resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook"}}},"required":true}}},"\/webhooks\/{id}":{"get":{"operationId":"api_webhooks_id_get","tags":["Webhook"],"responses":{"200":{"description":"Webhook resource","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Webhook.jsonld"}}}},"403":{"description":"Forbidden","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Retrieves a Webhook resource.","description":"Retrieves a Webhook resource.","parameters":[{"name":"id","in":"path","description":"Webhook identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]},"delete":{"operationId":"api_webhooks_id_delete","tags":["Webhook"],"responses":{"204":{"description":"Webhook resource deleted"},"404":{"description":"Not found","content":{"application\/ld+json":{"schema":{"$ref":"#\/components\/schemas\/Error.jsonld"}},"application\/problem+json":{"schema":{"$ref":"#\/components\/schemas\/Error"}},"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Error"}}},"links":{}}},"summary":"Removes the Webhook resource.","description":"Removes the Webhook resource.","parameters":[{"name":"id","in":"path","description":"Webhook identifier","required":true,"deprecated":false,"schema":{"type":"string"},"style":"simple","explode":false}]}}},"components":{"schemas":{"AIProfile.ics":{"type":"object","properties":{"description":{"type":["string","null"]}}},"AIProfile.jsonld":{"type":"object","properties":{"description":{"type":["string","null"]}}},"AcademyHomepage.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"sortOrder":{"type":["integer","null"]},"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"profession":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"AcademyHomepage.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"sortOrder":{"type":["integer","null"]},"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_academy_homepage_list_profession_product_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"AcademyTag.jsonld":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld"}},"tagProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"AcademyTag.jsonld-id_product.professions":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_product.professions"}},"id":{"readOnly":true,"type":"string"}}},"AcademyTag.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_branches.professions":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_branches.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_product.professions":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_product.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_profession_list":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_profession_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_profession_product_list":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_profession_product_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_profession_product_read":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_profession_product_read"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTag.jsonld-id_timestamps_tag_profession_list":{"type":"object","properties":{"names":{"type":"array","items":{"$ref":"#\/components\/schemas\/AcademyTagName.jsonld-id_timestamps_tag_profession_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld":{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld"},"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"AcademyTagName.jsonld-id_product.professions":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"AcademyTagName.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_branches.professions":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_product.professions":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_profession_list":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_profession_product_list":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_profession_product_read":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AcademyTagName.jsonld-id_timestamps_tag_profession_list":{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address":{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"},"readOnly":true},"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Address.ics":{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.ics"},"readOnly":true},"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Address.jsonld":{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld"},"readOnly":true},"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Address.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-course.read_course.series":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld-course.series_id_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-evaluation_form_entry.read":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld-id_course_bundle.read_course.series":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"Address.jsonld-id_enrolment.read_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_enrolment_read_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_location_read":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_person.read_person.item":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_series.budget":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_series.enrolment-sessions":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_series.read.item":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_series.read_address.read":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_series.sessions":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_session.budget":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-id_timestamps_teacher_read":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-organisation_profile_member_list_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-organisation_profile_member_read_id_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-organisation_profiles_read_id_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-product.code.read_id_timestamps_product.read":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-product.list_id":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"Address.jsonld-product.read_id":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"Address.jsonld-series.budget":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"}}},"Address.jsonld-series.budget_session.budget_id":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"Address.jsonld-session.read_id_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Address.jsonld-session.simple_id_timestamps":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AddressDto":{"type":"object","properties":{"address":{"type":"string"},"postcode":{"type":"string"},"city":{"type":"string"},"country":{"type":"string"},"id":{"type":["string","null"]}}},"AdvancedMemberPermission":{"type":"object","properties":{"canAddColleaguesToRequest":{"default":false,"type":"boolean"},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"canManageAdministrators":{"type":"boolean"},"canManageWages":{"type":"boolean"},"canManageAttachments":{"type":"boolean"},"canManageCertificates":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"permissions":{"readOnly":true,"description":"Returns all the permissions that this user has access to","type":"array","items":{"type":["string","null"]}}}},"AdvancedMemberPermission.jsonld":{"type":"object","properties":{"canAddColleaguesToRequest":{"default":false,"type":"boolean"},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"canManageAdministrators":{"type":"boolean"},"canManageWages":{"type":"boolean"},"canManageAttachments":{"type":"boolean"},"canManageCertificates":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"permissions":{"readOnly":true,"description":"Returns all the permissions that this user has access to","type":"array","items":{"type":["string","null"]}}}},"AdvancedMemberPermission.jsonld-organisation_profile_member_read_id_timestamps":{"type":"object","properties":{"canAddColleaguesToRequest":{"default":false,"type":"boolean"},"canManageAdministrators":{"type":"boolean"},"canManageWages":{"type":"boolean"},"canManageAttachments":{"type":"boolean"},"canManageCertificates":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"AiQueryResult":{"type":"object","properties":{"prompt":{"type":"string"},"result":{"type":["array","null"],"items":{"type":["string","null"]}},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"AiQueryResult.ics":{"type":"object","properties":{"prompt":{"type":"string"},"result":{"type":["array","null"],"items":{"type":["string","null"]}},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"AiQueryResult.jsonld":{"type":"object","properties":{"prompt":{"type":"string"},"result":{"type":["array","null"],"items":{"type":["string","null"]}},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"AiQueryResult.jsonld-organisation_profile_member_read_id_timestamps":{"type":"object","properties":{"result":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Answer":{"type":"object","properties":{"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Answer.jsonMergePatch":{"type":"object","properties":{"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Answer.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}]},"Answer.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"}}}]},"Answer.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Answer.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Answer.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Answer.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"score":{"type":"integer"},"position":{"type":"integer"}}}]},"ArrayCollection":{"type":"object","properties":{"elements":{"writeOnly":true,"description":"An array containing the entries of this collection.","type":"array","items":{"type":["string","null"]}},"keys":{"readOnly":true,"description":"{@inheritDoc}"},"values":{"readOnly":true,"description":"{@inheritDoc}"},"empty":{"readOnly":true,"description":"{@inheritDoc}"},"iterator":{"readOnly":true,"description":"{@inheritDoc}","type":"array","items":{"type":["string","null"]}}}},"ArrayCollection.ics":{"type":"object","properties":{"elements":{"writeOnly":true,"description":"An array containing the entries of this collection.","type":"array","items":{"type":["string","null"]}},"keys":{"readOnly":true,"description":"{@inheritDoc}"},"values":{"readOnly":true,"description":"{@inheritDoc}"},"empty":{"readOnly":true,"description":"{@inheritDoc}"},"iterator":{"readOnly":true,"description":"{@inheritDoc}","type":"array","items":{"type":["string","null"]}}}},"ArrayCollection.jsonld":{"type":"object","properties":{"elements":{"writeOnly":true,"description":"An array containing the entries of this collection.","type":"array","items":{"type":["string","null"]}},"keys":{"readOnly":true,"description":"{@inheritDoc}"},"values":{"readOnly":true,"description":"{@inheritDoc}"},"empty":{"readOnly":true,"description":"{@inheritDoc}"},"iterator":{"readOnly":true,"description":"{@inheritDoc}","type":"array","items":{"type":["string","null"]}}}},"ArrayCollection.jsonld-organisation_profiles_read_id_timestamps":{"type":"object"},"Article":{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"visible":{"default":true,"type":"boolean"},"attachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sources":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"author":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"children":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"manuals":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle"}},"relatedArticleIds":{"type":"array","items":{"type":["string","null"]}},"publish":{"default":false,"type":"boolean"},"articleReadLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"questions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"childrenCount":{"readOnly":true,"type":"integer"},"parentTitle":{"readOnly":true,"type":["string","null"]},"relatedArticleTargets":{"readOnly":true},"estimatedReadTime":{"readOnly":true,"type":"integer"},"draft":{"readOnly":true},"latestVersion":{"readOnly":true,"type":["integer","null"]}}},"Article.jsonMergePatch":{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"visible":{"default":true,"type":"boolean"},"attachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sources":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"author":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"children":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"manuals":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle"}},"relatedArticleIds":{"type":"array","items":{"type":["string","null"]}},"publish":{"default":false,"type":"boolean"},"articleReadLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"questions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"childrenCount":{"readOnly":true,"type":"integer"},"parentTitle":{"readOnly":true,"type":["string","null"]},"relatedArticleTargets":{"readOnly":true},"estimatedReadTime":{"readOnly":true,"type":"integer"},"draft":{"readOnly":true},"latestVersion":{"readOnly":true,"type":["integer","null"]}}},"Article.jsonld-article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"visible":{"default":true,"type":"boolean"},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-article.detail.read"}},"sources":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-article.detail.read"}},"author":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-article.detail.read"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-article.detail.read"}},"slug":{"type":["string","null"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"parentTitle":{"readOnly":true,"type":["string","null"]},"estimatedReadTime":{"readOnly":true,"type":"integer"},"draft":{"readOnly":true},"latestVersion":{"readOnly":true,"type":["integer","null"]}}}]},"Article.jsonld-article.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"visible":{"default":true,"type":"boolean"},"position":{"type":"integer"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-article.list.read"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-article.list.read"}},"slug":{"type":["string","null"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Article.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Article.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Article.jsonld-manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.detail.read"}},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.detail.read"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-manual_article.detail.read"}},"slug":{"type":["string","null"]}}},"Article.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.detail.read_id_timestamps"}},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.detail.read_id_timestamps"}},"versions":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-manual_article.detail.read_id_timestamps"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-manual_article.detail.read_id_timestamps"}},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Article.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"visible":{"default":true,"type":"boolean"},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.list.read_id_timestamps"}},"sources":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.list.read_id_timestamps"}},"author":{"$ref":"#\/components\/schemas\/ClientUser.jsonld-manual_article.list.read_id_timestamps"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.list.read_id_timestamps"}},"versions":{"type":"array","items":{"$ref":"#\/components\/schemas\/ArticleVersion.jsonld-manual_article.list.read_id_timestamps"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-manual_article.list.read_id_timestamps"}},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Article.jsonld-manual_article.list.read_manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"number":{"type":"string"},"content":{},"summary":{},"visible":{"default":true,"type":"boolean"},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.list.read_manual_article.detail.read"}},"sources":{"type":"array","items":{"$ref":"#\/components\/schemas\/Media.jsonld-manual_article.list.read_manual_article.detail.read"}},"author":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.list.read_manual_article.detail.read"}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"relatedArticles":{"type":"array","items":{"$ref":"#\/components\/schemas\/RelatedArticle.jsonld-manual_article.list.read_manual_article.detail.read"}},"slug":{"type":["string","null"]}}},"ArticleActivity.jsonld-article_activity.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"type":"string"},"userName":{"type":"string"},"article":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstRead":{"type":"string","format":"date-time"},"lastRead":{"type":"string","format":"date-time"}}}]},"ArticleReadLog":{"type":"object","properties":{"article":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"start":{"type":"string","format":"date-time"},"secondsRead":{"type":"integer"},"version":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"estimatedReadTime":{"readOnly":true,"type":"integer"}}},"ArticleReadLog.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"article":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"start":{"type":"string","format":"date-time"},"secondsRead":{"type":"integer"},"version":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"estimatedReadTime":{"readOnly":true,"type":"integer"}}}]},"ArticleVersion":{"type":"object","properties":{"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"content":{},"summary":{},"author":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"number":{"type":"integer"},"estimatedReadTime":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"ArticleVersion.jsonld-ARTICLE_VERSION_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"content":{},"summary":{},"author":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-ARTICLE_VERSION_READ"},{"type":"null"}]},"number":{"type":"integer"},"estimatedReadTime":{"type":"integer"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ArticleVersion.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ArticleVersion.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Audit.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"type":{"type":"string"},"objectId":{"type":"string"},"discriminator":{"type":"string"},"transactionHash":{"type":"string"},"diffs":{"type":"string"},"blameId":{"type":"string"},"blameUser":{"type":"string"},"blameUserFqdn":{"type":"string"},"blameUserFirewall":{"type":"string"},"ip":{"type":"string"},"createdAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonMergePatch":{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"mailColor":{"type":["string","null"]},"mollieTestKey":{"type":["string","null"]},"mollieLiveKey":{"type":["string","null"]},"copyEmailAddresses":{"default":"","type":["string","null"]},"ssoLoginScreen":{"default":false,"type":"boolean"},"evaluationForms":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticPresentOnSession":{"default":false,"type":"boolean"},"automaticPassedOnSeries":{"default":false,"type":"boolean"},"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"logs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"enableAcademy":{"default":false,"type":["boolean","null"]},"professions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"emailAddressInCompany":{"type":["string","null"]},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/BranchEnabledDynamicField"}},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"jointCommittees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"fullAddress":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}},"Branch.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"mailColor":{"type":["string","null"]},"mollieTestKey":{"type":["string","null"]},"mollieLiveKey":{"type":["string","null"]},"copyEmailAddresses":{"default":"","type":["string","null"]},"ssoLoginScreen":{"default":false,"type":"boolean"},"evaluationForms":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticPresentOnSession":{"default":false,"type":"boolean"},"automaticPassedOnSeries":{"default":false,"type":"boolean"},"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"logs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"enableAcademy":{"default":false,"type":["boolean","null"]},"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld"}},"emailAddressInCompany":{"type":["string","null"]},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/BranchEnabledDynamicField.jsonld"}},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"jointCommittees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"fullAddress":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-branches.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"mailColor":{"type":["string","null"]},"copyEmailAddresses":{"default":"","type":["string","null"]},"ssoLoginScreen":{"default":false,"type":"boolean"},"automaticPresentOnSession":{"default":false,"type":"boolean"},"automaticPassedOnSeries":{"default":false,"type":"boolean"},"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"enableAcademy":{"default":false,"type":["boolean","null"]},"emailAddressInCompany":{"type":["string","null"]},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/BranchEnabledDynamicField.jsonld-branches.read_id_timestamps"}},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-branches.read_id_timestamps"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]}}}]},"Branch.jsonld-id_course.collection.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Branch.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"vanityUrl":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"Branch.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"favicon":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"favicon":{"type":["string","null"]},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"Branch.jsonld-id_log_list_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_log_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_branches.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"mailColor":{"type":["string","null"]},"mollieTestKey":{"type":["string","null"]},"mollieLiveKey":{"type":["string","null"]},"copyEmailAddresses":{"default":"","type":["string","null"]},"ssoLoginScreen":{"default":false,"type":"boolean"},"automaticPresentOnSession":{"default":false,"type":"boolean"},"automaticPassedOnSeries":{"default":false,"type":"boolean"},"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"enableAcademy":{"default":false,"type":["boolean","null"]},"emailAddressInCompany":{"type":["string","null"]},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_timestamps_branches.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_branches.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_branches.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"mailColor":{"type":["string","null"]},"copyEmailAddresses":{"default":"","type":["string","null"]},"ssoLoginScreen":{"default":false,"type":"boolean"},"automaticPresentOnSession":{"default":false,"type":"boolean"},"automaticPassedOnSeries":{"default":false,"type":"boolean"},"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"enableAcademy":{"default":false,"type":["boolean","null"]},"emailAddressInCompany":{"type":["string","null"]},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/BranchEnabledDynamicField.jsonld-id_timestamps_branches.read"}},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-id_timestamps_branches.read"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_timestamps_client_users.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_client_users.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"name":{"type":"string"},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_organisation.subresource":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enableAcademy":{"default":false,"type":["boolean","null"]},"favicon":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"public":{"readOnly":true}}}]},"Branch.jsonld-id_timestamps_organisation_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_person.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"favicon":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_person.read_person.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"automaticPassedTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"favicon":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddressInCompany":{"type":["string","null"]},"favicon":{"type":["string","null"]},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddressInCompany":{"type":["string","null"]},"favicon":{"type":["string","null"]},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"referer":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]}}}]},"Branch.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"catalogUrl":{"type":["string","null"]},"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"emailAddressInCompany":{"type":["string","null"]},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"logo":{"type":["string","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"baseline":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"fullAddress":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"favicon":{"type":["string","null"]},"name":{"type":"string"},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"Branch.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"defaultNoMailInAdmin":{"default":false,"type":"boolean"},"emailAddressInCompany":{"type":["string","null"]},"favicon":{"type":["string","null"]},"enrolmentStudentMailContent":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":["string","null"]},"logo":{"type":["string","null"]},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"vanityUrl":{"type":["string","null"]},"enrolmentMailContent":{"type":["string","null"]},"termsAndConditions":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"public":{"readOnly":true}}}]},"Branch.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"colour":{"type":["string","null"]},"initials":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Branch.jsonld-training_plan_course.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"logo":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"Branch.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"favicon":{"type":["string","null"]},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"BranchEnabledDynamicField":{"type":"object","properties":{"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledDynamicField":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"BranchEnabledDynamicField.jsonld":{"type":"object","properties":{"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledDynamicField":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"BranchEnabledDynamicField.jsonld-branches.read_id_timestamps":{"type":"object","properties":{"enabledDynamicField":{"anyOf":[{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld-branches.read_id_timestamps"},{"type":"null"}]},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"BranchEnabledDynamicField.jsonld-id_timestamps_branches.read":{"type":"object","properties":{"enabledDynamicField":{"anyOf":[{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld-id_timestamps_branches.read"},{"type":"null"}]},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Certificate":{"type":"object","properties":{"name":{"type":"string"},"enrolment":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"student":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonMergePatch"}},"visibleForStudent":{"default":true,"type":"boolean"},"variation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isRegenerating":{"default":false,"type":"boolean"},"isForced":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}},"Certificate.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"enrolment":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"student":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonMergePatch"}},"visibleForStudent":{"default":true,"type":"boolean"},"variation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isRegenerating":{"default":false,"type":"boolean"},"isForced":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}},"Certificate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"enrolment":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"student":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld"},{"type":"null"}]},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld"},{"type":"null"}]},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld"}},"visibleForStudent":{"default":true,"type":"boolean"},"variation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isRegenerating":{"default":false,"type":"boolean"},"isForced":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}}]},"Certificate.jsonld-id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Certificate.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_certificate.read"},{"type":"null"}]},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_certificate.read"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_certificate.read"},{"type":"null"}]},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld-id_certificate.read"}},"visibleForStudent":{"default":true,"type":"boolean"},"isRegenerating":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}}]},"Certificate.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Certificate.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"student":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld-id_timestamps_certificate.certificate_info"}},"visibleForStudent":{"default":true,"type":"boolean"},"variation":{"anyOf":[{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"isRegenerating":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}}]},"Certificate.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_certificate.read"},{"type":"null"}]},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_certificate.read"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_certificate.read"},{"type":"null"}]},"validUntil":{"type":["string","null"],"format":"date-time"},"certificateFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateField.jsonld-id_timestamps_certificate.read"}},"visibleForStudent":{"default":true,"type":"boolean"},"isRegenerating":{"default":false,"type":"boolean"},"author":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"studentName":{"readOnly":true,"type":["string","null"]},"organisationName":{"readOnly":true,"type":["string","null"]},"organisationId":{"readOnly":true,"type":["string","null"]}}}]},"CertificateField":{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonMergePatch"}},"certificate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateField.jsonMergePatch":{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonMergePatch"}},"certificate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld"}},"certificate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CertificateField.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld-id_certificate.read"}},"id":{"readOnly":true,"type":"string"}}}]},"CertificateField.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld-id_timestamps_certificate.certificate_info"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateField.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"fieldValue":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateFieldValue.jsonld-id_timestamps_certificate.read"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateFieldValue":{"type":"object","properties":{"value":{"type":"string"},"certificateField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateFieldValue.jsonMergePatch":{"type":"object","properties":{"value":{"type":"string"},"certificateField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"value":{"type":"string"},"certificateField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CertificateFieldValue.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"CertificateFieldValue.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateFieldValue.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType":{"type":"object","properties":{"name":{"type":"string"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"seriesCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sessionCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"langSelector":{"default":false,"type":"boolean"},"autoGenerate":{"default":true,"type":"boolean"},"certificateTypeVariations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"generationMode":{"default":"default","type":"string","enum":["default","generate_extra","overwrite"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateType.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"seriesCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sessionCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"langSelector":{"default":false,"type":"boolean"},"autoGenerate":{"default":true,"type":"boolean"},"certificateTypeVariations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"generationMode":{"default":"default","type":"string","enum":["default","generate_extra","overwrite"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateType.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"seriesCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sessionCertificateTypes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"langSelector":{"default":false,"type":"boolean"},"autoGenerate":{"default":true,"type":"boolean"},"certificateTypeVariations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"generationMode":{"default":"default","type":"string","enum":["default","generate_extra","overwrite"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CertificateType.jsonld-certificate_type.list_certificate_type.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-certificate_type.list_certificate_type.read_id"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"langSelector":{"default":false,"type":"boolean"},"autoGenerate":{"default":true,"type":"boolean"},"generationMode":{"default":"default","type":"string","enum":["default","generate_extra","overwrite"]},"id":{"readOnly":true,"type":"string"}}}]},"CertificateType.jsonld-certificate_type.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-certificate_type.read_id_timestamps"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"langSelector":{"default":false,"type":"boolean"},"autoGenerate":{"default":true,"type":"boolean"},"generationMode":{"default":"default","type":"string","enum":["default","generate_extra","overwrite"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_enrolment.read_timestamps"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_timestamps_certificate_type.read-variation":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"certificateTypeVariations":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_timestamps_series.enrolment-sessions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_timestamps_series.general"}},"defaultVisible":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_timestamps_series.read_address.read"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateType.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"allowedForSessions":{"type":"boolean"},"allowedForSeries":{"type":"boolean"},"enabledByDefault":{"type":"boolean"},"degree":{"default":false,"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-session.read_id_timestamps"}},"validity":{"type":["integer","null"]},"defaultVisible":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField":{"type":"object","properties":{"label":{"type":"string"},"type":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeField.jsonMergePatch":{"type":"object","properties":{"label":{"type":"string"},"type":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"type":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CertificateTypeField.jsonld-certificate_type.list_certificate_type.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CertificateTypeField.jsonld-certificate_type.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeField.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeFieldValue":{"type":"object","properties":{"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeFieldValue.jsonMergePatch":{"type":"object","properties":{"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld"},"value":{"type":"string"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CertificateTypeFieldValue.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_enrolment.read_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeFieldValue.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeFieldValue.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_timestamps_series.general"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeFieldValue.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-id_timestamps_series.read_address.read"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeFieldValue.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/CertificateTypeField.jsonld-session.read_id_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeVariation":{"type":"object","properties":{"name":{"type":"string"},"rules":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariationRule"}},"certificateType":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"default":0,"type":"integer"},"template":{"type":["string","null"]},"landscapeTemplate":{"default":false,"type":"boolean"},"webhook":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeVariation.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"rules":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariationRule"}},"certificateType":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"default":0,"type":"integer"},"template":{"type":["string","null"]},"landscapeTemplate":{"default":false,"type":"boolean"},"webhook":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CertificateTypeVariation.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeVariation.jsonld-id_timestamps_certificate_type.read-variation":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"rules":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariationRule.jsonld-id_timestamps_certificate_type.read-variation"}},"position":{"default":0,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CertificateTypeVariationRule":{"type":"object","properties":{"certificateTypeVariation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rule":{"default":"customer:must-be-enrolled","type":"string","enum":["customer:must-be-enrolled-on-session-level","customer:must-be-present-on-session-level","customer:must-be-enrolled","customer:must-be-present","enrolment:must-be-paid","course:must-have-tags","presence-check:must-be-clicked","presence-check:must-be-clicked-on-session-level","video-tracking:must-have-watched","video-tracking:must-have-watched-on-session-level","evaluation-form:must-be-completed","evaluation-form:must-be-completed-on-session-level","task:must-be-completed","task:must-have-passed","student-result:must-have-result"]},"value":{"default":"no-config-needed","type":"string","enum":["no-config-needed","fetch-linked-tags","presence-checks:clicked-all","presence-checks:missed-max-one","presence-checks:clicked-half","presence-checks:clicked-any","video-tracking:watched-all","video-tracking:watched-ninety-percent","video-tracking:watched-half","video-tracking:watched-any","video-tracking:watched-all-series","video-tracking:watched-ninety-percent-series","video-tracking:watched-half-series","video-tracking:watched-any-series","video-tracking:watched-all-sessions","video-tracking:watched-ninety-percent-sessions","video-tracking:watched-half-sessions","video-tracking:watched-any-sessions","task:completed-all","task:completed-any","task:passed-all","task:passed-any","student-on-all-sessions-of-series","student-on-any-session-of-series","student-present-on-all-sessions-of-series","student-present-on-any-session-of-series","presence-checks:all-presence-checks-all-sessions","presence-checks:one-missed-presence-checks-all-sessions","presence-checks:half-presence-checks-all-sessions","presence-checks:any-presence-checks-all-sessions","presence-checks:all-presence-checks-min-one-session","presence-checks:max-one-missed-presence-checks-min-one-session","presence-checks:min-half-presence-checks-min-one-session","presence-checks:any-presence-checks-min-one-session","evaluation-forms:all-completed","evaluation-forms:any-completed","student-result:must-have-status","student-result:must-be-passed"]},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["rule"]},"CertificateTypeVariationRule.jsonld-id_timestamps_certificate_type.read-variation":{"type":"object","required":["rule"],"properties":{"rule":{"default":"customer:must-be-enrolled","type":"string","enum":["customer:must-be-enrolled-on-session-level","customer:must-be-present-on-session-level","customer:must-be-enrolled","customer:must-be-present","enrolment:must-be-paid","course:must-have-tags","presence-check:must-be-clicked","presence-check:must-be-clicked-on-session-level","video-tracking:must-have-watched","video-tracking:must-have-watched-on-session-level","evaluation-form:must-be-completed","evaluation-form:must-be-completed-on-session-level","task:must-be-completed","task:must-have-passed","student-result:must-have-result"]},"value":{"default":"no-config-needed","type":"string","enum":["no-config-needed","fetch-linked-tags","presence-checks:clicked-all","presence-checks:missed-max-one","presence-checks:clicked-half","presence-checks:clicked-any","video-tracking:watched-all","video-tracking:watched-ninety-percent","video-tracking:watched-half","video-tracking:watched-any","video-tracking:watched-all-series","video-tracking:watched-ninety-percent-series","video-tracking:watched-half-series","video-tracking:watched-any-series","video-tracking:watched-all-sessions","video-tracking:watched-ninety-percent-sessions","video-tracking:watched-half-sessions","video-tracking:watched-any-sessions","task:completed-all","task:completed-any","task:passed-all","task:passed-any","student-on-all-sessions-of-series","student-on-any-session-of-series","student-present-on-all-sessions-of-series","student-present-on-any-session-of-series","presence-checks:all-presence-checks-all-sessions","presence-checks:one-missed-presence-checks-all-sessions","presence-checks:half-presence-checks-all-sessions","presence-checks:any-presence-checks-all-sessions","presence-checks:all-presence-checks-min-one-session","presence-checks:max-one-missed-presence-checks-min-one-session","presence-checks:min-half-presence-checks-min-one-session","presence-checks:any-presence-checks-min-one-session","evaluation-forms:all-completed","evaluation-forms:any-completed","student-result:must-have-status","student-result:must-be-passed"]},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_timestamps_certificate_type.read-variation"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Client":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledDynamicFields":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"themes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"productCounter":{"default":0,"type":"integer"},"featureFlags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"tasks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"certificatesOnPaid":{"default":false,"type":"boolean"},"presenceCheckTemplates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"menuSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/Menu"},{"type":"null"}]},"isWaitingListEnabled":{"default":true,"type":"boolean"},"seriesAutomaticallyInactive":{"type":["integer","null"]},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"slug":{"type":"string"},"publicName":{"type":"string"},"legalName":{"type":"string"},"vatNumber":{"type":"string"},"billingEmailAddress":{"type":"string"},"billingAddress":{"$ref":"#\/components\/schemas\/Address"},"public":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Client-client.read.jsonMergePatch":{"type":"object","properties":{"isWaitingListEnabled":{"default":true,"type":"boolean"},"seriesAutomaticallyInactive":{"type":["integer","null"]}}},"Client.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledDynamicFields":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"themes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"productCounter":{"default":0,"type":"integer"},"featureFlags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"tasks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"certificatesOnPaid":{"default":false,"type":"boolean"},"presenceCheckTemplates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"menuSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/Menu.jsonld"},{"type":"null"}]},"isWaitingListEnabled":{"default":true,"type":"boolean"},"seriesAutomaticallyInactive":{"type":["integer","null"]},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic.jsonld"}},"slug":{"type":"string"},"publicName":{"type":"string"},"legalName":{"type":"string"},"vatNumber":{"type":"string"},"billingEmailAddress":{"type":"string"},"billingAddress":{"$ref":"#\/components\/schemas\/Address.jsonld"},"public":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Client.jsonld-client.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isWaitingListEnabled":{"default":true,"type":"boolean"},"seriesAutomaticallyInactive":{"type":["integer","null"]}}}]},"Client.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Client.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Client.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Client.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Client.jsonld-id_export-template.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Client.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Client.jsonld-id_timestamps_organisation.subresource":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"publicName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"logs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"isMailNotificationsEnabled":{"default":true,"type":"boolean"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"admin":{"readOnly":true},"plainPassword":{"type":"string"},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}},"required":["language","emailAddress"]},"ClientUser.jsonMergePatch":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"logs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"isMailNotificationsEnabled":{"default":true,"type":"boolean"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"admin":{"readOnly":true},"plainPassword":{"type":"string"},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}}},"ClientUser.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branches":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld"}},"logs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"defaultBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic.jsonld"}},"isMailNotificationsEnabled":{"default":true,"type":"boolean"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"admin":{"readOnly":true},"plainPassword":{"type":"string"},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}},"required":["language","emailAddress"]}]},"ClientUser.jsonld-ARTICLE_VERSION_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"}}}]},"ClientUser.jsonld-article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"}}}]},"ClientUser.jsonld-email.group.evaluation_forms_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"}}}]},"ClientUser.jsonld-id_log_list_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["emailAddress"],"properties":{"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser.jsonld-id_log_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["emailAddress"],"properties":{"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ClientUser.jsonld-id_timestamps_client_users.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branches":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_client_users.item"}},"defaultBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isMailNotificationsEnabled":{"default":true,"type":"boolean"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"anyOf":[{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_client_users.item"},{"type":"null"}]},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["language","emailAddress"]}]},"ClientUser.jsonld-id_timestamps_client_users.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branches":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_client_users.list"}},"defaultBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isMailNotificationsEnabled":{"default":true,"type":"boolean"},"firstName":{"type":"string"},"lastName":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"anyOf":[{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_client_users.list"},{"type":"null"}]},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["language","emailAddress"]}]},"ClientUser.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Collection":{"type":"object","properties":{"empty":{"readOnly":true,"description":"Checks whether the collection is empty (contains no elements).","type":"boolean"},"keys":{"readOnly":true,"description":"Gets all keys\/indices of the collection.","anyOf":[{"type":"array","items":{"type":"integer"}},{"type":"array","items":{"type":"string"}}]},"values":{"readOnly":true,"description":"Gets all values of the collection.","type":"array","items":{"type":["string","null"]}},"iterator":{"readOnly":true}}},"Collection.jsonld":{"type":"object","properties":{"empty":{"readOnly":true,"description":"Checks whether the collection is empty (contains no elements).","type":"boolean"},"keys":{"readOnly":true,"description":"Gets all keys\/indices of the collection.","anyOf":[{"type":"array","items":{"type":"integer"}},{"type":"array","items":{"type":"string"}}]},"values":{"readOnly":true,"description":"Gets all values of the collection.","type":"array","items":{"type":["string","null"]}},"iterator":{"readOnly":true}}},"Collection.jsonld-course.read_course.series":{"type":"object"},"Collection.jsonld-course.series_id_timestamps":{"type":"object"},"Collection.jsonld-id_course.series.list":{"type":"object"},"Collection.jsonld-id_course_bundle.read_course.series":{"type":"object"},"Collection.jsonld-id_timestamps_series.general":{"type":"object"},"Collection.jsonld-id_timestamps_series.read.item":{"type":"object"},"Collection.jsonld-id_timestamps_series.read_address.read":{"type":"object"},"Collection.jsonld-id_timestamps_series.sessions":{"type":"object"},"Collection.jsonld-product.list_id":{"type":"object"},"Collection.jsonld-session.simple_id_timestamps":{"type":"object"},"ConstraintViolation":{"type":"object","description":"Unprocessable entity","properties":{"status":{"default":422,"type":"integer"},"violations":{"type":"array","items":{"type":"object","properties":{"propertyPath":{"type":"string","description":"The property path of the violation"},"message":{"type":"string","description":"The message associated with the violation"},"code":{"type":"string","description":"The code of the violation"},"hint":{"type":"string","description":"An extra hint to understand the violation"},"payload":{"type":"object","additionalProperties":true,"description":"The serialized payload of the violation"}},"required":["propertyPath","message"]}},"detail":{"readOnly":true,"type":"string"},"type":{"readOnly":true,"type":"string"},"title":{"readOnly":true,"type":["string","null"]},"instance":{"readOnly":true,"type":["string","null"]}}},"ConstraintViolation.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"status":{"default":422,"type":"integer"},"violations":{"type":"array","items":{"type":"object","properties":{"propertyPath":{"type":"string","description":"The property path of the violation"},"message":{"type":"string","description":"The message associated with the violation"},"code":{"type":"string","description":"The code of the violation"},"hint":{"type":"string","description":"An extra hint to understand the violation"},"payload":{"type":"object","additionalProperties":true,"description":"The serialized payload of the violation"}},"required":["propertyPath","message"]}},"detail":{"readOnly":true,"type":"string"},"description":{"readOnly":true,"type":"string"},"type":{"readOnly":true,"type":"string"},"title":{"readOnly":true,"type":["string","null"]},"instance":{"readOnly":true,"type":["string","null"]}}}],"description":"Unprocessable entity"},"Course":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile"}},"series":{"$ref":"#\/components\/schemas\/Collection"},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trailer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"seriesCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true},"cover":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextFirstSeries":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"openForEnrolments":{"readOnly":true}}},"Course.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile"}},"series":{"$ref":"#\/components\/schemas\/Collection"},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trailer":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"seriesCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true},"cover":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextFirstSeries":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"openForEnrolments":{"readOnly":true}}},"Course.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile.jsonld"}},"series":{"$ref":"#\/components\/schemas\/Collection.jsonld"},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trailer":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"seriesCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true},"cover":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextFirstSeries":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"openForEnrolments":{"readOnly":true}}}]},"Course.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-course.read"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld-course.read"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile.jsonld-course.read"}},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trailer":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-course.read"},{"type":"null"}]},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld-course.read"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-course.read_course.series"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld-course.read_course.series"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile.jsonld-course.read_course.series"}},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-course.read_course.series"}},"tags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trailer":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-course.read_course.series"},{"type":"null"}]},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld-course.read_course.series"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"}}}]},"Course.jsonld-id_course.collection.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_course.collection.list"},"readOnly":true},"name":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-id_course.course.names":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"}}}]},"Course.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_course.products"},"readOnly":true}}}]},"Course.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_course.read_academy"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld-id_course.read_academy"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile.jsonld-id_course.read_academy"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_course.read_academy"}},"trailer":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_course.read_academy"},{"type":"null"}]},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseDynamicFieldValue.jsonld-id_course.read_academy"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_course.read_academy"},"name":{"type":"string"},"description":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-id_course.series.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"series":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_course.series.list"},"seriesCount":{"readOnly":true,"type":"integer"}}}]},"Course.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Course.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"}}}]},"Course.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_product.professions"},"readOnly":true}}}]},"Course.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"description":{"type":"string"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_profession_product_list"},{"type":"null"}],"readOnly":true},"nextFirstSeries":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_profession_product_list"},{"type":"null"}],"readOnly":true},"openForEnrolments":{"readOnly":true}}}]},"Course.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld-id_timestamps_series.read.item"}},"name":{"type":"string"},"description":{"type":"string"}}}]},"Course.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"compatibleTeachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_series.read_address.read"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseMedia.jsonld-id_timestamps_series.read_address.read"}},"files":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseFile.jsonld-id_timestamps_series.read_address.read"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_timestamps_series.read_address.read"}},"trailer":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"name":{"type":"string"},"description":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"cover":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-joint_committee_product_list"},{"type":"null"}],"readOnly":true},"nextFirstSeries":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-joint_committee_product_list"},{"type":"null"}],"readOnly":true},"openForEnrolments":{"readOnly":true}}}]},"Course.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.code.read_id_timestamps_product.read"}},"name":{"type":"string"},"description":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"description":{"type":"string"}}}]},"Course.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.read_id"}},"name":{"type":"string"},"active":{"readOnly":true}}}]},"Course.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"}}}]},"Course.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"}}}]},"CourseBundle":{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonMergePatch"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":"string"},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requiredSeries":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"active":{"readOnly":true},"cover":{"readOnly":true,"type":"boolean"}}},"CourseBundle.jsonMergePatch":{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonMergePatch"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonMergePatch"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":"string"},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requiredSeries":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"active":{"readOnly":true},"cover":{"readOnly":true,"type":"boolean"}}},"CourseBundle.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld"}},"products":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":"string"},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requiredSeries":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"active":{"readOnly":true},"cover":{"readOnly":true,"type":"boolean"}}}]},"CourseBundle.jsonld-course_bundle.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"active":{"readOnly":true}}}]},"CourseBundle.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-id_course_bundle.read"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_course_bundle.read"},"readOnly":true},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_course_bundle.read"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_course_bundle.read"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"pricePerPerson":{"type":"string"},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read"},{"type":"null"}]},"active":{"readOnly":true}}}]},"CourseBundle.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read_course.series"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-id_course_bundle.read_course.series"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_course_bundle.read_course.series"},"readOnly":true},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read_course.series"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_course_bundle.read_course.series"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_course_bundle.read_course.series"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"pricePerPerson":{"type":"string"},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read_course.series"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read_course.series"},{"type":"null"}]},"active":{"readOnly":true}}}]},"CourseBundle.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read_series"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-id_course_bundle.read_series"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-id_course_bundle.read_series"},"readOnly":true},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read_series"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-id_course_bundle.read_series"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_course_bundle.read_series"},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"pricePerPerson":{"type":"string"},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read_series"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read_series"},{"type":"null"}]},"active":{"readOnly":true}}}]},"CourseBundle.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundle.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundle.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"}}}]},"CourseBundle.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.code.read_id_timestamps_product.read"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-product.code.read_id_timestamps_product.read"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.code.read_id_timestamps_product.read"},"readOnly":true},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld-product.code.read_id_timestamps_product.read"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-product.code.read_id_timestamps_product.read"}},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"pricePerPerson":{"type":"string"},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"active":{"readOnly":true}}}]},"CourseBundle.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-product.list_id"}},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundle.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fixedSeries":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.read_id"}},"customisableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleCustomisableBundle.jsonld-product.read_id"}},"products":{"type":"array","items":{"$ref":"#\/components\/schemas\/Product.jsonld-product.read_id"},"readOnly":true},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CourseBundleDynamicFieldValue.jsonld-product.read_id"}},"tags":{"type":"array","items":{"$ref":"#\/components\/schemas\/Tag.jsonld-product.read_id"}},"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"pricePerPerson":{"type":"string"},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-product.read_id"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-product.read_id"},{"type":"null"}]},"active":{"readOnly":true}}}]},"CourseBundleCustomisableBundle":{"type":"object","properties":{"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"courseBundle":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseBundleCustomisableBundle.jsonMergePatch":{"type":"object","properties":{"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"courseBundle":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseBundleCustomisableBundle.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"courseBundle":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CourseBundleCustomisableBundle.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleCustomisableBundle.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read_course.series"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleCustomisableBundle.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_course_bundle.read_series"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleCustomisableBundle.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleCustomisableBundle.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.code.read_id_timestamps_product.read"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleCustomisableBundle.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.list_id"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundleCustomisableBundle.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-product.read_id"}},"name":{"type":"string"},"requiredSelectionCount":{"type":"integer"},"selectionType":{"type":"string"},"required":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundleDynamicFieldValue":{"type":"object","properties":{"courseBundle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseBundleDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"courseBundle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_course_bundle.read"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_course_bundle.read_course.series"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundleDynamicFieldValue.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_course_bundle.read_series"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CourseBundleDynamicFieldValue.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"CourseBundleDynamicFieldValue.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"CourseDynamicFieldValue":{"type":"object","properties":{"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"CourseDynamicFieldValue.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-course.read"},"value":{"type":"string"}}}]},"CourseDynamicFieldValue.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-course.read_course.series"},"value":{"type":"string"}}}]},"CourseDynamicFieldValue.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_course.read_academy"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"CourseFile":{"type":"object","properties":{"position":{"type":"integer"},"media":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseFile.jsonld":{"type":"object","properties":{"position":{"type":"integer"},"media":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseFile.jsonld-course.read":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-course.read"}}},"CourseFile.jsonld-course.read_course.series":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-course.read_course.series"}}},"CourseFile.jsonld-id_course.read_academy":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_course.read_academy"},"id":{"readOnly":true,"type":"string"}}},"CourseFile.jsonld-id_timestamps_series.read_address.read":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CourseMedia":{"type":"object","properties":{"position":{"type":"integer"},"media":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseMedia.jsonld":{"type":"object","properties":{"position":{"type":"integer"},"media":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"CourseMedia.jsonld-course.read":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-course.read"}}},"CourseMedia.jsonld-course.read_course.series":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-course.read_course.series"}}},"CourseMedia.jsonld-id_course.read_academy":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_course.read_academy"},"id":{"readOnly":true,"type":"string"}}},"CourseMedia.jsonld-id_timestamps_series.read.item":{"type":"object","properties":{"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read.item"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"CourseMedia.jsonld-id_timestamps_series.read_address.read":{"type":"object","properties":{"position":{"type":"integer"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Discount":{"type":"object","properties":{"discountRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscountRule"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"validFrom":{"type":["string","null"],"format":"date-time"},"validUntil":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["client","name"]},"Discount.jsonMergePatch":{"type":"object","properties":{"discountRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscountRule"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"validFrom":{"type":["string","null"],"format":"date-time"},"validUntil":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Discount.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"discountRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/DiscountRule.jsonld"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"validFrom":{"type":["string","null"],"format":"date-time"},"validUntil":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["client","name"]}]},"Discount.jsonld-course.series_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Discount.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Discount.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Discount.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Discount.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Discount.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DiscountRule":{"type":"object","properties":{"discount":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCount":{"minimum":0,"exclusiveMinimum":0,"type":"integer"},"requiredCountType":{"type":"string","enum":["participants_per_organisation","enrolments_per_person"]},"requiredCountSeriesIndependent":{"type":"boolean"},"enrolmentPeriodFrom":{"type":["string","null"],"format":"date-time"},"enrolmentPeriodUntil":{"type":["string","null"],"format":"date-time"},"enrolmentPeriodYearly":{"type":"boolean"},"discountAmount":{"type":"string"},"discountType":{"type":"string","enum":["currency","percentage"]},"discountTarget":{"type":"string","enum":["enrolment","participants","extra_participants"]},"position":{"minimum":0,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["requiredCount","requiredCountType","requiredCountSeriesIndependent","discountAmount","discountType","discountTarget","position"]},"DiscountRule.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"discount":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCount":{"minimum":0,"exclusiveMinimum":0,"type":"integer"},"requiredCountType":{"type":"string","enum":["participants_per_organisation","enrolments_per_person"]},"requiredCountSeriesIndependent":{"type":"boolean"},"enrolmentPeriodFrom":{"type":["string","null"],"format":"date-time"},"enrolmentPeriodUntil":{"type":["string","null"],"format":"date-time"},"enrolmentPeriodYearly":{"type":"boolean"},"discountAmount":{"type":"string"},"discountType":{"type":"string","enum":["currency","percentage"]},"discountTarget":{"type":"string","enum":["enrolment","participants","extra_participants"]},"position":{"minimum":0,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["requiredCount","requiredCountType","requiredCountSeriesIndependent","discountAmount","discountType","discountTarget","position"]}]},"DynamicField":{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice"}},"forGrant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"DynamicField.jsonMergePatch":{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice"}},"forGrant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"DynamicField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld"}},"forGrant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"DynamicField.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-branches.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-branches.read_id_timestamps"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-course.read"}},"name":{"type":"string"},"type":{"type":"string"}}}]},"DynamicField.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-course.read_course.series"}},"name":{"type":"string"},"type":{"type":"string"}}}]},"DynamicField.jsonld-grant.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-grant.read"}},"name":{"type":"string"},"type":{"type":"string"}}}]},"DynamicField.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_course.products"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"DynamicField.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_course.read_academy"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"DynamicField.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"DynamicField.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"DynamicField.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"DynamicField.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_enrolment_read_timestamps"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_export-template.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_export-template.read_timestamps"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_timestamps_branches.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_timestamps_branches.read"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_timestamps_organisation.item"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_timestamps_person.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_timestamps_person.read"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-id_timestamps_person.read_person.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-id_timestamps_person.read_person.item"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldChoice.jsonld-product.code.read_id_timestamps_product.read"}},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicField.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"DynamicFieldChoice":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["value","label"]},"DynamicFieldChoice.jsonld":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-branches.read_id_timestamps":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-course.read":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-course.read_course.series":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-grant.read":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_course.products":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_course.read_academy":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_enrolment_read_timestamps":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_export-template.read_timestamps":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_timestamps_branches.read":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_timestamps_organisation.item":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_timestamps_person.read":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-id_timestamps_person.read_person.item":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldChoice.jsonld-product.code.read_id_timestamps_product.read":{"type":"object","properties":{"position":{"default":0,"type":"integer"},"value":{"type":"string"},"label":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["value","label"]},"DynamicFieldInput":{"type":"object","properties":{"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"}}},"Email":{"type":"object","properties":{"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"recipients":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"personIds":{"type":"array","items":{"type":["string","null"]}},"personGroupIds":{"type":"array","items":{"type":["string","null"]}},"profileMemberIds":{"type":"array","items":{"type":["string","null"]}},"attachmentIds":{"type":"array","items":{"type":["string","null"]}},"includeEmail":{"default":false,"type":"boolean"},"messageType":{"type":["string","null"],"enum":["informative","mandatory","precarious","ows_course_notification","ows_nightly_employee_course_notification","ows_ftp_import_notification","ows_course_request_answer_notification","ows_course_request_notification","ows_enroll_notification","ows_certificate_expiry_notification","ows_fla_sync_notification","ows_training_cv_email_notification","ows_training_cv_email_confirmation_notification","ows_form_notification","ows_form_reminder",null]},"attachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"task":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibleFrom":{"type":["string","null"],"format":"date-time"},"visibleUntil":{"type":["string","null"],"format":"date-time"},"readLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseDate":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"source":{"type":"string"},"subject":{"type":"string"},"htmlBody":{"type":["string","null"]},"plainBody":{"type":["string","null"]},"senderAddress":{"type":["string","null"]},"template":{"type":["string","null"]},"parameters":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Email.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"user":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld"},{"type":"null"}]}}}],"properties":{"recipients":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld"}},"personIds":{"type":"array","items":{"type":["string","null"]}},"personGroupIds":{"type":"array","items":{"type":["string","null"]}},"profileMemberIds":{"type":"array","items":{"type":["string","null"]}},"attachmentIds":{"type":"array","items":{"type":["string","null"]}},"includeEmail":{"default":false,"type":"boolean"},"messageType":{"type":["string","null"],"enum":["informative","mandatory","precarious","ows_course_notification","ows_nightly_employee_course_notification","ows_ftp_import_notification","ows_course_request_answer_notification","ows_course_request_notification","ows_enroll_notification","ows_certificate_expiry_notification","ows_fla_sync_notification","ows_training_cv_email_notification","ows_training_cv_email_confirmation_notification","ows_form_notification","ows_form_reminder",null]},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld"}},"task":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibleFrom":{"type":["string","null"],"format":"date-time"},"visibleUntil":{"type":["string","null"],"format":"date-time"},"readLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseDate":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"source":{"type":"string"},"subject":{"type":"string"},"htmlBody":{"type":["string","null"]},"plainBody":{"type":["string","null"]},"senderAddress":{"type":["string","null"]},"template":{"type":["string","null"]},"parameters":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Email.jsonld-email.group.evaluation_forms_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"user":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-email.group.evaluation_forms_id_timestamps"},{"type":"null"}]},"recipients":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld-email.group.evaluation_forms_id_timestamps"}},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-email.group.evaluation_forms_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Email.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"user":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-email.group.list_id_timestamps"},{"type":"null"}]},"recipients":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld-email.group.list_id_timestamps"}},"messageType":{"type":["string","null"],"enum":["informative","mandatory","precarious","ows_course_notification","ows_nightly_employee_course_notification","ows_ftp_import_notification","ows_course_request_answer_notification","ows_course_request_notification","ows_enroll_notification","ows_certificate_expiry_notification","ows_fla_sync_notification","ows_training_cv_email_notification","ows_training_cv_email_confirmation_notification","ows_form_notification","ows_form_reminder",null]},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld-email.group.list_id_timestamps"}},"task":{"anyOf":[{"$ref":"#\/components\/schemas\/Task.jsonld-email.group.list_id_timestamps"},{"type":"null"}]},"article":{"anyOf":[{"$ref":"#\/components\/schemas\/Article.jsonld-email.group.list_id_timestamps"},{"type":"null"}]},"visibleFrom":{"type":["string","null"],"format":"date-time"},"visibleUntil":{"type":["string","null"],"format":"date-time"},"readLogs":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email.group.list_id_timestamps"}},"source":{"type":"string"},"subject":{"type":"string"},"htmlBody":{"type":["string","null"]},"plainBody":{"type":["string","null"]},"senderAddress":{"type":["string","null"]},"template":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Email.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"user":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-email.group.read_id_timestamps"},{"type":"null"}]},"recipients":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld-email.group.read_id_timestamps"}},"messageType":{"type":["string","null"],"enum":["informative","mandatory","precarious","ows_course_notification","ows_nightly_employee_course_notification","ows_ftp_import_notification","ows_course_request_answer_notification","ows_course_request_notification","ows_enroll_notification","ows_certificate_expiry_notification","ows_fla_sync_notification","ows_training_cv_email_notification","ows_training_cv_email_confirmation_notification","ows_form_notification","ows_form_reminder",null]},"attachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld-email.group.read_id_timestamps"}},"task":{"anyOf":[{"$ref":"#\/components\/schemas\/Task.jsonld-email.group.read_id_timestamps"},{"type":"null"}]},"article":{"anyOf":[{"$ref":"#\/components\/schemas\/Article.jsonld-email.group.read_id_timestamps"},{"type":"null"}]},"visibleFrom":{"type":["string","null"],"format":"date-time"},"visibleUntil":{"type":["string","null"],"format":"date-time"},"readLogs":{"type":"array","items":{"$ref":"#\/components\/schemas\/EmailReadLog.jsonld-email.group.read_id_timestamps"}},"source":{"type":"string"},"subject":{"type":"string"},"htmlBody":{"type":["string","null"]},"plainBody":{"type":["string","null"]},"senderAddress":{"type":["string","null"]},"template":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EmailReadLog":{"type":"object","properties":{"email":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"secondsRead":{"type":"integer"},"answersCorrect":{"default":false,"type":"boolean"},"answers":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EmailReadLog.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"email":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"secondsRead":{"type":"integer"},"answersCorrect":{"default":false,"type":"boolean"},"answers":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"EmailReadLog.jsonld-email-read-log.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"email":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"recipient":{"$ref":"#\/components\/schemas\/EmailRecipient.jsonld-email-read-log.read"},"secondsRead":{"type":"integer"},"answersCorrect":{"default":false,"type":"boolean"},"answers":{"type":"array","items":{"type":["string","null"]}},"createdAt":{"type":"string","format":"date-time"}}}]},"EmailReadLog.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EmailReadLog.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EmailRecipient":{"type":"object","properties":{"emailAddress":{"type":"string"},"email":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"read":{"default":false,"type":"boolean"},"readLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"profileMember":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EmailRecipient.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddress":{"type":"string"},"email":{"$ref":"#\/components\/schemas\/Email.jsonld"},"name":{"type":"string"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"read":{"default":false,"type":"boolean"},"readLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"profileMember":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"EmailRecipient.jsonld-email-read-log.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddress":{"type":"string"},"name":{"type":"string"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"read":{"default":false,"type":"boolean"}}}]},"EmailRecipient.jsonld-email.group.evaluation_forms_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddress":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EmailRecipient.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddress":{"type":"string"},"name":{"type":"string"},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-email.group.list_id_timestamps"},{"type":"null"}]},"read":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EmailRecipient.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"emailAddress":{"type":"string"},"name":{"type":"string"},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-email.group.read_id_timestamps"},{"type":"null"}]},"read":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnabledDynamicField":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["client","dynamicField"]},"EnabledDynamicField.jsonMergePatch":{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EnabledDynamicField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["client","dynamicField"]}]},"EnabledDynamicField.jsonld-branches.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["dynamicField"],"properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-branches.read_id_timestamps"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnabledDynamicField.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["dynamicField"],"properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_course.products"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}}}]},"EnabledDynamicField.jsonld-id_timestamps_branches.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["dynamicField"],"properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_timestamps_branches.read"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnabledDynamicField.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["dynamicField"],"properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-product.code.read_id_timestamps_product.read"},"enabledForPersons":{"type":"boolean"},"enabledForSubscriber":{"type":"boolean"},"enabledForOrganisations":{"type":"boolean"},"enabledForEnrolments":{"type":"boolean"},"enabledForCourses":{"type":"boolean"},"requiredForPersons":{"type":"boolean"},"requiredForOrganisations":{"type":"boolean"},"requiredForEnrolments":{"type":"boolean"},"requiredForCourses":{"type":"boolean"},"enabledForCourseBundles":{"type":"boolean"},"requiredForCourseBundles":{"type":"boolean"},"requiredForPersonsSubscriber":{"type":"boolean"},"hiddenForStudent":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnabledDynamicField.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Enrolment":{"type":"object","properties":{"syncId":{"type":["string","null"]},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"students":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"number":{"type":["string","null"]},"mollieTransId":{"type":["string","null"]},"status":{"default":"cancelled","type":"string","enum":["confirmed","cancelled"]},"paymentStatus":{"type":["string","null"]},"enrolmentTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"onRequestSeries":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"enrolmentDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue"}},"source":{"type":["string","null"]},"isWaitingList":{"default":false,"type":"boolean"},"emailExclusions":{"type":"array","items":{"type":["string","null"]}},"cancellationDate":{"type":["string","null"],"format":"date-time"},"sendMailToEnroller":{"default":true,"type":"boolean"},"actionLogItems":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"productName":{"type":"string"},"price":{"type":"string"},"invoicingData":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remarks":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"invoiceCreated":{"type":"boolean"},"invoicePaid":{"type":"boolean"},"confirmationMail":{"type":["boolean","null"]},"private":{"type":["boolean","null"]},"onRequest":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"courseBundle":{"readOnly":true},"studentCount":{"readOnly":true,"type":"integer"},"firstSessionDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"productId":{"readOnly":true,"type":"string"},"productItemId":{"readOnly":true,"type":"string"}}},"Enrolment.EnrolmentInput":{"type":"object","required":["product","invoicingData"],"properties":{"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInputInvoicingData"},"students":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentInput"}},"remarks":{"type":["string","null"]},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"Enrolment.EnrolmentInputDto":{"type":"object","properties":{"productCode":{"default":"","type":"string"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}},"product":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"default":"0.00","type":"string"},"variableBundles":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentVariableBundlesInput"}},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInputInvoicingDataDto"},"students":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentInputStudentDto"}},"remarks":{"type":["string","null"]},"externalRemarks":{"type":["string","null"]},"confirmationMail":{"default":true,"type":["boolean","null"]},"sendMailToEnroller":{"default":true,"type":"boolean"},"emailExclusions":{"type":"array","items":{"type":["string","null"]}},"private":{"type":"boolean"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldInput"}},"subscriberFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldInput"}},"onRequest":{"default":false,"type":"boolean"},"onRequestSessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/OnRequestSessionDto"}},"isWaitingList":{"default":false,"type":["boolean","null"]},"source":{"type":["string","null"]}},"required":["invoicingData"]},"Enrolment.jsonMergePatch":{"type":"object","properties":{"syncId":{"type":["string","null"]},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"students":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"number":{"type":["string","null"]},"mollieTransId":{"type":["string","null"]},"status":{"default":"cancelled","type":"string","enum":["confirmed","cancelled"]},"paymentStatus":{"type":["string","null"]},"enrolmentTags":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"onRequestSeries":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"enrolmentDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue"}},"source":{"type":["string","null"]},"isWaitingList":{"default":false,"type":"boolean"},"emailExclusions":{"type":"array","items":{"type":["string","null"]}},"cancellationDate":{"type":["string","null"],"format":"date-time"},"sendMailToEnroller":{"default":true,"type":"boolean"},"actionLogItems":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"productName":{"type":"string"},"price":{"type":"string"},"invoicingData":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"remarks":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"invoiceCreated":{"type":"boolean"},"invoicePaid":{"type":"boolean"},"confirmationMail":{"type":["boolean","null"]},"private":{"type":["boolean","null"]},"onRequest":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"courseBundle":{"readOnly":true},"studentCount":{"readOnly":true,"type":"integer"},"firstSessionDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"productId":{"readOnly":true,"type":"string"},"productItemId":{"readOnly":true,"type":"string"}}},"Enrolment.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"syncId":{"type":["string","null"]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld"},"students":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld"}},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld"}},"certificates":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate.jsonld"}},"number":{"type":["string","null"]},"mollieTransId":{"type":["string","null"]},"status":{"default":"cancelled","type":"string","enum":["confirmed","cancelled"]},"paymentStatus":{"type":["string","null"]},"enrolmentTags":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld"}},"onRequestSeries":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"enrolmentDynamicFieldValues":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"source":{"type":["string","null"]},"isWaitingList":{"default":false,"type":"boolean"},"emailExclusions":{"type":"array","items":{"type":["string","null"]}},"cancellationDate":{"type":["string","null"],"format":"date-time"},"sendMailToEnroller":{"default":true,"type":"boolean"},"actionLogItems":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"product":{"$ref":"#\/components\/schemas\/Product.jsonld"},"productName":{"type":"string"},"price":{"type":"string"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld"},"remarks":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"invoiceCreated":{"type":"boolean"},"invoicePaid":{"type":"boolean"},"confirmationMail":{"type":["boolean","null"]},"private":{"type":["boolean","null"]},"onRequest":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"courseBundle":{"readOnly":true},"studentCount":{"readOnly":true,"type":"integer"},"firstSessionDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"productId":{"readOnly":true,"type":"string"},"productItemId":{"readOnly":true,"type":"string"}}}]},"Enrolment.jsonld-PRESENCE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-PRESENCE_LIST_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-course.series_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Enrolment.jsonld-id_enrolment.read.budgets_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":["string","null"]},"price":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_enrolment.read_timestamps"},"students":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld-id_enrolment.read_timestamps"}},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_enrolment.read_timestamps"}},"certificates":{"type":"array","items":{"$ref":"#\/components\/schemas\/Certificate.jsonld-id_enrolment.read_timestamps"}},"number":{"type":["string","null"]},"mollieTransId":{"type":["string","null"]},"status":{"default":"cancelled","type":"string","enum":["confirmed","cancelled"]},"paymentStatus":{"type":["string","null"]},"enrolmentTags":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-id_enrolment.read_timestamps"}},"onRequestSeries":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"enrolmentDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld-id_enrolment.read_timestamps"}},"source":{"type":["string","null"]},"isWaitingList":{"default":false,"type":"boolean"},"cancellationDate":{"type":["string","null"],"format":"date-time"},"sendMailToEnroller":{"default":true,"type":"boolean"},"productName":{"type":"string"},"price":{"type":"string"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-id_enrolment.read_timestamps"},"remarks":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"invoiceCreated":{"type":"boolean"},"invoicePaid":{"type":"boolean"},"confirmationMail":{"type":["boolean","null"]},"onRequest":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_enrolment_read_timestamps"},"students":{"type":"array","items":{"$ref":"#\/components\/schemas\/Student.jsonld-id_enrolment_read_timestamps"}},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonld-id_enrolment_read_timestamps"}},"number":{"type":["string","null"]},"mollieTransId":{"type":["string","null"]},"status":{"default":"cancelled","type":"string","enum":["confirmed","cancelled"]},"paymentStatus":{"type":["string","null"]},"enrolmentTags":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentTag.jsonld-id_enrolment_read_timestamps"}},"onRequestSeries":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_enrolment_read_timestamps"},{"type":"null"}]},"enrolmentDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentDynamicFieldValue.jsonld-id_enrolment_read_timestamps"}},"source":{"type":["string","null"]},"isWaitingList":{"default":false,"type":"boolean"},"cancellationDate":{"type":["string","null"],"format":"date-time"},"sendMailToEnroller":{"default":true,"type":"boolean"},"product":{"$ref":"#\/components\/schemas\/Product.jsonld-id_enrolment_read_timestamps"},"productName":{"type":"string"},"price":{"type":"string"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-id_enrolment_read_timestamps"},"remarks":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"invoiceCreated":{"type":"boolean"},"invoicePaid":{"type":"boolean"},"onRequest":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"studentCount":{"readOnly":true,"type":"integer"},"firstSessionDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"productId":{"readOnly":true,"type":"string"},"productItemId":{"readOnly":true,"type":"string"}}}]},"Enrolment.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_series.presence"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-id_timestamps_series.presence"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_series.presence_course_bundle.presences"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-id_timestamps_series.presence_course_bundle.presences"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Enrolment.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-session.read_id_timestamps"},"isWaitingList":{"default":false,"type":"boolean"},"invoicingData":{"$ref":"#\/components\/schemas\/EnrolmentInvoicingData.jsonld-session.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Enrolment.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentActionLogItem.jsonld-read.action_log_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-read.action_log_id_timestamps"},{"type":"null"}]},"type":{"type":"string","enum":["enrolled","cancelled","placed_on_waiting_list","removed_from_waiting_list"]},"userType":{"readOnly":true,"type":"string"}}}]},"EnrolmentDynamicFieldValue":{"type":"object","properties":{"enrolment":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EnrolmentDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enrolment":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"EnrolmentDynamicFieldValue.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_enrolment.read_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentDynamicFieldValue.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_enrolment_read_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentInputInvoicingData":{"type":"object","properties":{"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationAddress":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"data":{"readOnly":true,"anyOf":[{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},{"type":"null"}]}},"required":["data"]},"EnrolmentInputInvoicingDataDto":{"type":"object","properties":{"firstName":{"default":"","type":"string"},"lastName":{"default":"","type":"string"},"name":{"type":["string","null"]},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"default":"","type":["string","null"]},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phoneNumber":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"organisationId":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"orgFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/EnrolmentInputOrganisationFieldsDto"}},"address":{"$ref":"#\/components\/schemas\/AddressDto"}},"required":["address"]},"EnrolmentInputOrganisationFieldsDto":{"type":"object","properties":{"id":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"default":"","type":"string"}}},"EnrolmentInputStudentDto":{"type":"object","required":["firstName","lastName","emailAddress"],"properties":{"firstName":{"default":"","type":"string"},"lastName":{"default":"","type":"string"},"emailAddress":{"default":"","type":"string"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"price":{"type":["number","null"]},"communicationEmailAddress":{"type":["string","null"]},"sendConfirmationMail":{"default":true,"type":"boolean"},"dynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldInput"}}}},"EnrolmentInvoicingData":{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/Address"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationAddress":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"personEmailAddress":{"readOnly":true,"type":["string","null"]}}},"EnrolmentInvoicingData.jsonMergePatch":{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/Address"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationAddress":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"personEmailAddress":{"readOnly":true,"type":["string","null"]}}},"EnrolmentInvoicingData.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/Address.jsonld"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationAddress":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"personEmailAddress":{"readOnly":true,"type":["string","null"]}}}]},"EnrolmentInvoicingData.jsonld-PRESENCE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationName":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentInvoicingData.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"phoneNumber":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentInvoicingData.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_enrolment_read_timestamps"},"emailAddress":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"organisationName":{"type":["string","null"]},"organisationVatNumber":{"type":["string","null"]},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationAddress":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"personEmailAddress":{"readOnly":true,"type":["string","null"]}}}]},"EnrolmentInvoicingData.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationName":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentInvoicingData.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationName":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentInvoicingData.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationName":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentTag":{"type":"object","properties":{"position":{"type":"integer"},"enrolment":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EnrolmentTag.jsonMergePatch":{"type":"object","properties":{"position":{"type":"integer"},"enrolment":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EnrolmentTag.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"position":{"type":"integer"},"enrolment":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"EnrolmentTag.jsonld-enrolment_tag.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"EnrolmentTag.jsonld-enrolment_tag.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"EnrolmentTag.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentTag.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"color":{"type":["string","null"]},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EnrolmentVariableBundlesInput":{"type":"object","required":["variableBundle"],"properties":{"variableBundle":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":"array","items":{"$ref":"#\/components\/schemas\/Series.jsonMergePatch"}}}},"Error":{"type":"object","description":"A representation of common errors.","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["number","null"],"examples":[404],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"}}},"Error.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"title":{"readOnly":true,"description":"A short, human-readable summary of the problem.","type":["string","null"]},"detail":{"readOnly":true,"description":"A human-readable explanation specific to this occurrence of the problem.","type":["string","null"]},"status":{"type":["number","null"],"examples":[404],"default":400},"instance":{"readOnly":true,"description":"A URI reference that identifies the specific occurrence of the problem. It may or may not yield further information if dereferenced.","type":["string","null"]},"type":{"readOnly":true,"description":"A URI reference that identifies the problem type","type":"string"},"description":{"readOnly":true,"type":["string","null"]}}}],"description":"A representation of common errors."},"EvaluationForm":{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonMergePatch"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sessions":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"entries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isMailNotifications":{"default":false,"type":"boolean"},"isAlwaysAnonymous":{"default":false,"type":"boolean"},"automaticEmail":{"type":["boolean","null"]},"automaticReminderEmail":{"type":["boolean","null"]},"automaticReminderEmailAfterDays":{"type":["integer","null"]},"automaticEmailContent":{"type":["string","null"]},"automaticReminderEmailContent":{"type":"string"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"description":{"type":"string"},"confirmationMessage":{"type":"string"},"visibility":{"type":"string","enum":["private","public","login","students","admins"]},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"}}},"EvaluationForm-question.list.read.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"}}},"EvaluationForm.jsonMergePatch":{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonMergePatch"}},"series":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sessions":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"entries":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isMailNotifications":{"default":false,"type":"boolean"},"isAlwaysAnonymous":{"default":false,"type":"boolean"},"automaticEmail":{"type":["boolean","null"]},"automaticReminderEmail":{"type":["boolean","null"]},"automaticReminderEmailAfterDays":{"type":["integer","null"]},"automaticEmailContent":{"type":["string","null"]},"automaticReminderEmailContent":{"type":"string"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"description":{"type":"string"},"confirmationMessage":{"type":"string"},"visibility":{"type":"string","enum":["private","public","login","students","admins"]},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"}}},"EvaluationForm.jsonld-id_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-id_eval_form.read"}},"branches":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_eval_form.read"}},"isMailNotifications":{"default":false,"type":"boolean"},"isAlwaysAnonymous":{"default":false,"type":"boolean"},"automaticEmail":{"type":["boolean","null"]},"automaticReminderEmail":{"type":["boolean","null"]},"automaticReminderEmailAfterDays":{"type":["integer","null"]},"automaticEmailContent":{"type":["string","null"]},"automaticReminderEmailContent":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"confirmationMessage":{"type":"string"},"visibility":{"type":"string","enum":["private","public","login","students","admins"]},"id":{"readOnly":true,"type":"string"}}}]},"EvaluationForm.jsonld-id_timestamps_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-id_timestamps_eval_form.read"}},"branches":{"type":"array","items":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_eval_form.read"}},"isMailNotifications":{"default":false,"type":"boolean"},"isAlwaysAnonymous":{"default":false,"type":"boolean"},"automaticEmail":{"type":["boolean","null"]},"automaticReminderEmail":{"type":["boolean","null"]},"automaticReminderEmailAfterDays":{"type":["integer","null"]},"automaticEmailContent":{"type":["string","null"]},"automaticReminderEmailContent":{"type":"string"},"name":{"type":"string"},"description":{"type":"string"},"confirmationMessage":{"type":"string"},"visibility":{"type":"string","enum":["private","public","login","students","admins"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EvaluationForm.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EvaluationForm.jsonld-question.item.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"EvaluationForm.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"EvaluationForm.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"EvaluationFormEntry":{"type":"object","properties":{"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"clientUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer"}},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"internalRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"formId":{"readOnly":true,"type":["string","null"]},"sessionEntryCount":{"readOnly":true,"type":"integer"},"personName":{"readOnly":true,"type":"string"}}},"EvaluationFormEntry.jsonMergePatch":{"type":"object","additionalProperties":false,"properties":{"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"clientUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer"}},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"internalRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"formId":{"readOnly":true,"type":["string","null"]},"sessionEntryCount":{"readOnly":true,"type":"integer"},"personName":{"readOnly":true,"type":"string"}}},"EvaluationFormEntry.jsonld-eval_form_answer.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-eval_form_answer.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"personName":{"readOnly":true,"type":"string"}}}]},"EvaluationFormEntry.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"clientUser":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswer.jsonld-evaluation_form_entry.read"}},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-evaluation_form_entry.read"},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-evaluation_form_entry.read"}},"internalRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"formId":{"readOnly":true,"type":["string","null"]},"sessionEntryCount":{"readOnly":true,"type":"integer"},"personName":{"readOnly":true,"type":"string"}}}]},"EvaluationFormEntryAnswer":{"type":"object","additionalProperties":false,"properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"answerText":{"type":["string","null"]},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"student":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswerChoice"}},"id":{"readOnly":true,"type":"string"},"personId":{"readOnly":true,"type":["string","null"]}}},"EvaluationFormEntryAnswer.jsonld-eval_form_answer.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"entry":{"$ref":"#\/components\/schemas\/EvaluationFormEntry.jsonld-eval_form_answer.read"},"answerText":{"type":["string","null"]},"personId":{"readOnly":true,"type":["string","null"]}}}]},"EvaluationFormEntryAnswer.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"question":{"$ref":"#\/components\/schemas\/FormQuestion.jsonld-evaluation_form_entry.read"},"answerText":{"type":["string","null"]},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"teacher":{"anyOf":[{"$ref":"#\/components\/schemas\/Teacher.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"student":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswerChoice.jsonld-evaluation_form_entry.read"}},"personId":{"readOnly":true,"type":["string","null"]}}}]},"EvaluationFormEntryAnswerChoice":{"type":"object","properties":{"answer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"openAnswer":{"type":["string","null"]},"evaluationFormEntryAnswer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EvaluationFormEntryAnswerChoice.jsonld":{"type":"object","properties":{"answer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"openAnswer":{"type":["string","null"]},"evaluationFormEntryAnswer":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"EvaluationFormEntryAnswerChoice.jsonld-evaluation_form_entry.read":{"type":"object","properties":{"answer":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld-evaluation_form_entry.read"},"openAnswer":{"type":["string","null"]}}},"Event.EventDto":{"type":"object","properties":{"type":{},"customAction":{"type":["string","null"]},"item":{"type":["string","null"]},"metadata":{"type":["array","null"],"items":{"type":["string","null"]}}}},"Event.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["page_view","click","custom_action"]},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"ipAddress":{"type":["string","null"]},"requestHeaders":{"type":["array","null"],"items":{"type":["string","null"]}},"itemId":{"type":["string","null"]},"itemType":{"type":["string","null"]},"userAgent":{"type":["string","null"]},"fallbackEmail":{"type":["string","null"]},"metadata":{"type":["array","null"],"items":{"type":["string","null"]}},"customAction":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"ExportDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportTemplate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"ExportDynamicFieldValue.jsonld-id_export-template.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_export-template.read_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ExportTemplate":{"type":"object","properties":{"singleDate":{"default":false,"type":"boolean"},"enabledDate":{"default":false,"type":"boolean"},"enabledCourseSelector":{"default":false,"type":"boolean"},"requiredDateSelect":{"default":false,"type":"boolean"},"requiredCourseSelect":{"default":false,"type":"boolean"},"requiredBranchSelect":{"default":false,"type":"boolean"},"enabledSeries":{"default":false,"type":"boolean"},"requiredSeriesSelect":{"default":false,"type":"boolean"},"enabledSession":{"default":false,"type":"boolean"},"requiredSessionSelect":{"default":false,"type":"boolean"},"enabledTask":{"default":false,"type":"boolean"},"requiredTaskSelect":{"default":false,"type":"boolean"},"enabledDynamicFields":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledTeacherSelector":{"default":false,"type":"boolean"},"requiredTeacherSelect":{"default":false,"type":"boolean"},"enabledStudent":{"default":false,"type":"boolean"},"requiredStudentSelector":{"default":false,"type":"boolean"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"type":{"type":"string"},"exportKey":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"enabledBranchSelector":{"readOnly":true},"branchSelector":{"writeOnly":true,"type":"boolean"}}},"ExportTemplate.jsonld-id_export-template.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"singleDate":{"default":false,"type":"boolean"},"enabledDate":{"default":false,"type":"boolean"},"enabledCourseSelector":{"default":false,"type":"boolean"},"requiredDateSelect":{"default":false,"type":"boolean"},"requiredCourseSelect":{"default":false,"type":"boolean"},"requiredBranchSelect":{"default":false,"type":"boolean"},"enabledSeries":{"default":false,"type":"boolean"},"requiredSeriesSelect":{"default":false,"type":"boolean"},"enabledSession":{"default":false,"type":"boolean"},"requiredSessionSelect":{"default":false,"type":"boolean"},"enabledTask":{"default":false,"type":"boolean"},"requiredTaskSelect":{"default":false,"type":"boolean"},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ExportDynamicFieldValue.jsonld-id_export-template.read_timestamps"}},"enabledTeacherSelector":{"default":false,"type":"boolean"},"requiredTeacherSelect":{"default":false,"type":"boolean"},"enabledStudent":{"default":false,"type":"boolean"},"requiredStudentSelector":{"default":false,"type":"boolean"},"client":{"anyOf":[{"$ref":"#\/components\/schemas\/Client.jsonld-id_export-template.read_timestamps"},{"type":"null"}]},"name":{"type":"string"},"type":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"packageFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-feature_item_id_timestamps"}},"position":{"type":"integer"},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_item_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-feature_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translationKey":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_list_id_timestamps"},{"type":"null"}]},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-feature_list_id_timestamps"},{"type":"null"}]},"descriptionTranslation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-subscription_package_feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-subscription_package_feature_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-subscription_package_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translationKey":{"type":"string"},"systemKey":{"type":"string","enum":["free_onboarding_training","free_integration_service","employee_control","course_control","training_plans","training_calculate","budget_module","training_individual_plan","self_enrolment_employees","presence_module","manager_control","bulk_upload","api_access","calendar_sync","training_provider_integration","automated_email_notifications","excel_export","cv_mailing","training_cv_generation","training_certificates","training_certificates_expiry","audit_trail","employee_training_access","grants","fla_integration","fps_employment_integration","ftp_integration","administrators","managers","teams","departments","advanced_administrator_access_roles","external_access_restriction","attachment_module","ai_usage","email_support","phone_support","dedicated_contact_person","auditor_support","gdpr_compliance","data_in_eu","sso_azure","auditor_role","unknown"]},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-subscription_package_item_id_timestamps"},{"type":"null"}]},"descriptionTranslation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-subscription_package_item_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Feature.jsonld-subscription_package_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translationKey":{"type":"string"},"systemKey":{"type":"string","enum":["free_onboarding_training","free_integration_service","employee_control","course_control","training_plans","training_calculate","budget_module","training_individual_plan","self_enrolment_employees","presence_module","manager_control","bulk_upload","api_access","calendar_sync","training_provider_integration","automated_email_notifications","excel_export","cv_mailing","training_cv_generation","training_certificates","training_certificates_expiry","audit_trail","employee_training_access","grants","fla_integration","fps_employment_integration","ftp_integration","administrators","managers","teams","departments","advanced_administrator_access_roles","external_access_restriction","attachment_module","ai_usage","email_support","phone_support","dedicated_contact_person","auditor_support","gdpr_compliance","data_in_eu","sso_azure","auditor_role","unknown"]},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-subscription_package_list_id_timestamps"},{"type":"null"}]},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/FeatureCategory.jsonld-subscription_package_list_id_timestamps"},{"type":"null"}]},"descriptionTranslation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-subscription_package_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FeatureCategory.jsonld-feature_category_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_category_item_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FeatureCategory.jsonld-feature_category_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_category_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FeatureCategory.jsonld-feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_item_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FeatureCategory.jsonld-feature_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-feature_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FeatureCategory.jsonld-subscription_package_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"translations":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-subscription_package_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FeatureFlag":{"type":"object","properties":{"feature":{"type":"string"},"active":{"type":"integer"},"client":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"ipAddress":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureFlagIP"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FeatureFlag.jsonMergePatch":{"type":"object","properties":{"feature":{"type":"string"},"active":{"type":"integer"},"client":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"ipAddress":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureFlagIP"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FeatureFlag.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"feature":{"type":"string"},"active":{"type":"integer"},"client":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"ipAddress":{"type":"array","items":{"$ref":"#\/components\/schemas\/FeatureFlagIP.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"FeatureFlagIP":{"type":"object","properties":{"ipAddress":{"type":"string"},"featureFlag":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FeatureFlagIP.jsonld":{"type":"object","properties":{"ipAddress":{"type":"string"},"featureFlag":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FederalLearningAccountSync-federal_learning_account_syncs.create":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"year":{"type":"integer"}}},"FederalLearningAccountSync.jsonld-federal_learning_account_syncs.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-federal_learning_account_syncs.list_id_timestamps"},"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/FederalLearningAccountSyncLog.jsonld-federal_learning_account_syncs.list_id_timestamps"}},"year":{"type":"integer"},"amountOfMembersToSync":{"type":["integer","null"]},"amountOfMembersDone":{"type":["integer","null"]},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-federal_learning_account_syncs.list_id_timestamps"},{"type":"null"}]},"amountOfMembersFailed":{"type":["integer","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"percentageCompleted":{"readOnly":true},"amountOfMembersSuccess":{"readOnly":true,"type":["integer","null"]}}}]},"FederalLearningAccountSync.jsonld-federal_learning_account_syncs.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"logs":{"type":"array","items":{"$ref":"#\/components\/schemas\/FederalLearningAccountSyncLog.jsonld-federal_learning_account_syncs.read_id_timestamps"}},"year":{"type":"integer"},"amountOfMembersToSync":{"type":["integer","null"]},"amountOfMembersDone":{"type":["integer","null"]},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-federal_learning_account_syncs.read_id_timestamps"},{"type":"null"}]},"amountOfMembersFailed":{"type":["integer","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"percentageCompleted":{"readOnly":true},"amountOfMembersSuccess":{"readOnly":true,"type":["integer","null"]}}}]},"FederalLearningAccountSyncLog.jsonld-federal_learning_account_syncs.list_id_timestamps":{"type":"object","properties":{"type":{"type":"string","enum":["training_rights","trainings"]},"message":{"type":["string","null"]},"organisationProfileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-federal_learning_account_syncs.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"FederalLearningAccountSyncLog.jsonld-federal_learning_account_syncs.read_id_timestamps":{"type":"object","properties":{"type":{"type":"string","enum":["training_rights","trainings"]},"objectBeforeUpdate":{"type":["array","null"],"items":{"type":["string","null"]}},"objectAfterUpdate":{"type":["array","null"],"items":{"type":["string","null"]}},"message":{"type":["string","null"]},"organisationProfileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-federal_learning_account_syncs.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"FederalPublicServiceEmployment":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"year":{"type":"integer"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"submitter":{"type":"string"},"submissionDate":{"type":"string","format":"date-time"},"file":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"default":"missing","type":"string","enum":["submitted","missing"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"}}},"FederalPublicServiceEmployment.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"year":{"type":"integer"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"submitter":{"type":"string"},"submissionDate":{"type":"string","format":"date-time"},"file":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"default":"missing","type":"string","enum":["submitted","missing"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"}}},"FederalPublicServiceEmployment.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"year":{"type":"integer"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"submitter":{"type":"string"},"submissionDate":{"type":"string","format":"date-time"},"file":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"default":"missing","type":"string","enum":["submitted","missing"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"}}}]},"FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"year":{"type":"integer"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_federal_public_service_employment.list"},{"type":"null"}]},"submitter":{"type":"string"},"submissionDate":{"type":"string","format":"date-time"},"file":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_federal_public_service_employment.list"},{"type":"null"}]},"type":{"default":"missing","type":"string","enum":["submitted","missing"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FederalPublicServiceEmployment.jsonld-id_timestamps_federal_public_service_employment.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"year":{"type":"integer"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-id_timestamps_federal_public_service_employment.read"},{"type":"null"}]},"submitter":{"type":"string"},"submissionDate":{"type":"string","format":"date-time"},"file":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_federal_public_service_employment.read"},{"type":"null"}]},"type":{"default":"missing","type":"string","enum":["submitted","missing"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileCategory.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-file_category_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isForCenter":{"type":"boolean"},"isForMe":{"type":"boolean"},"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-file_category_list_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-id_certificate.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-id_timestamps_certificate.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_location_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_series.media":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-id_timestamps_teacher_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-media.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isForCenter":{"type":"boolean"},"isForMe":{"type":"boolean"},"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-organisation_profile_attachment.list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isForCenter":{"type":"boolean"},"isForMe":{"type":"boolean"},"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-organisation_profile_attachment.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-session.media_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-training_plan_course_certificates.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-trainingplancoursegrant.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FileCategory.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"translation":{"anyOf":[{"$ref":"#\/components\/schemas\/TranslationEntry.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"FileObject-fileobject.patch.type.jsonMergePatch":{"type":"object","properties":{"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"}}},"FileObject.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingplancoursegrant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"file":{"type":["string","null"],"format":"binary"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"trainingPlanCourseGrant":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}]},"FileObject.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-email.group.list_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-email.group.read_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_TASK_READ"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FileObject.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_certificate.read"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FileObject.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_course.read_academy"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FileObject.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_fileobject.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FileObject.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_TASK_READ"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_certificate.read"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_federal_public_service_employment.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_federal_public_service_employment.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_location_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_location_read"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_profession_product_list"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_series.media":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_series.media"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_session.budget"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-id_timestamps_teacher_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-id_timestamps_teacher_read"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-manual_article.detail.read_id_timestamps"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-manual_article.list.read_id_timestamps"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-manual_article.list.read_manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-media.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-media.list_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-organisation_profile_attachment.list_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-organisation_profile_attachment.read_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profile_member_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profiles_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"}}}]},"FileObject.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FileObject.jsonld-session.media_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-session.media_id_timestamps"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-session.read_id_timestamps"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"focalPointX":{"default":0.5,"type":"number"},"focalPointY":{"default":0.5,"type":"number"},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-training_plan_course_certificate.list_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-training_plan_course_certificates.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-training_plan_course_certificates.read_id_timestamps"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FileObject.jsonld-trainingplancoursegrant.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"FileObject.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileName":{"type":"string"},"fileSize":{"type":"integer"},"type":{"anyOf":[{"$ref":"#\/components\/schemas\/FileCategory.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"},{"type":"null"}]},"originalFileName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"FormAnswer":{"type":"object","properties":{"exportValue":{"type":["string","null"]},"evaluationFormEntryAnswerChoices":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswerChoice"}},"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"position":{"type":"integer"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FormAnswer-question.list.read.jsonMergePatch":{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"position":{"type":"integer"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}},"FormAnswer.jsonMergePatch":{"type":"object","properties":{"exportValue":{"type":["string","null"]},"evaluationFormEntryAnswerChoices":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswerChoice"}},"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"position":{"type":"integer"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FormAnswer.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"evaluationFormEntryAnswerChoices":{"type":"array","items":{"$ref":"#\/components\/schemas\/EvaluationFormEntryAnswerChoice.jsonld"}},"question":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"position":{"type":"integer"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"FormAnswer.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}}]},"FormAnswer.jsonld-id_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}}]},"FormAnswer.jsonld-id_timestamps_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormAnswer.jsonld-question.item.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}}]},"FormAnswer.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"exportValue":{"type":["string","null"]},"name":{"type":"string"},"position":{"type":"integer"},"enableOpenAnswer":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}}]},"FormQuestion":{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonMergePatch"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"formObject":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"form":{"readOnly":true,"type":"string"},"answerDtos":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]}}},"FormQuestion-question.list.read":{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer-question.list.read.jsonMergePatch"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"formObject":{"$ref":"#\/components\/schemas\/EvaluationForm-question.list.read.jsonMergePatch"},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"form":{"readOnly":true,"type":"string"}}},"FormQuestion.jsonMergePatch":{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonMergePatch"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"formObject":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"form":{"readOnly":true,"type":"string"},"answerDtos":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]}}},"FormQuestion.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]}}}]},"FormQuestion.jsonld-id_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld-id_eval_form.read"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"form":{"readOnly":true,"type":"string"}}}]},"FormQuestion.jsonld-id_timestamps_eval_form.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld-id_timestamps_eval_form.read"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"form":{"readOnly":true,"type":"string"}}}]},"FormQuestion.jsonld-question.item.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld-question.item.read_id"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"formObject":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-question.item.read_id"},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"form":{"readOnly":true,"type":"string"}}}]},"FormQuestion.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormAnswer.jsonld-question.list.read"}},"category":{"type":"string","enum":["global","teacher","course","location","student"]},"formObject":{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-question.list.read"},"name":{"type":"string"},"description":{"type":["string","null"]},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"order":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"form":{"readOnly":true,"type":"string"}}}]},"FormSubmission.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"courseForm":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"attendee":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseDate":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmissionAnswer.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"FormSubmission.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"courseForm":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-form_submission.list_id_timestamps"},"attendee":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-form_submission.list_id_timestamps"},{"type":"null"}]},"courseDate":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-form_submission.list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormSubmission.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"courseForm":{"$ref":"#\/components\/schemas\/TrainingPlanCourseForm.jsonld-form_submission.read_id_timestamps"},"attendee":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-form_submission.read_id_timestamps"},{"type":"null"}]},"courseDate":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-form_submission.read_id_timestamps"},{"type":"null"}]},"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmissionAnswer.jsonld-form_submission.read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormSubmissionAnswer.jsonld":{"type":"object","properties":{"submission":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"block":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"textValue":{"type":["string","null"]},"numericValue":{"type":["integer","null"]},"signatureData":{"type":["string","null"]},"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmissionAnswerChoice.jsonld"}},"id":{"readOnly":true,"type":"string"}}},"FormSubmissionAnswer.jsonld-form_submission.read_id_timestamps":{"type":"object","properties":{"block":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_submission.read_id_timestamps"},"textValue":{"type":["string","null"]},"numericValue":{"type":["integer","null"]},"signatureData":{"type":["string","null"]},"choices":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormSubmissionAnswerChoice.jsonld-form_submission.read_id_timestamps"}},"id":{"readOnly":true,"type":"string"}}},"FormSubmissionAnswerChoice.jsonld":{"type":"object","properties":{"answer":{"$ref":"#\/components\/schemas\/FormSubmissionAnswer.jsonld"},"option":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"rowOption":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"}}},"FormSubmissionAnswerChoice.jsonld-form_submission.read_id_timestamps":{"type":"object","properties":{"option":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_submission.read_id_timestamps"},"rowOption":{"anyOf":[{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_submission.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}},"FormTemplate-form_template.write.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"logoUrl":{"type":["string","null"]},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"author":{"type":["string","null"]},"defaultTriggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"defaultDaysAfterTraining":{"type":["integer","null"]},"defaultSendTime":{"type":["string","null"]},"defaultSendEmail":{"default":true,"type":"boolean"},"defaultOnlyForAttendees":{"default":false,"type":"boolean"},"defaultReminders":{"type":["array","null"],"items":{"type":["string","null"]}}}},"FormTemplate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"logoUrl":{"type":["string","null"]},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sourceTemplate":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"author":{"type":["string","null"]},"defaultTriggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"defaultDaysAfterTraining":{"type":["integer","null"]},"defaultSendTime":{"type":["string","null"]},"defaultSendEmail":{"default":true,"type":"boolean"},"defaultOnlyForAttendees":{"default":false,"type":"boolean"},"defaultReminders":{"type":["array","null"],"items":{"type":["string","null"]}},"versions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"questionCount":{"readOnly":true,"description":"Returns the number of field (answerable) blocks in the latest published version.","type":"integer"},"latestVersion":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"systemTemplate":{"readOnly":true}}}]},"FormTemplate.jsonld-form_template.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"logoUrl":{"type":["string","null"]},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"organisationProfile":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-form_template.list_id_timestamps"},{"type":"null"}]},"author":{"type":["string","null"]},"defaultTriggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"defaultDaysAfterTraining":{"type":["integer","null"]},"defaultSendTime":{"type":["string","null"]},"defaultSendEmail":{"default":true,"type":"boolean"},"defaultOnlyForAttendees":{"default":false,"type":"boolean"},"defaultReminders":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"questionCount":{"readOnly":true,"description":"Returns the number of field (answerable) blocks in the latest published version.","type":"integer"},"latestVersion":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"systemTemplate":{"readOnly":true}}}]},"FormTemplate.jsonld-form_template.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"description":{"type":["string","null"]},"logoUrl":{"type":["string","null"]},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"organisationProfile":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-form_template.read_id_timestamps"},{"type":"null"}]}}}],"properties":{"sourceTemplate":{"anyOf":[{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template.read_id_timestamps"},{"type":"null"}]},"author":{"type":["string","null"]},"defaultTriggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"defaultDaysAfterTraining":{"type":["integer","null"]},"defaultSendTime":{"type":["string","null"]},"defaultSendEmail":{"default":true,"type":"boolean"},"defaultOnlyForAttendees":{"default":false,"type":"boolean"},"defaultReminders":{"type":["array","null"],"items":{"type":["string","null"]}},"versions":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template.read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"questionCount":{"readOnly":true,"description":"Returns the number of field (answerable) blocks in the latest published version.","type":"integer"},"latestVersion":{"readOnly":true,"type":["array","null"],"items":{"type":["string","null"]}},"systemTemplate":{"readOnly":true}}},"FormTemplate.jsonld-form_template_version.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplate.jsonld-form_template_version.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplate.jsonld-training_plan_course_form.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplate.jsonld-training_plan_course_form.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"type":{"default":"evaluation_form","type":"string","enum":["evaluation_form","follow_up","presence_form"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateBlock.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"version":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"default":0,"type":"integer"},"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"]},"text":{"type":["string","null"]},"label":{"type":["string","null"]},"description":{"type":["string","null"]},"required":{"default":false,"type":"boolean"},"subject":{"type":["string","null"],"enum":["general","instructor","location","content",null]},"config":{"type":["array","null"],"items":{"type":["string","null"]}},"options":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"canDelete":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"FormTemplateBlock.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateBlock.jsonld-form_template_block.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"version":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_block.list_id_timestamps"},"position":{"default":0,"type":"integer"},"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"]},"text":{"type":["string","null"]},"label":{"type":["string","null"]},"description":{"type":["string","null"]},"required":{"default":false,"type":"boolean"},"subject":{"type":["string","null"],"enum":["general","instructor","location","content",null]},"config":{"type":["array","null"],"items":{"type":["string","null"]}},"canDelete":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateBlock.jsonld-form_template_block.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"version":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-form_template_block.read_id_timestamps"},"position":{"default":0,"type":"integer"},"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"]},"text":{"type":["string","null"]},"label":{"type":["string","null"]},"description":{"type":["string","null"]},"required":{"default":false,"type":"boolean"},"subject":{"type":["string","null"],"enum":["general","instructor","location","content",null]},"config":{"type":["array","null"],"items":{"type":["string","null"]}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_block.read_id_timestamps"}},"canDelete":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateBlock.jsonld-form_template_block_option.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlock.jsonld-form_template_block_option.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlock.jsonld-form_template_version.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"position":{"default":0,"type":"integer"},"blockType":{"type":"string","enum":["heading_1","heading_2","heading_3","info_text","member_selection","signature","short_text","long_text","single_choice","multiple_choice","scale","choice_matrix"]},"text":{"type":["string","null"]},"label":{"type":["string","null"]},"description":{"type":["string","null"]},"required":{"default":false,"type":"boolean"},"subject":{"type":["string","null"],"enum":["general","instructor","location","content",null]},"config":{"type":["array","null"],"items":{"type":["string","null"]}},"options":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlockOption.jsonld-form_template_version.read_id_timestamps"}},"canDelete":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateBlockOption-form_template_block_option.write.jsonMergePatch":{"type":"object","properties":{"block":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"}}},"FormTemplateBlockOption.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"block":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlockOption.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlockOption.jsonld-form_template_block.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlockOption.jsonld-form_template_block_option.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"block":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block_option.list_id"},"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlockOption.jsonld-form_template_block_option.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"block":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_block_option.read_id"},"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateBlockOption.jsonld-form_template_version.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"position":{"default":0,"type":"integer"},"role":{"default":"option","type":"string","enum":["option","row","column"]},"label":{"default":"","type":"string"},"value":{"default":"","type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"FormTemplateVersion.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"template":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"versionNumber":{"default":1,"type":"integer"},"status":{"default":"draft","type":"string","enum":["draft","published"]},"publishedAt":{"type":["string","null"],"format":"date-time"},"blocks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"draft":{"readOnly":true},"published":{"readOnly":true}}}]},"FormTemplateVersion.jsonld-form_template.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"versionNumber":{"default":1,"type":"integer"},"status":{"default":"draft","type":"string","enum":["draft","published"]},"publishedAt":{"type":["string","null"],"format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-form_template_block.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-form_template_block.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-form_template_version.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"template":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template_version.list_id_timestamps"},"versionNumber":{"default":1,"type":"integer"},"status":{"default":"draft","type":"string","enum":["draft","published"]},"publishedAt":{"type":["string","null"],"format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-form_template_version.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"template":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-form_template_version.read_id_timestamps"},"versionNumber":{"default":1,"type":"integer"},"status":{"default":"draft","type":"string","enum":["draft","published"]},"publishedAt":{"type":["string","null"],"format":"date-time"},"blocks":{"type":"array","items":{"$ref":"#\/components\/schemas\/FormTemplateBlock.jsonld-form_template_version.read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-training_plan_course_form.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"template":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-training_plan_course_form.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FormTemplateVersion.jsonld-training_plan_course_form.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"template":{"$ref":"#\/components\/schemas\/FormTemplate.jsonld-training_plan_course_form.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"FtpCredential":{"type":"object","properties":{"username":{"type":"string"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"password":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FtpCredential.ics":{"type":"object","properties":{"username":{"type":"string"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"password":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"FtpCredential.jsonld":{"type":"object","properties":{"username":{"type":"string"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"password":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Grant.jsonld-grant.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"dynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-grant.read"}},"canSync":{"default":false,"type":"boolean"}}}]},"Grant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Grant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"HydraCollectionBaseSchema":{"allOf":[{"$ref":"#\/components\/schemas\/HydraCollectionBaseSchemaNoPagination"},{"type":"object","properties":{"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"}}}}]},"HydraCollectionBaseSchemaNoPagination":{"type":"object","properties":{"hydra:totalItems":{"type":"integer","minimum":0},"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","null"]},"required":{"type":"boolean"}}}}}}}},"HydraItemBaseSchema":{"type":"object","properties":{"@context":{"oneOf":[{"type":"string"},{"type":"object","properties":{"@vocab":{"type":"string"},"hydra":{"type":"string","enum":["http:\/\/www.w3.org\/ns\/hydra\/core#"]}},"required":["@vocab","hydra"],"additionalProperties":true}]},"@id":{"type":"string"},"@type":{"type":"string"}},"required":["@id","@type"]},"Integration.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"logo":{"type":["string","null"]},"description":{"type":["string","null"]},"type":{"type":"string","enum":["federal_learning_account","smartlions_api","ftp_integration","federal_public_service_employment","afas","sd_worx_eblox","acerta","attentia_dots","securex_hraccent","partena","protime","officient","sap_successfactors_hcm","hibob","blank"]},"manualUrl":{"type":["string","null"]},"manualText":{"type":["string","null"]},"integrationDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld-organisation_profiles_read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Integration.jsonld-partner.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"logo":{"type":["string","null"]},"description":{"type":["string","null"]},"type":{"type":"string","enum":["federal_learning_account","smartlions_api","ftp_integration","federal_public_service_employment","afas","sd_worx_eblox","acerta","attentia_dots","securex_hraccent","partena","protime","officient","sap_successfactors_hcm","hibob","blank"]},"manualUrl":{"type":["string","null"]},"manualText":{"type":["string","null"]},"integrationDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld-partner.list_id_timestamps"}},"integrationFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationFeature.jsonld-partner.list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"IntegrationDynamicField":{"type":"object","properties":{"type":{"type":"string","enum":["api_key","app_id","consumer_id","access_token","username","password","client_id","client_secret","tenant_name","grant_type","url"]},"integration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"}}},"IntegrationDynamicField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["api_key","app_id","consumer_id","access_token","username","password","client_id","client_secret","tenant_name","grant_type","url"]},"integration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationDynamicField.jsonld-organisation_profiles_read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["api_key","app_id","consumer_id","access_token","username","password","client_id","client_secret","tenant_name","grant_type","url"]},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationDynamicField.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["api_key","app_id","consumer_id","access_token","username","password","client_id","client_secret","tenant_name","grant_type","url"]},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationDynamicField.jsonld-partner.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["api_key","app_id","consumer_id","access_token","username","password","client_id","client_secret","tenant_name","grant_type","url"]},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationFeature.jsonld-integration_feature.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"feature":{"type":"string","enum":["sync_employees_from_smartlions","sync_employees_to_smartlions","sync_courses_to_smartlions","sync_courses_from_smartlions","sync_training_hours_to_smartlions","sync_training_hours_from_smartlions"]},"integrationFeatureDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationFeatureDynamicField.jsonld-integration_feature.read_id"}},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationFeature.jsonld-integration_feature_dynamic_field.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"IntegrationFeature.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"IntegrationFeature.jsonld-partner.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"feature":{"type":"string","enum":["sync_employees_from_smartlions","sync_employees_to_smartlions","sync_courses_to_smartlions","sync_courses_from_smartlions","sync_training_hours_to_smartlions","sync_training_hours_from_smartlions"]},"integrationFeatureDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/IntegrationFeatureDynamicField.jsonld-partner.list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"IntegrationFeatureDynamicField.jsonld-integration_feature.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"IntegrationFeatureDynamicField.jsonld-integration_feature_dynamic_field.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"integrationFeature":{"$ref":"#\/components\/schemas\/IntegrationFeature.jsonld-integration_feature_dynamic_field.read_id"},"type":{"type":"string","enum":["connector"]},"id":{"readOnly":true,"type":"string"}}}]},"IntegrationFeatureDynamicField.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["connector"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"IntegrationFeatureDynamicField.jsonld-partner.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"type":"string","enum":["connector"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"JointCommittee.ics":{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"trainingRightRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingRightRule.ics"}},"grants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"professions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"AIProfile":{"$ref":"#\/components\/schemas\/AIProfile.ics"}}},"JointCommittee.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"trainingRightRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingRightRule.jsonld"}},"grants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"professions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"AIProfile":{"$ref":"#\/components\/schemas\/AIProfile.jsonld"}}}]},"JointCommittee.jsonld-branches.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"JointCommittee.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"JointCommittee.jsonld-id_timestamps_branches.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"JointCommittee.jsonld-joint_committee_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"number":{"type":"string"},"description":{"type":["string","null"]},"slug":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"JointCommitteeProduct":{"type":"object","properties":{"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"JointCommitteeProduct.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"JointCommitteeProduct.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"jointCommittee":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld-id_course.products"},"id":{"readOnly":true,"type":"string"}}}]},"JointCommitteeProduct.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"product":{"$ref":"#\/components\/schemas\/Product.jsonld-joint_committee_product_list"}}}]},"Label":{"type":"object","properties":{"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"validFrom":{"type":"string","format":"date-time"},"validUntil":{"type":"string","format":"date-time"},"labelKey":{"type":["string","null"],"enum":["dashboard.user_welcome","dashboard.organisation_welcome",null]},"labelValue":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"validForDate":{"writeOnly":true,"type":"string","format":"date-time"}}},"Language.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isoCode":{"type":"string"},"isoName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"Location":{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}},"required":["client","name","address"]},"Location.jsonMergePatch":{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}},"Location.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}},"required":["client","name","address"]}]},"Location.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-evaluation_form_entry.read"},"id":{"readOnly":true,"type":"string"}}}]},"Location.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_enrolment.read_timestamps"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_location_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_location_read"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_location_read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.enrolment-sessions"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.read.item"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.read_address.read"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.sessions"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_session.budget"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"}}}]},"Location.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-product.code.read_id_timestamps_product.read"},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-product.list_id"},"id":{"readOnly":true,"type":"string"}}}]},"Location.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-product.read_id"},"id":{"readOnly":true,"type":"string"}}}]},"Location.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-series.budget_session.budget_id"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}}}]},"Location.jsonld-session.read.public":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"Location.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-session.read_id_timestamps"},"description":{"type":["string","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Location.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name","address"],"properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-session.simple_id_timestamps"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Log.jsonld-id_log_list_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"endpoint":{"type":"string"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-id_log_list_timestamps"},{"type":"null"}]},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-id_log_list_timestamps"},{"type":"null"}]},"clientUser":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_log_list_timestamps"},{"type":"null"}]},"responseCode":{"type":["integer","null"]},"responseBody":{"type":["array","null"],"items":{"type":["string","null"]}},"fallbackEmail":{"type":["string","null"]},"source":{"type":["string","null"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Log.jsonld-id_log_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"endpoint":{"type":"string"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-id_log_read_timestamps"},{"type":"null"}]},"user":{"anyOf":[{"$ref":"#\/components\/schemas\/User.jsonld-id_log_read_timestamps"},{"type":"null"}]},"clientUser":{"anyOf":[{"$ref":"#\/components\/schemas\/ClientUser.jsonld-id_log_read_timestamps"},{"type":"null"}]},"responseCode":{"type":["integer","null"]},"requestBody":{"type":["array","null"],"items":{"type":["string","null"]}},"requestHeaders":{"type":["array","null"],"items":{"type":["string","null"]}},"responseBody":{"type":["array","null"],"items":{"type":["string","null"]}},"responseHeaders":{"type":["array","null"],"items":{"type":["string","null"]}},"fallbackEmail":{"type":["string","null"]},"source":{"type":["string","null"]},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"MailNotificationSettings":{"type":"object","properties":{"isFlaSyncMailEnabled":{"default":true,"type":"boolean"},"isCertificateExpiringEnabled":{"default":true,"type":"boolean"},"certificateExpirationTerms":{"default":90,"type":"integer"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isEnrollNotificationEnabled":{"description":"Mail versturen als een werknemer zich inschrijft op een opleiding","default":true,"type":"boolean"},"isRequestCourseNotificationEnabled":{"description":"Mail versturen als een werknemer een opleiding aanvraagt","default":true,"type":"boolean"},"isCourseRequestAnswerNotificationEnabled":{"description":"Mail versturen als een aanvraag goedgekeurd\/geweigerd wordt","default":false,"type":"boolean"},"isNightlyEmployeeCourseNotificationEnabled":{"default":false,"type":"boolean"},"isFtpImportNotificationsEnabled":{"default":false,"type":"boolean"},"technicalContactEmails":{"type":["string","null"]},"isCourseNotificationEnabled":{"default":false,"type":"boolean"},"amountOfDaysForCourseNotification":{"default":1,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"MailNotificationSettings.ics":{"type":"object","properties":{"isFlaSyncMailEnabled":{"default":true,"type":"boolean"},"isCertificateExpiringEnabled":{"default":true,"type":"boolean"},"certificateExpirationTerms":{"default":90,"type":"integer"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isEnrollNotificationEnabled":{"description":"Mail versturen als een werknemer zich inschrijft op een opleiding","default":true,"type":"boolean"},"isRequestCourseNotificationEnabled":{"description":"Mail versturen als een werknemer een opleiding aanvraagt","default":true,"type":"boolean"},"isCourseRequestAnswerNotificationEnabled":{"description":"Mail versturen als een aanvraag goedgekeurd\/geweigerd wordt","default":false,"type":"boolean"},"isNightlyEmployeeCourseNotificationEnabled":{"default":false,"type":"boolean"},"isFtpImportNotificationsEnabled":{"default":false,"type":"boolean"},"technicalContactEmails":{"type":["string","null"]},"isCourseNotificationEnabled":{"default":false,"type":"boolean"},"amountOfDaysForCourseNotification":{"default":1,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"MailNotificationSettings.jsonld":{"type":"object","properties":{"isFlaSyncMailEnabled":{"default":true,"type":"boolean"},"isCertificateExpiringEnabled":{"default":true,"type":"boolean"},"certificateExpirationTerms":{"default":90,"type":"integer"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isEnrollNotificationEnabled":{"description":"Mail versturen als een werknemer zich inschrijft op een opleiding","default":true,"type":"boolean"},"isRequestCourseNotificationEnabled":{"description":"Mail versturen als een werknemer een opleiding aanvraagt","default":true,"type":"boolean"},"isCourseRequestAnswerNotificationEnabled":{"description":"Mail versturen als een aanvraag goedgekeurd\/geweigerd wordt","default":false,"type":"boolean"},"isNightlyEmployeeCourseNotificationEnabled":{"default":false,"type":"boolean"},"isFtpImportNotificationsEnabled":{"default":false,"type":"boolean"},"technicalContactEmails":{"type":["string","null"]},"isCourseNotificationEnabled":{"default":false,"type":"boolean"},"amountOfDaysForCourseNotification":{"default":1,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"MailNotificationSettings.jsonld-organisation_profiles_read_id_timestamps":{"type":"object","properties":{"isFlaSyncMailEnabled":{"default":true,"type":"boolean"},"isCertificateExpiringEnabled":{"default":true,"type":"boolean"},"certificateExpirationTerms":{"default":90,"type":"integer"},"isEnrollNotificationEnabled":{"description":"Mail versturen als een werknemer zich inschrijft op een opleiding","default":true,"type":"boolean"},"isRequestCourseNotificationEnabled":{"description":"Mail versturen als een werknemer een opleiding aanvraagt","default":true,"type":"boolean"},"isCourseRequestAnswerNotificationEnabled":{"description":"Mail versturen als een aanvraag goedgekeurd\/geweigerd wordt","default":false,"type":"boolean"},"isNightlyEmployeeCourseNotificationEnabled":{"default":false,"type":"boolean"},"isFtpImportNotificationsEnabled":{"default":false,"type":"boolean"},"technicalContactEmails":{"type":["string","null"]},"isCourseNotificationEnabled":{"default":false,"type":"boolean"},"amountOfDaysForCourseNotification":{"default":1,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Manual":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"visible":{"default":true,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"articles":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonMergePatch"}},"automaticNumbers":{"default":false,"type":"boolean"},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"topLevelArticles":{"readOnly":true}}},"Manual.jsonMergePatch":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"title":{"type":"string"},"visible":{"default":true,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"articles":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonMergePatch"}},"automaticNumbers":{"default":false,"type":"boolean"},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"topLevelArticles":{"readOnly":true}}},"Manual.jsonld-manual.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticNumbers":{"default":false,"type":"boolean"},"slug":{"type":["string","null"]},"topLevelArticles":{"readOnly":true}}}]},"Manual.jsonld-manual.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"title":{"type":"string"},"visible":{"default":true,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"automaticNumbers":{"default":false,"type":"boolean"},"slug":{"type":["string","null"]},"updatedAt":{"type":"string","format":"date-time"}}}]},"Manual.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"title":{"type":"string"},"visible":{"default":true,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"personGroups":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonGroup.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps"}},"automaticNumbers":{"default":false,"type":"boolean"},"slug":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"topLevelArticles":{"readOnly":true}}}]},"Manual.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ManualArticle":{"type":"object","properties":{"manual":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"number":{"type":"string"},"title":{"type":"string"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonMergePatch"}},"nestingNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"ManualArticle-manual_article.patch.write.jsonMergePatch":{"type":"object","properties":{"number":{"type":"string"},"title":{"type":"string"},"position":{"type":"integer"},"parent":{"anyOf":[{"$ref":"#\/components\/schemas\/ManualArticle-manual_article.patch.write.jsonMergePatch"},{"type":"null"}]},"nestingNumber":{"type":["string","null"]}}},"ManualArticle.jsonMergePatch":{"type":"object","properties":{"manual":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"number":{"type":"string"},"title":{"type":"string"},"position":{"type":"integer"},"parent":{"anyOf":[{"$ref":"#\/components\/schemas\/ManualArticle.jsonMergePatch"},{"type":"null"}]},"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonMergePatch"},"readOnly":true},"nestingNumber":{"type":["string","null"]}}},"ManualArticle.jsonld-manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"manual":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.detail.read"},"number":{"type":"string"},"title":{"type":"string"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read"}},"nestingNumber":{"type":["string","null"]}}},"ManualArticle.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"manual":{"$ref":"#\/components\/schemas\/Manual.jsonld-manual_article.detail.read_id_timestamps"},"article":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.detail.read_id_timestamps"},"number":{"type":"string"},"title":{"type":"string"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.detail.read_id_timestamps"}},"nestingNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ManualArticle.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"article":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.list.read_id_timestamps"},"number":{"type":"string"},"title":{"type":"string"},"position":{"type":"integer"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_id_timestamps"}},"nestingNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"manual":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"$ref":"#\/components\/schemas\/Article.jsonld-manual_article.list.read_manual_article.detail.read"},"number":{"type":"string"},"title":{"type":"string"},"position":{"type":"integer"},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"children":{"type":"array","items":{"$ref":"#\/components\/schemas\/ManualArticle.jsonld-manual_article.list.read_manual_article.detail.read"}},"nestingNumber":{"type":["string","null"]}}},"Media":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"directory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"children":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Media.jsonMergePatch":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"directory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"children":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Media.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":["string","null"]},"directory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld"},{"type":"null"}]},"children":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Media.jsonld-article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-article.detail.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-course.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-course.read_course.series"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-evaluation_form_entry.read"},{"type":"null"}]}}}]},"Media.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_TASK_READ"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_course.read_academy"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_TASK_READ"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_location_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_location_read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_profession_product_list"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_series.media":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]}}}],"properties":{"directory":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.media"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_series.media"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Media.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]}}}],"properties":{"directory":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Media.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]}}}],"properties":{"directory":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Media.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_session.budget"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-id_timestamps_teacher_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-id_timestamps_teacher_read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-joint_committee_product_list"},{"type":"null"}]}}}]},"Media.jsonld-manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-manual_article.detail.read"},{"type":"null"}]}}}]},"Media.jsonld-manual_article.detail.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-manual_article.detail.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-manual_article.list.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-manual_article.list.read_manual_article.detail.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-manual_article.list.read_manual_article.detail.read"},{"type":"null"}]}}}]},"Media.jsonld-media.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]}}}],"properties":{"directory":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-media.list_id_timestamps"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-media.list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Media.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-question.list.read"},{"type":"null"}]}}}]},"Media.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Media.jsonld-session.media_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-session.media_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-session.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Media.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":["string","null"]}}}],"properties":{"directory":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Menu":{"type":"object","properties":{"dashboardVisible":{"type":"boolean"},"courseVisible":{"type":"boolean"},"courseBundleVisible":{"type":"boolean"},"sessionsVisible":{"type":"boolean"},"enrolmentsVisible":{"type":"boolean"},"organisationsVisible":{"type":"boolean"},"personsVisible":{"type":"boolean"},"manualsVisible":{"type":"boolean"},"tasksVisible":{"type":"boolean"},"certificatesVisible":{"type":"boolean"},"evaluationFormsVisible":{"type":"boolean"},"qhseVisible":{"type":"boolean"},"budgetModuleVisible":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Menu.jsonld":{"type":"object","properties":{"dashboardVisible":{"type":"boolean"},"courseVisible":{"type":"boolean"},"courseBundleVisible":{"type":"boolean"},"sessionsVisible":{"type":"boolean"},"enrolmentsVisible":{"type":"boolean"},"organisationsVisible":{"type":"boolean"},"personsVisible":{"type":"boolean"},"manualsVisible":{"type":"boolean"},"tasksVisible":{"type":"boolean"},"certificatesVisible":{"type":"boolean"},"evaluationFormsVisible":{"type":"boolean"},"qhseVisible":{"type":"boolean"},"budgetModuleVisible":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"MfaCodeLog":{"type":"object","properties":{"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"emailAddress":{"type":"string"},"username":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"usedAt":{"type":["string","null"],"format":"date-time"},"failedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"usedBy":{"type":["string","null"]},"createdLocation":{"type":"string"},"usedLocation":{"type":["string","null"]},"code":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"MfaCodeLog.jsonld":{"type":"object","properties":{"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"emailAddress":{"type":"string"},"username":{"type":"string"},"expiresAt":{"type":"string","format":"date-time"},"usedAt":{"type":["string","null"],"format":"date-time"},"failedAt":{"type":["string","null"],"format":"date-time"},"createdBy":{"type":"string"},"usedBy":{"type":["string","null"]},"createdLocation":{"type":"string"},"usedLocation":{"type":["string","null"]},"code":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OnRequestSessionDto":{"type":"object","properties":{"name":{"type":["string","null"]},"description":{"type":["string","null"]},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonMergePatch"}},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/AddressDto"},{"type":"null"}]}}},"Organisation":{"type":"object","properties":{"addresses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationDynamicFieldValue"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"address":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"emailAddress":{"readOnly":true,"type":"string"},"phoneNumber":{"readOnly":true,"type":"string"},"memberCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true}}},"Organisation.jsonMergePatch":{"type":"object","properties":{"addresses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationDynamicFieldValue"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"address":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"emailAddress":{"readOnly":true,"type":"string"},"phoneNumber":{"readOnly":true,"type":"string"},"memberCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true}}},"Organisation.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"addresses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationDynamicFieldValue.jsonld"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"address":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"emailAddress":{"readOnly":true,"type":"string"},"phoneNumber":{"readOnly":true,"type":"string"},"memberCount":{"readOnly":true,"type":"integer"},"active":{"readOnly":true}}}]},"Organisation.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"Organisation.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"Organisation.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"Organisation.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"addresses":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationAddress.jsonld-id_timestamps_organisation.item"},"readOnly":true},"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld-id_timestamps_organisation.item"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationDynamicFieldValue.jsonld-id_timestamps_organisation.item"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_timestamps_organisation.item"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"active":{"readOnly":true}}}]},"Organisation.jsonld-id_timestamps_organisation.subresource":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld-id_timestamps_organisation.subresource"}},"client":{"$ref":"#\/components\/schemas\/Client.jsonld-id_timestamps_organisation.subresource"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"active":{"readOnly":true}}}]},"Organisation.jsonld-id_timestamps_organisation_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationBranchConnection.jsonld-id_timestamps_organisation_list"}},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"address":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"emailAddress":{"readOnly":true,"type":"string"},"phoneNumber":{"readOnly":true,"type":"string"},"memberCount":{"readOnly":true,"type":"integer"}}}]},"Organisation.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-id_timestamps_teacher_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Organisation.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationAddress":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"phoneNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}},"OrganisationAddress.jsonMergePatch":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"phoneNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}},"OrganisationAddress.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"emailAddress":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld"},"phoneNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}}]},"OrganisationAddress.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationBranchConnection":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationBranchConnection.jsonMergePatch":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationBranchConnection.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationBranchConnection.jsonld-id_timestamps_organisation.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_organisation.item"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationBranchConnection.jsonld-id_timestamps_organisation.subresource":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_organisation.subresource"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationBranchConnection.jsonld-id_timestamps_organisation_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_organisation_list"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationDynamicFieldValue":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationDynamicFieldValue.jsonld":{"type":"object","properties":{"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationDynamicFieldValue.jsonld-id_timestamps_organisation.item":{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_timestamps_organisation.item"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OrganisationGroup":{"type":"object","properties":{"organisations":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationGroup.jsonMergePatch":{"type":"object","properties":{"organisations":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationGroup.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisations":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationMember":{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfileMember":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"role":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"admin":{"readOnly":true},"organisationName":{"readOnly":true,"type":"string"}}},"OrganisationMember.jsonMergePatch":{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfileMember":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"role":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"admin":{"readOnly":true},"organisationName":{"readOnly":true,"type":"string"}}},"OrganisationMember.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object"}],"properties":{"person":{"$ref":"#\/components\/schemas\/Person.jsonld"},"organisation":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfileMember":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"role":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"admin":{"readOnly":true},"organisationName":{"readOnly":true,"type":"string"}}},"OrganisationMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"$ref":"#\/components\/schemas\/Person.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"},"organisation":{"$ref":"#\/components\/schemas\/Organisation.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"},"organisationProfileMember":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"},{"type":"null"}]},"role":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"admin":{"readOnly":true}}}]},"OrganisationProfile":{"type":"object","properties":{"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentInvoicingData":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"departments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"referral":{"writeOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"jointCommittees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourseThemes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"costModuleEnabled":{"default":true,"type":"boolean"},"logo":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseEnrolmentModuleEnabled":{"default":false,"type":"boolean"},"integrations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegration"}},"grantModuleEnabled":{"default":false,"type":"boolean"},"requestCustomCourseModuleEnabled":{"default":false,"type":"boolean"},"federalLearningAccountSyncs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"mailNotificationSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/MailNotificationSettings"},{"type":"null"}]},"federalPublicServiceEmployments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"startTrainingRightYear":{"type":["integer","null"]},"ftpCredentials":{"type":"array","items":{"$ref":"#\/components\/schemas\/FtpCredential"}},"organisationProfileImports":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"presenceModuleEnabled":{"default":false,"type":"boolean"},"attachmentModuleEnabled":{"default":false,"type":"boolean"},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult"}},"isObligatedDateForRequest":{"default":false,"type":"boolean"},"wageCosts":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonMergePatch"}},"budgetModuleEnabled":{"default":false,"type":"boolean"},"budgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonMergePatch"}},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeMembers":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"adminEmailAddress":{"readOnly":true,"type":["string","null"]},"adminName":{"readOnly":true,"type":["string","null"]},"admins":{"$ref":"#\/components\/schemas\/ArrayCollection"},"activeSubscription":{"readOnly":true},"currentSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"latestSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextSubscription":{"readOnly":true},"allFutureSubscriptions":{"readOnly":true},"allFutureInactiveSubscriptions":{"readOnly":true},"activeEmployees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"amountOfActiveEmployees":{"readOnly":true},"amountOfMembers":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"activeJointCommittees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trialSubscriptionAlreadyRedeemed":{"readOnly":true},"managers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"requestCount":{"readOnly":true,"type":"integer"},"freeAiQueriesRemaining":{"readOnly":true,"type":"integer"},"aiQueriesAllowed":{"readOnly":true,"type":"integer"}}},"OrganisationProfile.ics":{"type":"object","properties":{"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentInvoicingData":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"departments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.ics"}},"referral":{"writeOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subscriptions":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.ics"}},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.ics"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourseThemes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.ics"}},"costModuleEnabled":{"default":true,"type":"boolean"},"logo":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseEnrolmentModuleEnabled":{"default":false,"type":"boolean"},"integrations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"grantModuleEnabled":{"default":false,"type":"boolean"},"requestCustomCourseModuleEnabled":{"default":false,"type":"boolean"},"federalLearningAccountSyncs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic.ics"}},"mailNotificationSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/MailNotificationSettings.ics"},{"type":"null"}]},"federalPublicServiceEmployments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"startTrainingRightYear":{"type":["integer","null"]},"ftpCredentials":{"type":"array","items":{"$ref":"#\/components\/schemas\/FtpCredential.ics"}},"organisationProfileImports":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"presenceModuleEnabled":{"default":false,"type":"boolean"},"attachmentModuleEnabled":{"default":false,"type":"boolean"},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult.ics"}},"isObligatedDateForRequest":{"default":false,"type":"boolean"},"wageCosts":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.ics"}},"budgetModuleEnabled":{"default":false,"type":"boolean"},"budgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.ics"}},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeMembers":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"adminEmailAddress":{"readOnly":true,"type":["string","null"]},"adminName":{"readOnly":true,"type":["string","null"]},"admins":{"$ref":"#\/components\/schemas\/ArrayCollection.ics"},"activeSubscription":{"readOnly":true},"currentSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"latestSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextSubscription":{"readOnly":true},"allFutureSubscriptions":{"readOnly":true},"allFutureInactiveSubscriptions":{"readOnly":true},"activeEmployees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"amountOfActiveEmployees":{"readOnly":true},"amountOfMembers":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"activeJointCommittees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trialSubscriptionAlreadyRedeemed":{"readOnly":true},"managers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"requestCount":{"readOnly":true,"type":"integer"},"freeAiQueriesRemaining":{"readOnly":true,"type":"integer"},"aiQueriesAllowed":{"readOnly":true,"type":"integer"}}},"OrganisationProfile.jsonMergePatch":{"type":"object","properties":{"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentInvoicingData":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"departments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"referral":{"writeOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"jointCommittees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourseThemes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"costModuleEnabled":{"default":true,"type":"boolean"},"logo":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseEnrolmentModuleEnabled":{"default":false,"type":"boolean"},"integrations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegration"}},"grantModuleEnabled":{"default":false,"type":"boolean"},"requestCustomCourseModuleEnabled":{"default":false,"type":"boolean"},"federalLearningAccountSyncs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"mailNotificationSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/MailNotificationSettings"},{"type":"null"}]},"federalPublicServiceEmployments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"startTrainingRightYear":{"type":["integer","null"]},"ftpCredentials":{"type":"array","items":{"$ref":"#\/components\/schemas\/FtpCredential"}},"organisationProfileImports":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"presenceModuleEnabled":{"default":false,"type":"boolean"},"attachmentModuleEnabled":{"default":false,"type":"boolean"},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult"}},"isObligatedDateForRequest":{"default":false,"type":"boolean"},"wageCosts":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonMergePatch"}},"budgetModuleEnabled":{"default":false,"type":"boolean"},"budgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonMergePatch"}},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeMembers":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"adminEmailAddress":{"readOnly":true,"type":["string","null"]},"adminName":{"readOnly":true,"type":["string","null"]},"admins":{"$ref":"#\/components\/schemas\/ArrayCollection"},"activeSubscription":{"readOnly":true},"currentSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"latestSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextSubscription":{"readOnly":true},"allFutureSubscriptions":{"readOnly":true},"allFutureInactiveSubscriptions":{"readOnly":true},"activeEmployees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"amountOfActiveEmployees":{"readOnly":true},"amountOfMembers":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"activeJointCommittees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trialSubscriptionAlreadyRedeemed":{"readOnly":true},"managers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"requestCount":{"readOnly":true,"type":"integer"},"freeAiQueriesRemaining":{"readOnly":true,"type":"integer"},"aiQueriesAllowed":{"readOnly":true,"type":"integer"}}},"OrganisationProfile.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"members":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enrolmentInvoicingData":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"departments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld"}},"referral":{"writeOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"subscriptions":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld"}},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourseThemes":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld"}},"costModuleEnabled":{"default":true,"type":"boolean"},"logo":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseEnrolmentModuleEnabled":{"default":false,"type":"boolean"},"integrations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"grantModuleEnabled":{"default":false,"type":"boolean"},"requestCustomCourseModuleEnabled":{"default":false,"type":"boolean"},"federalLearningAccountSyncs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic.jsonld"}},"mailNotificationSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/MailNotificationSettings.jsonld"},{"type":"null"}]},"federalPublicServiceEmployments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"startTrainingRightYear":{"type":["integer","null"]},"ftpCredentials":{"type":"array","items":{"$ref":"#\/components\/schemas\/FtpCredential.jsonld"}},"organisationProfileImports":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"presenceModuleEnabled":{"default":false,"type":"boolean"},"attachmentModuleEnabled":{"default":false,"type":"boolean"},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult.jsonld"}},"isObligatedDateForRequest":{"default":false,"type":"boolean"},"wageCosts":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileWageCost.jsonld"}},"budgetModuleEnabled":{"default":false,"type":"boolean"},"budgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileBudget.jsonld"}},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeMembers":{"readOnly":true,"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"adminEmailAddress":{"readOnly":true,"type":["string","null"]},"adminName":{"readOnly":true,"type":["string","null"]},"admins":{"$ref":"#\/components\/schemas\/ArrayCollection.jsonld"},"activeSubscription":{"readOnly":true},"currentSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"latestSubscription":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"nextSubscription":{"readOnly":true},"allFutureSubscriptions":{"readOnly":true},"allFutureInactiveSubscriptions":{"readOnly":true},"activeEmployees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"amountOfActiveEmployees":{"readOnly":true},"amountOfMembers":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"activeJointCommittees":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trialSubscriptionAlreadyRedeemed":{"readOnly":true},"managers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"requestCount":{"readOnly":true,"type":"integer"},"freeAiQueriesRemaining":{"readOnly":true,"type":"integer"},"aiQueriesAllowed":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfile.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-federal_learning_account_syncs.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-form_template.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-form_template.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-id_timestamps_organisation_profiles_fla_sync_preview":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-organisation_profile_member_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfile.jsonld-organisation_profiles_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"logo":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profiles_list_id_timestamps"},{"type":"null"}]},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"budgetModuleEnabled":{"default":false,"type":"boolean"},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"activeSubscription":{"readOnly":true},"currentSubscription":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profiles_list_id_timestamps"},{"type":"null"}],"readOnly":true}}}]},"OrganisationProfile.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"departments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileDepartment.jsonld-organisation_profiles_read_id_timestamps"}},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-organisation_profiles_read_id_timestamps"}},"costModuleEnabled":{"default":true,"type":"boolean"},"logo":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"courseEnrolmentModuleEnabled":{"default":false,"type":"boolean"},"integrations":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegration.jsonld-organisation_profiles_read_id_timestamps"}},"grantModuleEnabled":{"default":false,"type":"boolean"},"requestCustomCourseModuleEnabled":{"default":false,"type":"boolean"},"mailNotificationSettings":{"anyOf":[{"$ref":"#\/components\/schemas\/MailNotificationSettings.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"startTrainingRightYear":{"type":["integer","null"]},"isoCountry":{"default":"BE","type":"string","enum":["BE","FR","NL","AL","AD","AT","BY","BA","BG","HR","CY","CZ","DK","EE","FI","DE","GR","HU","IS","IE","IT","LV","LI","LT","LU","MT","MD","MC","ME","MK","NO","PL","PT","RO","RU","SM","RS","SK","SI","ES","SE","CH","TR","UA","VA"]},"presenceModuleEnabled":{"default":false,"type":"boolean"},"attachmentModuleEnabled":{"default":false,"type":"boolean"},"isObligatedDateForRequest":{"default":false,"type":"boolean"},"budgetModuleEnabled":{"default":false,"type":"boolean"},"allowExternalConnection":{"default":true,"type":"boolean"},"name":{"type":"string"},"vatNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"admins":{"$ref":"#\/components\/schemas\/ArrayCollection.jsonld-organisation_profiles_read_id_timestamps"},"activeSubscription":{"readOnly":true},"currentSubscription":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileSubscription.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}],"readOnly":true},"nextSubscription":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"amountOfMembers":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"trialSubscriptionAlreadyRedeemed":{"readOnly":true},"managers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"requestCount":{"readOnly":true,"type":"integer"},"freeAiQueriesRemaining":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfile.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"logo":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-training_plan_course_certificate.list_id_timestamps"},{"type":"null"}]},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileAttachment":{"type":"object","properties":{"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"file":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"uploader":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"OrganisationProfileAttachment-organisation_profile_attachment.patch.jsonMergePatch":{"type":"object"},"OrganisationProfileAttachment.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"file":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"uploader":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}]},"OrganisationProfileAttachment.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"member":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_attachment.list_id_timestamps"},{"type":"null"}]},"course":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-organisation_profile_attachment.list_id_timestamps"},{"type":"null"}]},"file":{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profile_attachment.list_id_timestamps"},"uploader":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_attachment.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileAttachment.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"member":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_attachment.read_id_timestamps"},{"type":"null"}]},"course":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-organisation_profile_attachment.read_id_timestamps"},{"type":"null"}]},"file":{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profile_attachment.read_id_timestamps"},"uploader":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-organisation_profile_attachment.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileBudget":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileBudget.ics":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileBudget.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileBudget.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileBudget.jsonld-organisation_profile_budget.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileBudget.jsonld-organisation_profile_budget.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"amount":{"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":"string","format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileDepartment":{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"emailAddress":{"type":["string","null"]},"contactPerson":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"activeEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"jointCommittees":{"readOnly":true}}},"OrganisationProfileDepartment.ics":{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.ics"},"emailAddress":{"type":["string","null"]},"contactPerson":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"activeEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"jointCommittees":{"readOnly":true}}},"OrganisationProfileDepartment.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address"},"emailAddress":{"type":["string","null"]},"contactPerson":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"activeEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"jointCommittees":{"readOnly":true}}},"OrganisationProfileDepartment.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld"},"emailAddress":{"type":["string","null"]},"contactPerson":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"activeEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"jointCommittees":{"readOnly":true}}}]},"OrganisationProfileDepartment.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"address":{"$ref":"#\/components\/schemas\/Address.jsonld-organisation_profiles_read_id_timestamps"},"emailAddress":{"type":["string","null"]},"contactPerson":{"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfActiveEmployees":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"jointCommittees":{"readOnly":true}}}]},"OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"filePath":{"type":["string","null"]},"status":{"type":"string","enum":["created","queued","validating","validated","in_progress","completed","failed"]},"type":{"default":"unknown","type":"string","enum":["courses","members","members_on_courses","unknown"]},"records":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"errorCount":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfileImport.jsonld-id_timestamps_organisation_profile_import_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"filePath":{"type":["string","null"]},"status":{"type":"string","enum":["created","queued","validating","validated","in_progress","completed","failed"]},"type":{"default":"unknown","type":"string","enum":["courses","members","members_on_courses","unknown"]},"records":{"type":"integer"},"preValidateData":{"type":["string","null"]},"originalData":{"type":["string","null"]},"errors":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileImportValidationError.jsonld-id_timestamps_organisation_profile_import_read"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"errorCount":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfileImportValidationError.jsonld-id_timestamps_organisation_profile_import_read":{"type":"object","properties":{"row":{"default":0,"type":"integer"},"originalData":{"type":["string","null"]},"error":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"OrganisationProfileIntegration":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"integration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"],"enum":["pending","active",null]},"integrationDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationDynamicFieldValue"}},"organisationProfileIntegrationFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeature"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegration.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"integration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":["string","null"],"enum":["pending","active",null]},"integrationDynamicFieldValues":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfileIntegrationFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeature.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileIntegration.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"integration":{"$ref":"#\/components\/schemas\/Integration.jsonld-organisation_profiles_read_id_timestamps"},"status":{"type":["string","null"],"enum":["pending","active",null]},"integrationDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationDynamicFieldValue.jsonld-organisation_profiles_read_id_timestamps"}},"organisationProfileIntegrationFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeature.jsonld-organisation_profiles_read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileIntegrationDynamicFieldValue":{"type":"object","properties":{"organisationProfileIntegration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegrationDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfileIntegration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileIntegrationDynamicFieldValue.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"field":{"$ref":"#\/components\/schemas\/IntegrationDynamicField.jsonld-organisation_profiles_read_id_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileIntegrationFeature":{"type":"object","properties":{"organisationProfileIntegration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfileIntegrationFeatureDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeatureDynamicFieldValue"}},"integrationFeature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"priority":{"type":["integer","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegrationFeature.jsonld":{"type":"object","properties":{"organisationProfileIntegration":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfileIntegrationFeatureDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeatureDynamicFieldValue.jsonld"}},"integrationFeature":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"priority":{"type":["integer","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegrationFeature.jsonld-organisation_profiles_read_id_timestamps":{"type":"object","properties":{"organisationProfileIntegrationFeatureDynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeatureDynamicFieldValue.jsonld-organisation_profiles_read_id_timestamps"}},"integrationFeature":{"$ref":"#\/components\/schemas\/IntegrationFeature.jsonld-organisation_profiles_read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OrganisationProfileIntegrationFeatureDynamicFieldValue":{"type":"object","properties":{"organisationProfileIntegrationFeature":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeature"},"integrationFeatureDynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegrationFeatureDynamicFieldValue.jsonld":{"type":"object","properties":{"organisationProfileIntegrationFeature":{"$ref":"#\/components\/schemas\/OrganisationProfileIntegrationFeature.jsonld"},"integrationFeatureDynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileIntegrationFeatureDynamicFieldValue.jsonld-organisation_profiles_read_id_timestamps":{"type":"object","properties":{"integrationFeatureDynamicField":{"$ref":"#\/components\/schemas\/IntegrationFeatureDynamicField.jsonld-organisation_profiles_read_id_timestamps"},"value":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"OrganisationProfileJointCommittee":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"history":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"workingHoursPerDay":{"readOnly":true,"type":["number","null"]},"amountOfFullTimeEquivalentEmployeesDuringMonth":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"activeEmployees":{"readOnly":true}}},"OrganisationProfileJointCommittee.ics":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"history":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"workingHoursPerDay":{"readOnly":true,"type":["number","null"]},"amountOfFullTimeEquivalentEmployeesDuringMonth":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"activeEmployees":{"readOnly":true}}},"OrganisationProfileJointCommittee.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"history":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"workingHoursPerDay":{"readOnly":true,"type":["number","null"]},"amountOfFullTimeEquivalentEmployeesDuringMonth":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"activeEmployees":{"readOnly":true}}},"OrganisationProfileJointCommittee.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"history":{"writeOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"workingHoursPerDay":{"readOnly":true,"type":["number","null"]},"amountOfFullTimeEquivalentEmployeesDuringMonth":{"readOnly":true},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true},"activeEmployees":{"readOnly":true}}}]},"OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileJointCommittee.jsonld-id_timestamps_org_profile_joint_committee_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileJointCommittee.jsonld-organisation_profile_wage_cost.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileJointCommittee.jsonld-organisation_profile_wage_cost.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileJointCommittee.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"workingHoursPerWeek":{"type":"number"},"archived":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfFullTimeEquivalentEmployees":{"readOnly":true},"amountOfActiveEmployees":{"readOnly":true}}}]},"OrganisationProfileJointCommitteeHistory":{"type":"object","properties":{"workingHoursPerWeek":{"type":"number"},"organisationProfileJointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileJointCommitteeHistory.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"workingHoursPerWeek":{"type":"number"},"organisationProfileJointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileMember":{"type":"object","properties":{"organisationMembers":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonMergePatch"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managedTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"default":false,"type":"boolean"},"trainingPlanCourseRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"}},"isReadOnly":{"default":false,"type":"boolean"},"requestedCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"advancedPermissions":{"anyOf":[{"$ref":"#\/components\/schemas\/AdvancedMemberPermission"},{"type":"null"}]},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"uploadedAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult"}},"roleStart":{"type":["string","null"],"format":"date-time"},"roleEnd":{"type":["string","null"],"format":"date-time"},"isAuditor":{"default":false,"type":"boolean"},"emailRecipients":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonMergePatch"},"role":{"type":["string","null"]},"isAdmin":{"type":"boolean"},"verificationCode":{"type":["string","null"]},"userVerified":{"type":"boolean"},"employeeNumber":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"active":{"readOnly":true},"firstEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployments":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"permissions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"lastAiAnalysisResult":{"anyOf":[{"$ref":"#\/components\/schemas\/AiQueryResult"},{"type":"null"}],"readOnly":true},"canGenerateNewAiAnalysis":{"readOnly":true},"queryGeneratedWithinLastDay":{"readOnly":true}},"required":["organisationProfile"]},"OrganisationProfileMember.jsonMergePatch":{"type":"object","properties":{"organisationMembers":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonMergePatch"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managedTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"default":false,"type":"boolean"},"trainingPlanCourseRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"}},"isReadOnly":{"default":false,"type":"boolean"},"requestedCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"advancedPermissions":{"anyOf":[{"$ref":"#\/components\/schemas\/AdvancedMemberPermission"},{"type":"null"}]},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"uploadedAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult"}},"roleStart":{"type":["string","null"],"format":"date-time"},"roleEnd":{"type":["string","null"],"format":"date-time"},"isAuditor":{"default":false,"type":"boolean"},"emailRecipients":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonMergePatch"},"role":{"type":["string","null"]},"isAdmin":{"type":"boolean"},"verificationCode":{"type":["string","null"]},"userVerified":{"type":"boolean"},"employeeNumber":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"active":{"readOnly":true},"firstEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployments":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"permissions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"lastAiAnalysisResult":{"anyOf":[{"$ref":"#\/components\/schemas\/AiQueryResult"},{"type":"null"}],"readOnly":true},"canGenerateNewAiAnalysis":{"readOnly":true},"queryGeneratedWithinLastDay":{"readOnly":true}}},"OrganisationProfileMember.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationMembers":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"employments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld"}},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"teams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managedTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"archived":{"default":false,"type":"boolean"},"trainingPlanCourseRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest.jsonld"}},"isReadOnly":{"default":false,"type":"boolean"},"requestedCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"advancedPermissions":{"anyOf":[{"$ref":"#\/components\/schemas\/AdvancedMemberPermission.jsonld"},{"type":"null"}]},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"uploadedAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"aiQueryResults":{"type":"array","items":{"$ref":"#\/components\/schemas\/AiQueryResult.jsonld"}},"roleStart":{"type":["string","null"],"format":"date-time"},"roleEnd":{"type":["string","null"],"format":"date-time"},"isAuditor":{"default":false,"type":"boolean"},"emailRecipients":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfile":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld"},"role":{"type":["string","null"]},"isAdmin":{"type":"boolean"},"verificationCode":{"type":["string","null"]},"userVerified":{"type":"boolean"},"employeeNumber":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"active":{"readOnly":true},"firstEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployments":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastEmployment":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"permissions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"lastAiAnalysisResult":{"anyOf":[{"$ref":"#\/components\/schemas\/AiQueryResult.jsonld"},{"type":"null"}],"readOnly":true},"canGenerateNewAiAnalysis":{"readOnly":true},"queryGeneratedWithinLastDay":{"readOnly":true}},"required":["organisationProfile"]}]},"OrganisationProfileMember.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isAdmin":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["organisationProfile"],"properties":{"organisationProfile":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"role":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"activeEmployments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"readOnly":true},"status":{"readOnly":true,"type":"string"},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"OrganisationProfileMember.jsonld-federal_learning_account_syncs.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-federal_learning_account_syncs.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-federal_learning_account_syncs.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-form_submission.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-form_submission.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-organisation_profile_attachment.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-organisation_profile_attachment.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-organisation_profile_member_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isReadOnly":{"default":false,"type":"boolean"},"roleStart":{"type":["string","null"],"format":"date-time"},"roleEnd":{"type":["string","null"],"format":"date-time"},"isAuditor":{"default":false,"type":"boolean"},"organisationProfile":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profile_member_list_id_timestamps"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-organisation_profile_member_list_id_timestamps"},"role":{"type":["string","null"]},"isAdmin":{"type":"boolean"},"verificationCode":{"type":["string","null"]},"userVerified":{"type":"boolean"},"employeeNumber":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"active":{"readOnly":true},"activeEmployments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld-organisation_profile_member_list_id_timestamps"},"readOnly":true},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}},"required":["organisationProfile"]}]},"OrganisationProfileMember.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"employments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld-organisation_profile_member_read_id_timestamps"}},"trainingPlanCourses":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-organisation_profile_member_read_id_timestamps"}},"teams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_member_read_id_timestamps"}},"managedTeams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-organisation_profile_member_read_id_timestamps"}},"isReadOnly":{"default":false,"type":"boolean"},"advancedPermissions":{"anyOf":[{"$ref":"#\/components\/schemas\/AdvancedMemberPermission.jsonld-organisation_profile_member_read_id_timestamps"},{"type":"null"}]},"roleStart":{"type":["string","null"],"format":"date-time"},"roleEnd":{"type":["string","null"],"format":"date-time"},"isAuditor":{"default":false,"type":"boolean"},"organisationProfile":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-organisation_profile_member_read_id_timestamps"},"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-organisation_profile_member_read_id_timestamps"},"role":{"type":["string","null"]},"isAdmin":{"type":"boolean"},"verificationCode":{"type":["string","null"]},"userVerified":{"type":"boolean"},"employeeNumber":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"active":{"readOnly":true},"activeEmployments":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberEmployment.jsonld-organisation_profile_member_read_id_timestamps"},"readOnly":true},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"allFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"lastAiAnalysisResult":{"anyOf":[{"$ref":"#\/components\/schemas\/AiQueryResult.jsonld-organisation_profile_member_read_id_timestamps"},{"type":"null"}],"readOnly":true},"canGenerateNewAiAnalysis":{"readOnly":true}},"required":["organisationProfile"]}]},"OrganisationProfileMember.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-training_plan_course.read_id_timestamps_syncable"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-training_plan_course_certificate.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileMember.jsonld-training_plan_course_date_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"userProfile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-training_plan_course_date_list_id"},"isAdmin":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"isManager":{"readOnly":true},"status":{"readOnly":true,"type":"string"}}}]},"OrganisationProfileMemberEmployment":{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"organisationProfileMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"functionNorm":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployment":{"readOnly":true},"jointCommitteeNumber":{"readOnly":true},"jointCommitteeDescription":{"readOnly":true}},"required":["organisationProfileMember"]},"OrganisationProfileMemberEmployment.jsonMergePatch":{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"organisationProfileMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"functionNorm":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployment":{"readOnly":true},"jointCommitteeNumber":{"readOnly":true},"jointCommitteeDescription":{"readOnly":true}}},"OrganisationProfileMemberEmployment.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"organisationProfileMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"functionNorm":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"activeEmployment":{"readOnly":true},"jointCommitteeNumber":{"readOnly":true},"jointCommitteeDescription":{"readOnly":true}},"required":["organisationProfileMember"]}]},"OrganisationProfileMemberEmployment.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"activeEmployment":{"readOnly":true}}}]},"OrganisationProfileMemberEmployment.jsonld-organisation_profile_member_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"activeEmployment":{"readOnly":true}}}]},"OrganisationProfileMemberEmployment.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"department":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"function":{"type":"string"},"contractType":{"type":"string","enum":["full_time","part_time","paternity_leave_full_time","paternity_leave_part_time","other"]},"employmentPercentage":{"default":100.0,"type":"number"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"hourlyWage":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"activeEmployment":{"readOnly":true}}}]},"OrganisationProfileSubscription":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"userProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"subscriptionPackagePrice":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileSubscription.ics":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"userProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.ics"},{"type":"null"}]},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"subscriptionPackagePrice":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileSubscription.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"userProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.jsonld"},{"type":"null"}]},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"subscriptionPackagePrice":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileSubscription.jsonld-organisation_profile_subscription_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.jsonld-organisation_profile_subscription_read_id_timestamps"},{"type":"null"}]},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"subscriptionPackagePrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld-organisation_profile_subscription_read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileSubscription.jsonld-organisation_profiles_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.jsonld-organisation_profiles_list_id_timestamps"},{"type":"null"}]},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileSubscription.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"startDate":{"type":"string","format":"date-time"},"expirationDate":{"type":"string","format":"date-time"},"referral":{"anyOf":[{"$ref":"#\/components\/schemas\/Referral.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"isAutoRenew":{"type":["boolean","null"]},"isTrial":{"type":["boolean","null"]},"subscriptionPackagePrice":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileTeam":{"type":"object","required":["organisationProfile","name"],"properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"members":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allowedEnrollableCourses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"memberCount":{"readOnly":true,"type":"integer"}}},"OrganisationProfileTeam.ics":{"type":"object","required":["organisationProfile","name"],"properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"members":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allowedEnrollableCourses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"memberCount":{"readOnly":true,"type":"integer"}}},"OrganisationProfileTeam.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"members":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allowedEnrollableCourses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"memberCount":{"readOnly":true,"type":"integer"}}},"OrganisationProfileTeam.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["organisationProfile","name"],"properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"members":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"managers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allowedEnrollableCourses":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"memberCount":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfileTeam.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileTeam.jsonld-organisation_profile_team.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"memberCount":{"readOnly":true,"type":"integer"}}}]},"OrganisationProfileTeam.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileWageCost":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileWageCost.ics":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileWageCost.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"OrganisationProfileWageCost.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-organisation_profile_wage_cost.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"OrganisationProfileWageCost.jsonld-organisation_profile_wage_cost.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"amount":{"type":"number"},"date":{"type":["string","null"],"format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"jointCommittee":{"$ref":"#\/components\/schemas\/OrganisationProfileJointCommittee.jsonld-organisation_profile_wage_cost.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person":{"type":"object","properties":{"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue"}},"blacklisted":{"default":false,"type":"boolean"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"students":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"preknowledges":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"userProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"status":{"type":"string"},"communicationEmailAddress":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationMembers":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"active":{"readOnly":true},"teacherId":{"readOnly":true,"type":["string","null"]},"lastLogin":{"readOnly":true,"type":["string","null"],"format":"date-time"}}},"Person.jsonMergePatch":{"type":"object","properties":{"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue"}},"blacklisted":{"default":false,"type":"boolean"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"students":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"preknowledges":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"userProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"status":{"type":"string"},"communicationEmailAddress":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationMembers":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"active":{"readOnly":true},"teacherId":{"readOnly":true,"type":["string","null"]},"lastLogin":{"readOnly":true,"type":["string","null"],"format":"date-time"}}},"Person.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld"}},"blacklisted":{"default":false,"type":"boolean"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"students":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"preknowledges":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"userProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"status":{"type":"string"},"communicationEmailAddress":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationMembers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationMember.jsonld"},"readOnly":true},"active":{"readOnly":true},"teacherId":{"readOnly":true,"type":["string","null"]},"lastLogin":{"readOnly":true,"type":["string","null"],"format":"date-time"}}}]},"Person.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"}},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"status":{"type":"string"},"communicationEmailAddress":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-PRESENCE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-eval_form_answer.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"}}}]},"Person.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"}}}]},"Person.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-id_timestamps_person.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld-id_timestamps_person.read"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld-id_timestamps_person.read"}},"blacklisted":{"default":false,"type":"boolean"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"userProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"teacherId":{"readOnly":true,"type":["string","null"]},"lastLogin":{"readOnly":true,"type":["string","null"],"format":"date-time"}}}]},"Person.jsonld-id_timestamps_person.read_person.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"groups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branchConnections":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonBranchConnection.jsonld-id_timestamps_person.read_person.item"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/PersonDynamicFieldValue.jsonld-id_timestamps_person.read_person.item"}},"blacklisted":{"default":false,"type":"boolean"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"userProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_person.read_person.item"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"remarks":{"type":["string","null"]},"status":{"type":"string"},"communicationEmailAddress":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"teacherId":{"readOnly":true,"type":["string","null"]},"lastLogin":{"readOnly":true,"type":["string","null"],"format":"date-time"}}}]},"Person.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Person.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonBranchConnection":{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PersonBranchConnection.jsonMergePatch":{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PersonBranchConnection.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PersonBranchConnection.jsonld-id_timestamps_person.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_person.read"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonBranchConnection.jsonld-id_timestamps_person.read_person.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_person.read_person.item"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonDynamicFieldValue":{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PersonDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PersonDynamicFieldValue.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-ORGANISATION_MEMBER_ITEM_ORGANISATION_MEMBER_INCLUDE_ORG_id_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonDynamicFieldValue.jsonld-id_timestamps_person.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_timestamps_person.read"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonDynamicFieldValue.jsonld-id_timestamps_person.read_person.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_timestamps_person.read_person.item"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PersonGroup":{"type":"object","properties":{"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PersonGroup.jsonMergePatch":{"type":"object","properties":{"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PersonGroup.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"active":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PersonGroup.jsonld-manual.list.read_manual.detail.read_manual_article.list.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Preknowledge":{"type":"object","properties":{"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Preknowledge.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Presence.jsonMergePatch":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"videoTracking":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"replacedStudent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"present":{"type":"boolean"},"remarks":{"type":["string","null"]},"watched":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"completedChecks":{"readOnly":true,"type":"integer"},"totalCertificates":{"readOnly":true,"type":"integer"}}},"Presence.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"videoTracking":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld"}},"id":{"readOnly":true,"type":"string"},"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld"},{"type":"null"}]},"present":{"type":"boolean"},"remarks":{"type":["string","null"]},"watched":{"type":"boolean"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"completedChecks":{"readOnly":true,"type":"integer"},"totalCertificates":{"readOnly":true,"type":"integer"}}}]},"Presence.jsonld-PRESENCE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld-PRESENCE_LIST_id_timestamps"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-PRESENCE_LIST_id_timestamps"},{"type":"null"}]},"present":{"type":"boolean"},"watched":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Presence.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.presence"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.presence"},{"type":"null"}]},"present":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"totalCertificates":{"readOnly":true,"type":"integer"}}}]},"Presence.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.presence_course_bundle.presences"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.presence_course_bundle.presences"},{"type":"null"}]},"present":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"totalCertificates":{"readOnly":true,"type":"integer"}}}]},"Presence.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"student":{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.read.item"},"present":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Presence.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"videoTracking":{"type":"array","items":{"$ref":"#\/components\/schemas\/VideoTracking.jsonld-id_timestamps_series.read_address.read"}},"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.read_address.read"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"present":{"type":"boolean"},"remarks":{"type":["string","null"]},"watched":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedChecks":{"readOnly":true,"type":"integer"}}}]},"Presence.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"watchedAt":{"type":["string","null"],"format":"date-time"},"student":{"$ref":"#\/components\/schemas\/Student.jsonld-session.read_id_timestamps"},"replacedStudent":{"anyOf":[{"$ref":"#\/components\/schemas\/Student.jsonld-session.read_id_timestamps"},{"type":"null"}]},"present":{"type":"boolean"},"remarks":{"type":["string","null"]},"watched":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"completedChecks":{"readOnly":true,"type":"integer"}}}]},"PresenceCheck":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"message":{"type":"string"},"buttonMessage":{"type":"string"},"timeToShow":{"type":"string","format":"date-time"},"useRealTimeToShow":{"type":"boolean"},"videoTrackings":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PresenceCheck.jsonMergePatch":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"message":{"type":"string"},"buttonMessage":{"type":"string"},"timeToShow":{"type":"string","format":"date-time"},"useRealTimeToShow":{"type":"boolean"},"videoTrackings":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PresenceCheck.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"message":{"type":"string"},"buttonMessage":{"type":"string"},"timeToShow":{"type":"string","format":"date-time"},"useRealTimeToShow":{"type":"boolean"},"videoTrackings":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PresenceCheck.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"message":{"type":"string"},"buttonMessage":{"type":"string"},"timeToShow":{"type":"string","format":"date-time"},"useRealTimeToShow":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PresenceCheckTemplate":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"entries":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheckTemplateEntry"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PresenceCheckTemplate.jsonMergePatch":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"entries":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheckTemplateEntry"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PresenceCheckTemplate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"entries":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheckTemplateEntry.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PresenceCheckTemplateEntry":{"type":"object","properties":{"timestampMinutes":{"type":"integer"},"type":{"readOnly":true,"default":"start","type":"string","enum":["start","end"]},"presenceCheckTemplate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PresenceCheckTemplateEntry.jsonld":{"type":"object","properties":{"timestampMinutes":{"type":"integer"},"type":{"readOnly":true,"default":"start","type":"string","enum":["start","end"]},"presenceCheckTemplate":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PriceCategory":{"type":"object","required":["client","name","price"],"properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"price":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PriceCategory.jsonMergePatch":{"type":"object","properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"price":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"PriceCategory.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["client","name","price"],"properties":{"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"price":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"PriceCategory.jsonld-course.series_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"PriceCategory.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"PriceCategory.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"PriceCategory.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"PriceCategory.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"PriceCategory.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Product":{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"professionProducts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"jointCommitteeProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommitteeProduct"}},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseBundle":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"item":{"readOnly":true,"anyOf":[{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}]},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaceUrl":{"readOnly":true,"type":["string","null"]}},"required":["active","enabled"]},"Product.jsonMergePatch":{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"professionProducts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"jointCommitteeProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommitteeProduct"}},"branch":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseBundle":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"item":{"readOnly":true,"anyOf":[{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}]},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaceUrl":{"readOnly":true,"type":["string","null"]}}},"Product.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"professionProducts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField.jsonld"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"jointCommitteeProducts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld"},{"$ref":"#\/components\/schemas\/Course.jsonld"}],"readOnly":true},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"marketplaceUrl":{"readOnly":true,"type":["string","null"]}},"required":["active","enabled"]}]},"Product.jsonld-id_course.collection.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_course.collection.list"},"id":{"readOnly":true,"type":"string"}}}]},"Product.jsonld-id_course.products":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField.jsonld-id_course.products"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"jointCommitteeProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommitteeProduct.jsonld-id_course.products"}},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_course.products"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}},"required":["active","enabled"]}]},"Product.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_course_bundle.read"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}},"required":["active","enabled"]}]},"Product.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_course_bundle.read_course.series"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}},"required":["active","enabled"]}]},"Product.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"requiredPersonGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredOrganisationGroups":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requiredCourseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_course_bundle.read_series"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}},"required":["active","enabled"]}]},"Product.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Product.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professionProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_product.professions"}},"id":{"readOnly":true,"type":"string"}}}]},"Product.jsonld-id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Product.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professionProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_product.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Product.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_profession_product_list"},"code":{"minLength":7,"maxLength":7,"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-id_timestamps_profession_product_list"},{"$ref":"#\/components\/schemas\/Course.jsonld-id_timestamps_profession_product_list"}],"readOnly":true}}}]},"Product.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Product.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-joint_committee_product_list"},"code":{"minLength":7,"maxLength":7,"type":"string"},"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-joint_committee_product_list"},{"$ref":"#\/components\/schemas\/Course.jsonld-joint_committee_product_list"}],"readOnly":true}}}]},"Product.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField.jsonld-product.code.read_id_timestamps_product.read"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-product.code.read_id_timestamps_product.read"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}},"required":["active","enabled"]}],"properties":{"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-product.code.read_id_timestamps_product.read"},{"$ref":"#\/components\/schemas\/Course.jsonld-product.code.read_id_timestamps_product.read"}],"readOnly":true}}},"Product.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-product.list_id"},"id":{"readOnly":true,"type":"string"},"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-product.list_id"},{"$ref":"#\/components\/schemas\/Course.jsonld-product.list_id"}],"readOnly":true}}}]},"Product.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"inCompanyAllowed":{"default":false,"type":"boolean"},"inAcademyAllowed":{"default":false,"type":"boolean"},"enabledDynamicFields":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProductEnabledDynamicField.jsonld-product.read_id"}},"isCustomUrl":{"default":false,"type":"boolean"},"customUrl":{"type":["string","null"]},"branch":{"$ref":"#\/components\/schemas\/Branch.jsonld-product.read_id"},"code":{"minLength":7,"maxLength":7,"type":"string"},"active":{"type":"boolean"},"enabled":{"type":"boolean"},"id":{"readOnly":true,"type":"string"}},"required":["active","enabled"]}],"properties":{"item":{"anyOf":[{"$ref":"#\/components\/schemas\/CourseBundle.jsonld-product.read_id"},{"$ref":"#\/components\/schemas\/Course.jsonld-product.read_id"}],"readOnly":true}}},"ProductEnabledDynamicField":{"type":"object","properties":{"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledDynamicField":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"ProductEnabledDynamicField.jsonld":{"type":"object","properties":{"product":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"enabledDynamicField":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"ProductEnabledDynamicField.jsonld-id_course.products":{"type":"object","properties":{"enabledDynamicField":{"anyOf":[{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld-id_course.products"},{"type":"null"}]},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}},"ProductEnabledDynamicField.jsonld-product.code.read_id_timestamps_product.read":{"type":"object","properties":{"enabledDynamicField":{"anyOf":[{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"ProductEnabledDynamicField.jsonld-product.read_id":{"type":"object","properties":{"enabledDynamicField":{"anyOf":[{"$ref":"#\/components\/schemas\/EnabledDynamicField.jsonld-product.read_id"},{"type":"null"}]},"isEnabled":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"}}},"Profession.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld"}},"tagProfessions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"professionProducts":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"professions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"jointCommittees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"isProfessionList":{"readOnly":true}}}]},"Profession.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_product.professions"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_product.professions"}},"id":{"readOnly":true,"type":"string"}}}]},"Profession.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}}}}],"properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Profession.jsonld-id_timestamps_branches.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_branches.professions"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_branches.professions"}}}}],"properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_branches.professions"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Profession.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_product.professions"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_product.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Profession.jsonld-id_timestamps_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_profession_list"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_profession_list"}}}}],"properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_list"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Profession.jsonld-id_timestamps_profession_name_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Profession.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_profession_product_list"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_profession_product_list"}}}}],"properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_product_list"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Profession.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isco08Code":{"type":"integer"},"professionNames":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-id_timestamps_profession_product_read"}},"tagProfessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProfession.jsonld-id_timestamps_profession_product_read"}}}}],"properties":{"professions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_product_read"}},"isProfession":{"type":["string","null"]},"isEnabled":{"default":true,"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Profession.jsonld-profession_name_alternative.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"profession":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"professionNameAlternatives":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"professionId":{"readOnly":true,"type":["string","null"]}}}]},"ProfessionName.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"ProfessionName.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"professionNameAlternatives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-id_timestamps_academy_homepage_list_profession_product_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-id_timestamps_branches.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-id_timestamps_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"professionNameAlternatives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-id_timestamps_profession_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-id_timestamps_profession_name_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_name_list"},"professionNameAlternatives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-id_timestamps_profession_name_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"professionId":{"readOnly":true,"type":["string","null"]}}}]},"ProfessionName.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"professionNameAlternatives":{"type":"array","items":{"$ref":"#\/components\/schemas\/ProfessionNameAlternative.jsonld-id_timestamps_profession_product_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"iso6391LanguageCode":{"type":"string"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionName.jsonld-profession_name_alternative.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-profession_name_alternative.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-id_timestamps_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-id_timestamps_profession_name_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-profession_name_alternative.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professionName":{"$ref":"#\/components\/schemas\/ProfessionName.jsonld-profession_name_alternative.read_id_timestamps"},"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionNameAlternative.jsonld-profession_name_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"ProfessionProduct.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_product.professions"},"tagProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_product.professions"}},"id":{"readOnly":true,"type":"string"}}}]},"ProfessionProduct.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_product.professions"},"tagProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_timestamps_product.professions"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionProduct.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"product":{"$ref":"#\/components\/schemas\/Product.jsonld-id_timestamps_profession_product_list"},"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_product_list"},"tagProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_timestamps_profession_product_list"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionProduct.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"product":{"$ref":"#\/components\/schemas\/Product.jsonld-id_timestamps_profession_product_read"},"profession":{"$ref":"#\/components\/schemas\/Profession.jsonld-id_timestamps_profession_product_read"},"tagProducts":{"type":"array","items":{"$ref":"#\/components\/schemas\/TagProduct.jsonld-id_timestamps_profession_product_read"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"ProfessionProduct.jsonld-id_timestamps_tag_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"QhseForm":{"type":"object","properties":{"name":{"type":"string"},"reference":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":"string","enum":["registration","notification","follow-up"]},"template":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"visible":{"default":false,"type":"boolean"},"public":{"default":false,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"admins":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormAdmin"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"handle":{"readOnly":true,"type":["string","null"]}}},"QhseForm.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"reference":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":"string","enum":["registration","notification","follow-up"]},"template":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"visible":{"default":false,"type":"boolean"},"public":{"default":false,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"admins":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormAdmin"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"handle":{"readOnly":true,"type":["string","null"]}}},"QhseForm.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"reference":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"type":{"type":"string","enum":["registration","notification","follow-up"]},"template":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"visible":{"default":false,"type":"boolean"},"public":{"default":false,"type":"boolean"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"admins":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormAdmin.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"handle":{"readOnly":true,"type":["string","null"]}}}]},"QhseFormAdmin":{"type":"object","properties":{"clientUser":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"notify":{"default":false,"type":"boolean"},"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormAdmin.jsonld":{"type":"object","properties":{"clientUser":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"notify":{"default":false,"type":"boolean"},"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormEntry":{"type":"object","properties":{"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryField"}},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"emailAddress":{"type":["string","null"]},"status":{"default":"open","type":"string","enum":["open","processing","closed"]},"assignedUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"actions":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryAction"}},"notes":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryNote"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"username":{"readOnly":true,"type":"string"},"assignedUserName":{"readOnly":true,"type":"string"}}},"QhseFormEntry.QhseFormEntryInputDto":{"type":"object","required":["form","language","data"],"properties":{"form":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"data":{"type":["string","null"]},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"emailAddress":{"type":["string","null"]}}},"QhseFormEntry.jsonMergePatch":{"type":"object","properties":{"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryField"}},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"emailAddress":{"type":["string","null"]},"status":{"default":"open","type":"string","enum":["open","processing","closed"]},"assignedUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"actions":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryAction"}},"notes":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryNote"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"username":{"readOnly":true,"type":"string"},"assignedUserName":{"readOnly":true,"type":"string"}}},"QhseFormEntry.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"form":{"$ref":"#\/components\/schemas\/QhseForm.jsonld"},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fields":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryField.jsonld"}},"firstName":{"type":["string","null"]},"lastName":{"type":["string","null"]},"emailAddress":{"type":["string","null"]},"status":{"default":"open","type":"string","enum":["open","processing","closed"]},"assignedUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"actions":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryAction.jsonld"}},"notes":{"type":"array","items":{"$ref":"#\/components\/schemas\/QhseFormEntryNote.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"username":{"readOnly":true,"type":"string"},"assignedUserName":{"readOnly":true,"type":"string"}}}]},"QhseFormEntryAction":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormEntryAction.jsonld":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormEntryField":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"QhseFormEntryField.jsonld":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"field":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"}}},"QhseFormEntryNote":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormEntryNote.jsonld":{"type":"object","properties":{"entry":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"QhseFormField":{"type":"object","properties":{"handle":{"type":"string"},"label":{"type":"string"},"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"required":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"}}},"QhseFormField.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"handle":{"type":"string"},"label":{"type":"string"},"form":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"required":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"}}}]},"QhseFormTemplate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"handle":{"type":"string"},"fields":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"forms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Question":{"type":"object","properties":{"answers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"answerKey":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"answerDtos":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"correctAnswers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"minScore":{"readOnly":true,"type":"integer"}}},"Question.jsonMergePatch":{"type":"object","properties":{"answers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"answerKey":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"answerDtos":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"correctAnswers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"minScore":{"readOnly":true,"type":"integer"}}},"Question.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"article":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"answerKey":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"answerDtos":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"correctAnswers":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"minScore":{"readOnly":true,"type":"integer"}}}]},"Question.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld-id_TASK_READ"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_TASK_READ"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme.jsonld-id_TASK_READ"},{"type":"null"}]},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"minScore":{"readOnly":true,"type":"integer"}}}]},"Question.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"minScore":{"readOnly":true,"type":"integer"}}}]},"Question.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"minScore":{"readOnly":true,"type":"integer"}}}]},"Question.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld-id_timestamps_TASK_READ"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_TASK_READ"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme.jsonld-id_timestamps_TASK_READ"},{"type":"null"}]},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"minScore":{"readOnly":true,"type":"integer"}}}]},"Question.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"answers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Answer.jsonld-question.list.read"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-question.list.read"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/Theme.jsonld-question.list.read"},{"type":"null"}]},"task":{"$ref":"#\/components\/schemas\/Task.jsonld-question.list.read"},"name":{"type":"string"},"description":{"type":["string","null"]},"default":{"type":"boolean"},"type":{"type":"string","enum":["multiple-choice","multiple-answer","open","open_small","date","students"]},"required":{"type":"boolean"},"scoreIfSkipped":{"type":"integer"},"maxScore":{"type":"integer"},"order":{"type":"integer"},"negativeFeedback":{"type":["string","null"]},"positiveFeedback":{"type":["string","null"]},"strictMultipleChoice":{"type":"boolean"},"minScore":{"readOnly":true,"type":"integer"}}}]},"Referral.ics":{"type":"object","properties":{"urlParameter":{"type":"string"},"name":{"type":"string"},"users":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfiles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfileSubscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.ics"}},"logo":{"type":["string","null"]},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"discount":{"type":["number","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"package":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Referral.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"urlParameter":{"type":"string"},"name":{"type":"string"},"users":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfiles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"organisationProfileSubscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"jointCommittees":{"type":"array","items":{"$ref":"#\/components\/schemas\/JointCommittee.jsonld"}},"logo":{"type":["string","null"]},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"discount":{"type":["number","null"]},"background":{"type":["string","null"]},"colour":{"type":["string","null"]},"package":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Referral.jsonld-organisation_profile_subscription_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Referral.jsonld-organisation_profiles_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"urlParameter":{"type":"string"},"name":{"type":"string"},"logo":{"type":["string","null"]},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"discount":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Referral.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"urlParameter":{"type":"string"},"name":{"type":"string"},"logo":{"type":["string","null"]},"title":{"type":["string","null"]},"description":{"type":["string","null"]},"discount":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"RelatedArticle":{"type":"object","properties":{"source":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"target":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"}}},"RelatedArticle.jsonld-article.detail.read":{"type":"object"},"RelatedArticle.jsonld-article.list.read":{"type":"object"},"RelatedArticle.jsonld-manual_article.detail.read":{"type":"object"},"RelatedArticle.jsonld-manual_article.detail.read_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}},"RelatedArticle.jsonld-manual_article.list.read_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}},"RelatedArticle.jsonld-manual_article.list.read_manual_article.detail.read":{"type":"object"},"SecurityLog.jsonld-security_log_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"createdBy":{"type":"string"},"createdLocation":{"type":"string"},"action":{"type":"string","enum":["LOGIN-OK","LOGIN-CREDENTIALS-FAIL","LOGIN-MFA-CODE-FAIL","MFA-ENABLED","MFA-DISABLED","PASSWORD-RESET-REQUEST","PASSWORD-RESET","USERNAME-UPDATED","EMAILADDRESS-UPDATED","NEW-CODE-REQUEST"]},"isSystem":{"type":"boolean"},"authorName":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Series":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia"}},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"enrolments":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"seriesTasks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"onRequestEnrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacherRemarks":{"type":["string","null"]},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonMergePatch"}},"seqVisible":{"default":false,"type":"boolean"},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isOnRequest":{"readOnly":true},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}],"readOnly":true},"fullyDigital":{"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"},"numberOfCancelledEnrolments":{"readOnly":true,"type":"integer"},"teachers":{"$ref":"#\/components\/schemas\/Collection"},"firstSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastActiveSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"passed":{"readOnly":true},"isEnrolmentsInWaitingList":{"readOnly":true,"type":"boolean"}},"required":["singleSession"]},"Series.jsonMergePatch":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"requiredCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia"}},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonMergePatch"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"enrolments":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"seriesTasks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"onRequestEnrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacherRemarks":{"type":["string","null"]},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonMergePatch"}},"seqVisible":{"default":false,"type":"boolean"},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isOnRequest":{"readOnly":true},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}],"readOnly":true},"fullyDigital":{"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"},"numberOfCancelledEnrolments":{"readOnly":true,"type":"integer"},"teachers":{"$ref":"#\/components\/schemas\/Collection"},"firstSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastActiveSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"passed":{"readOnly":true},"isEnrolmentsInWaitingList":{"readOnly":true,"type":"boolean"}}},"Series.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"requiredCourses":{"type":"array","items":{"$ref":"#\/components\/schemas\/Course.jsonld"}},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld"}}},"required":["singleSession"]}],"properties":{"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}},"seriesTasks":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"onRequestEnrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacherRemarks":{"type":["string","null"]},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld"}},"seqVisible":{"default":false,"type":"boolean"},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isOnRequest":{"readOnly":true},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}],"readOnly":true},"fullyDigital":{"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"},"numberOfCancelledEnrolments":{"readOnly":true,"type":"integer"},"teachers":{"$ref":"#\/components\/schemas\/Collection.jsonld"},"firstSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastActiveSession":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"passed":{"readOnly":true},"isEnrolmentsInWaitingList":{"readOnly":true,"type":"boolean"}}},"Series.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-course.read_course.series"}},"onRequestEnrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"discount":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-course.read_course.series"},"isOnRequest":{"readOnly":true},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-course.read_course.series"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-course.series_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-course.series_id_timestamps"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-course.series_id_timestamps"},{"type":"null"}]},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-course.series_id_timestamps"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-course.series_id_timestamps"},{"type":"null"}]},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-course.series_id_timestamps"},"isOnRequest":{"readOnly":true},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-course.series_id_timestamps"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-evaluation_form_entry.read"},"name":{"type":"string"}}}]},"Series.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"name":{"type":"string"},"courseName":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read"},{"type":"null"}]}}}]},"Series.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_course_bundle.read_course.series"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_course_bundle.read_course.series"},{"type":"null"}]},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read_course.series"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read_course.series"},{"type":"null"}]},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_course_bundle.read_course.series"},"isOnRequest":{"readOnly":true},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"numberOfPresentParticipants":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_course_bundle.read_course.series"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_course_bundle.read_series"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_course_bundle.read_series"},{"type":"null"}]}}}]},"Series.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_enrolment.read_timestamps"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-id_enrolment.read_timestamps"}},"teacherRemarks":{"type":["string","null"]}}}],"properties":{"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld-id_enrolment.read_timestamps"}},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-id_enrolment.read_timestamps"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"enrolmentCount":{"readOnly":true,"type":"integer"}}},"Series.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-id_enrolment_read_timestamps"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-id_timestamps_SERIESTASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Series.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Series.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Series.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"name":{"type":"string"},"courseName":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstSession":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_profession_product_list"},{"type":"null"}],"readOnly":true}}}]},"Series.jsonld-id_timestamps_series.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.budget"}}}}]},"Series.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.enrolment-sessions"}}}}]},"Series.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-id_timestamps_series.general"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_timestamps_series.general"},{"type":"null"}]},"teacherRemarks":{"type":["string","null"]},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld-id_timestamps_series.general"}},"seqVisible":{"default":false,"type":"boolean"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_timestamps_series.general"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_timestamps_series.general"},{"type":"null"}]},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"numberOfCancelledEnrolments":{"readOnly":true,"type":"integer"},"teachers":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_timestamps_series.general"},"isEnrolmentsInWaitingList":{"readOnly":true,"type":"boolean"}}}]},"Series.jsonld-id_timestamps_series.media":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld-id_timestamps_series.media"}},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.presence"}},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.read.item"}},"seqVisible":{"default":false,"type":"boolean"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-id_timestamps_series.read.item"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"pricePerPerson":{"type":["string","null"]},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"openForEnrolments":{"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"teachers":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_timestamps_series.read.item"}}}]},"Series.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld-id_timestamps_series.read_address.read"}},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.read_address.read"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-id_timestamps_series.read_address.read"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"teacherRemarks":{"type":["string","null"]}},"required":["singleSession"]}],"properties":{"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesCertificateType.jsonld-id_timestamps_series.read_address.read"}},"seqVisible":{"default":false,"type":"boolean"},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-id_timestamps_series.read_address.read"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"internalRemarks":{"type":["string","null"]},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"},"teachers":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_timestamps_series.read_address.read"}}},"Series.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_series.sessions"}},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-id_timestamps_series.sessions"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Series.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstSession":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-joint_committee_product_list"},{"type":"null"}],"readOnly":true}}}]},"Series.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-product.code.read_id_timestamps_product.read"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"active":{"type":"boolean"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"isOnRequest":{"readOnly":true},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}},"required":["singleSession"]}]},"Series.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-product.list_id"}},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"active":{"type":"boolean"},"productCode":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-product.list_id"},"isOnRequest":{"readOnly":true},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-product.list_id"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"sessions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Session.jsonld-product.read_id"}},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-product.read_id"},{"type":"null"}]},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"active":{"type":"boolean"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-product.read_id"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-product.read_id"},{"type":"null"}]},"isOnRequest":{"readOnly":true},"full":{"readOnly":true},"totalProfit":{"readOnly":true,"type":"number"},"numberOfParticipants":{"readOnly":true,"type":"integer"},"openForEnrolments":{"readOnly":true},"sessionCount":{"readOnly":true,"type":"integer"},"firstAndLastSessionDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"isFirstSessionDigital":{"readOnly":true},"firstSessionLocationName":{"readOnly":true,"type":["string","null"]},"firstSessionLocationAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-product.read_id"},{"type":"null"}],"readOnly":true},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"enrolmentCount":{"readOnly":true,"type":"integer"}}}]},"Series.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-session.read_id_timestamps"},{"type":"null"}]},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-session.read_id_timestamps"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-session.read_id_timestamps"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-session.read_id_timestamps"},{"type":"null"}]},"enrolmentCount":{"readOnly":true,"type":"integer"}},"required":["singleSession"]}]},"Series.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"onRequestEnrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"isWaitingListEnabled":{"default":false,"type":"boolean"},"minimumParticipants":{"type":["integer","null"]},"course":{"$ref":"#\/components\/schemas\/Course.jsonld-session.simple_id_timestamps"},"singleSession":{"type":"boolean"},"name":{"type":"string"},"maximumParticipants":{"type":["integer","null"]},"enrolmentDeadline":{"type":["string","null"],"format":"date-time"},"active":{"type":"boolean"},"minimumPresentPercentage":{"type":"integer"},"automaticGraduation":{"type":"boolean"},"degreeVisibleFrom":{"type":["string","null"],"format":"date-time"},"enrolmentStartDate":{"type":["string","null"],"format":"date-time"},"productCode":{"type":["string","null"]},"pricePerPerson":{"type":["string","null"]},"priceCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/PriceCategory.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"discount":{"anyOf":[{"$ref":"#\/components\/schemas\/Discount.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"numberOfParticipants":{"readOnly":true,"type":"integer"},"numberOfWaitingListStudents":{"readOnly":true,"type":"integer"},"enrolmentCount":{"readOnly":true,"type":"integer"}},"required":["singleSession"]}]},"SeriesCertificateType":{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SeriesCertificateType.jsonMergePatch":{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SeriesCertificateType.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"SeriesCertificateType.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-id_enrolment.read_timestamps"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_enrolment.read_timestamps"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesCertificateType.jsonld-id_timestamps_series.general":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_series.general"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesCertificateType.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_series.read_address.read"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_series.read_address.read"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesMedia":{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"media":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"visibleFromTimestamp":{"type":["string","null"],"format":"date-time"},"visibleAtSessionStart":{"type":"boolean"},"visibleAtSessionFinish":{"type":"boolean"},"visibleForAttendeesOnly":{"type":"boolean"},"onlyVisibleForAdmin":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SeriesMedia.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld"},"visibleFromTimestamp":{"type":["string","null"],"format":"date-time"},"visibleAtSessionStart":{"type":"boolean"},"visibleAtSessionFinish":{"type":"boolean"},"visibleForAttendeesOnly":{"type":"boolean"},"onlyVisibleForAdmin":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"SeriesMedia.jsonld-id_timestamps_series.media":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.media"},"visibleFromTimestamp":{"type":["string","null"],"format":"date-time"},"visibleAtSessionStart":{"type":"boolean"},"visibleAtSessionFinish":{"type":"boolean"},"visibleForAttendeesOnly":{"type":"boolean"},"onlyVisibleForAdmin":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesMedia.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"media":{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},"visibleFromTimestamp":{"type":["string","null"],"format":"date-time"},"visibleAtSessionStart":{"type":"boolean"},"visibleAtSessionFinish":{"type":"boolean"},"visibleForAttendeesOnly":{"type":"boolean"},"onlyVisibleForAdmin":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesMedia.jsonld-session.media_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"media":{"$ref":"#\/components\/schemas\/Media.jsonld-session.media_id_timestamps"},"visibleFromTimestamp":{"type":["string","null"],"format":"date-time"},"visibleAtSessionStart":{"type":"boolean"},"visibleAtSessionFinish":{"type":"boolean"},"visibleForAttendeesOnly":{"type":"boolean"},"onlyVisibleForAdmin":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SeriesTask":{"type":"object","properties":{"studentTasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentTask"}},"active":{"default":false,"type":"boolean"},"closeAtMaxScore":{"default":false,"type":"boolean"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibleFrom":{"type":["string","null"],"format":"date-time"},"deadline":{"type":["string","null"],"format":"date-time"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibility":{"type":"string","enum":["start","before","after","date",""]},"isOnlyVisibleToAttendees":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"taskId":{"readOnly":true,"type":"string"},"type":{"readOnly":true},"seriesId":{"readOnly":true,"type":"string"},"name":{"readOnly":true,"type":"string"},"isVisible":{"readOnly":true}}},"SeriesTask.jsonMergePatch":{"type":"object","properties":{"studentTasks":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentTask"}},"active":{"default":false,"type":"boolean"},"closeAtMaxScore":{"default":false,"type":"boolean"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibleFrom":{"type":["string","null"],"format":"date-time"},"deadline":{"type":["string","null"],"format":"date-time"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"visibility":{"type":"string","enum":["start","before","after","date",""]},"isOnlyVisibleToAttendees":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"taskId":{"readOnly":true,"type":"string"},"type":{"readOnly":true},"seriesId":{"readOnly":true,"type":"string"},"name":{"readOnly":true,"type":"string"},"isVisible":{"readOnly":true}}},"SeriesTask.jsonld-id_timestamps_SERIESTASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"closeAtMaxScore":{"default":false,"type":"boolean"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_SERIESTASK_READ"},{"type":"null"}]},"task":{"anyOf":[{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_SERIESTASK_READ"},{"type":"null"}]},"visibleFrom":{"type":["string","null"],"format":"date-time"},"deadline":{"type":["string","null"],"format":"date-time"},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_SERIESTASK_READ"},{"type":"null"}]},"visibility":{"type":"string","enum":["start","before","after","date",""]},"isOnlyVisibleToAttendees":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isVisible":{"readOnly":true}}}]},"SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"closeAtMaxScore":{"default":false,"type":"boolean"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"task":{"anyOf":[{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"visibleFrom":{"type":["string","null"],"format":"date-time"},"deadline":{"type":["string","null"],"format":"date-time"},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"},{"type":"null"}]},"visibility":{"type":"string","enum":["start","before","after","date",""]},"isOnlyVisibleToAttendees":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"taskId":{"readOnly":true,"type":"string"},"type":{"readOnly":true},"seriesId":{"readOnly":true,"type":"string"},"name":{"readOnly":true,"type":"string"},"isVisible":{"readOnly":true}}}]},"SeriesTask.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"closeAtMaxScore":{"default":false,"type":"boolean"},"series":{"anyOf":[{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"task":{"anyOf":[{"$ref":"#\/components\/schemas\/Task.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"visibleFrom":{"type":["string","null"],"format":"date-time"},"deadline":{"type":["string","null"],"format":"date-time"},"session":{"anyOf":[{"$ref":"#\/components\/schemas\/Session.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"},{"type":"null"}]},"visibility":{"type":"string","enum":["start","before","after","date",""]},"isOnlyVisibleToAttendees":{"type":["boolean","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isVisible":{"readOnly":true}}}]},"Session":{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia"}},"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonMergePatch"}},"presenceChecks":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonMergePatch"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonMergePatch"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"presentationFile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"creditation":{"type":["string","null"]},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"autoPresentAfterEvaluation":{"default":false,"type":"boolean"},"videoDuration":{"type":["integer","null"]},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"productCode":{"readOnly":true,"type":["string","null"]},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"},"isOnRequest":{"readOnly":true},"evaluationCount":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}},"Session.jsonMergePatch":{"type":"object","properties":{"series":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia"}},"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonMergePatch"}},"presenceChecks":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonMergePatch"}},"teachers":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonMergePatch"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonMergePatch"}},"presentationFile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"creditation":{"type":["string","null"]},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"autoPresentAfterEvaluation":{"default":false,"type":"boolean"},"videoDuration":{"type":["integer","null"]},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"productCode":{"readOnly":true,"type":["string","null"]},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"},"isOnRequest":{"readOnly":true},"evaluationCount":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}},"Session.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld"},"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld"}},"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld"}},"presenceChecks":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld"}},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"creditation":{"type":["string","null"]},"evaluationForm":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"autoPresentAfterEvaluation":{"default":false,"type":"boolean"},"videoDuration":{"type":["integer","null"]},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"},"productCode":{"readOnly":true,"type":["string","null"]},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"},"isOnRequest":{"readOnly":true},"evaluationCount":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}}]},"Session.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object"}]},"Session.jsonld-course.series_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-email.group.evaluation_forms_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"courseName":{"readOnly":true,"type":"string"},"courseId":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-evaluation_form_entry.read"},"name":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"id":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-id_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-id_certificate.read"},"name":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_enrolment.read_timestamps"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isOnRequest":{"readOnly":true},"embeddable":{"readOnly":true}}}]},"Session.jsonld-id_timestamps_SERIESTASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"courseName":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-id_timestamps_certificate.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-id_timestamps_certificate.read"},"name":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_profession_product_list"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_series.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld-id_timestamps_series.budget"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_series.enrolment-sessions"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld-id_timestamps_series.enrolment-sessions"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-id_timestamps_series.enrolment-sessions"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"creditation":{"type":["string","null"]},"evaluationForm":{"anyOf":[{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"autoPresentAfterEvaluation":{"default":false,"type":"boolean"},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"courseName":{"readOnly":true,"type":"string"},"embeddable":{"readOnly":true}}}]},"Session.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-id_timestamps_series.presence"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-id_timestamps_series.presence_course_bundle.presences"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-id_timestamps_series.read.item"}},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_series.read.item"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"videoUrl":{"type":["string","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}}]},"Session.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld-id_timestamps_series.read_address.read"}},"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-id_timestamps_series.read_address.read"}},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_series.read_address.read"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld-id_timestamps_series.read_address.read"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-id_timestamps_series.read_address.read"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isOnRequest":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}}]},"Session.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_series.sessions"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"},"isOnRequest":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"Session.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-id_timestamps_session.budget"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-id_timestamps_session.budget"},{"type":"null"}]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_session.budget"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"}}}]},"Session.jsonld-joint_committee_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-joint_committee_product_list"},{"type":"null"}]}}}]},"Session.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-product.code.read_id_timestamps_product.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isOnRequest":{"readOnly":true}}}]},"Session.jsonld-product.list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"onDemand":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-product.list_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-product.read_id"},{"type":"null"}]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-product.read_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"isOnRequest":{"readOnly":true}}}]},"Session.jsonld-series.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld-series.budget"}}}}]},"Session.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-series.budget_session.budget_id"}},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld-series.budget_session.budget_id"}},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"}}}]},"Session.jsonld-session.media_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"mediaFiles":{"type":"array","items":{"$ref":"#\/components\/schemas\/SeriesMedia.jsonld-session.media_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Session.jsonld-session.read.public":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-session.read.public"}},"name":{"type":"string"},"date":{"type":["string","null"],"format":"date-time"},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-session.read.public"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"courseName":{"readOnly":true,"type":"string"}}}]},"Session.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-session.read_id_timestamps"},"presences":{"type":"array","items":{"$ref":"#\/components\/schemas\/Presence.jsonld-session.read_id_timestamps"}},"presenceChecks":{"type":"array","items":{"$ref":"#\/components\/schemas\/PresenceCheck.jsonld-session.read_id_timestamps"}},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-session.read_id_timestamps"}},"enabledCertificateTypes":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionCertificateType.jsonld-session.read_id_timestamps"}},"certificateTypeFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeFieldValue.jsonld-session.read_id_timestamps"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.read_id_timestamps"},{"type":"null"}]},"creditation":{"type":["string","null"]},"evaluationForm":{"anyOf":[{"$ref":"#\/components\/schemas\/EvaluationForm.jsonld-session.read_id_timestamps"},{"type":"null"}]},"autoPresentAfterEvaluation":{"default":false,"type":"boolean"},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-session.read_id_timestamps"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-session.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"courseName":{"readOnly":true,"type":"string"},"productCode":{"readOnly":true,"type":["string","null"]},"isOnRequest":{"readOnly":true},"evaluationCount":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"embeddable":{"readOnly":true}}}]},"Session.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"series":{"$ref":"#\/components\/schemas\/Series.jsonld-session.simple_id_timestamps"},"teachers":{"type":"array","items":{"$ref":"#\/components\/schemas\/Teacher.jsonld-session.simple_id_timestamps"}},"presentationFile":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"name":{"type":"string"},"onDemand":{"type":"boolean"},"active":{"type":"boolean"},"date":{"type":["string","null"],"format":"date-time"},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"location":{"anyOf":[{"$ref":"#\/components\/schemas\/Location.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"internalRemarks":{"type":["string","null"]},"videoUrl":{"type":["string","null"]},"availableUntil":{"type":["string","null"],"format":"date-time"},"amountOfDaysAvailable":{"type":["integer","null"]},"content":{"type":["string","null"]},"position":{"type":"integer"},"description":{"type":["string","null"]},"presentationType":{"type":["string","null"],"enum":["text","video","file",null]},"addressName":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"branches":{"$ref":"#\/components\/schemas\/Collection.jsonld-session.simple_id_timestamps"},"courseName":{"readOnly":true,"type":"string"},"productCode":{"readOnly":true,"type":["string","null"]},"studentCount":{"readOnly":true,"type":"integer"},"presentStudentCount":{"readOnly":true,"type":"integer"},"isOnRequest":{"readOnly":true},"sessionNumber":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"SessionBudget":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SessionBudget.ics":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.ics"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SessionBudget.jsonld":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SessionBudget.jsonld-id_timestamps_series.budget":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.budget"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"SessionBudget.jsonld-series.budget":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-series.budget"},{"type":"null"}]}}},"SessionBudget.jsonld-series.budget_session.budget_id":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"location":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"teacher":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"price":{"type":"string"},"type":{"default":"","type":"string","enum":["","hourly","moving-fee","fixed","student","present","total","student-cost","present-cost","total-cost"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}},"SessionCertificateType":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SessionCertificateType.jsonMergePatch":{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonMergePatch"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SessionCertificateType.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"session":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"SessionCertificateType.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_series.enrolment-sessions"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SessionCertificateType.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-id_timestamps_series.read_address.read"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SessionCertificateType.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"certificateType":{"$ref":"#\/components\/schemas\/CertificateType.jsonld-session.read_id_timestamps"},"visible":{"default":true,"type":"boolean"},"lang":{"default":"nl","type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SingleSignOnMethod":{"type":"object","properties":{"type":{"default":"microsoft_365","type":"string","enum":["microsoft_365","google_workspace"]},"singleSignOnMethodCredentials":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SingleSignOnMethod.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"type":{"default":"microsoft_365","type":"string","enum":["microsoft_365","google_workspace"]},"singleSignOnMethodCredentials":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Student.StudentInput":{"type":"object","properties":{"enrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"emailAddress":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldInput"}},"personId":{"type":["string","null"]},"orderNumber":{"type":["string","null"]}},"required":["person"]},"Student.jsonMergePatch":{"type":"object","properties":{"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue"}},"presences":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"replacedPresences":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"results":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentResult"}},"price":{"type":["number","null"]},"certificates":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sendConfirmationMail":{"default":true,"type":"boolean"},"enrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"branch":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isReplacement":{"readOnly":true},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"organisationProfileMember":{"readOnly":true,"type":["string","null"]},"allPresences":{"anyOf":[{"$ref":"#\/components\/schemas\/ArrayCollection"},{"$ref":"#\/components\/schemas\/Collection"}],"readOnly":true},"result":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentResult"}},"graduationStatus":{"readOnly":true,"type":["string","null"]},"certificateCount":{"readOnly":true,"type":"integer"}}},"Student.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld"}},"presences":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"replacedPresences":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"results":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentResult.jsonld"}},"price":{"type":["number","null"]},"certificates":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"sendConfirmationMail":{"default":true,"type":"boolean"},"enrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"branch":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isReplacement":{"readOnly":true},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"organisationProfileMember":{"readOnly":true,"type":["string","null"]},"allPresences":{"anyOf":[{"$ref":"#\/components\/schemas\/ArrayCollection.jsonld"},{"$ref":"#\/components\/schemas\/Collection.jsonld"}],"readOnly":true},"result":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentResult.jsonld"}},"graduationStatus":{"readOnly":true,"type":["string","null"]},"certificateCount":{"readOnly":true,"type":"integer"}}}]},"Student.jsonld-PRESENCE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-PRESENCE_LIST_id_timestamps"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-PRESENCE_LIST_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true}}}]},"Student.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Student.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/StudentDynamicFieldValue.jsonld-id_enrolment_read_timestamps"}},"price":{"type":["number","null"]},"sendConfirmationMail":{"default":true,"type":"boolean"},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_enrolment_read_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_enrolment_read_timestamps"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true}}}]},"Student.jsonld-id_timestamps_certificate.certificate_info":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_certificate.certificate_info"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Student.jsonld-id_timestamps_series.presence":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_timestamps_series.presence"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_series.presence"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_series.presence"},{"type":"null"}],"readOnly":true},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"graduationStatus":{"readOnly":true,"type":["string","null"]},"certificateCount":{"readOnly":true,"type":"integer"}}}]},"Student.jsonld-id_timestamps_series.presence_course_bundle.presences":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-id_timestamps_series.presence_course_bundle.presences"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_series.presence_course_bundle.presences"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-id_timestamps_series.presence_course_bundle.presences"},{"type":"null"}],"readOnly":true},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"graduationStatus":{"readOnly":true,"type":["string","null"]},"certificateCount":{"readOnly":true,"type":"integer"}}}]},"Student.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true}}}]},"Student.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"graduationStatus":{"readOnly":true,"type":["string","null"]}}}]},"Student.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"enrolment":{"anyOf":[{"$ref":"#\/components\/schemas\/Enrolment.jsonld-session.read_id_timestamps"},{"type":"null"}]},"person":{"anyOf":[{"$ref":"#\/components\/schemas\/Person.jsonld-session.read_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-session.read_id_timestamps"},{"type":"null"}]},"phoneNumber":{"type":["string","null"]},"orderNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-session.read_id_timestamps"},{"type":"null"}],"readOnly":true},"communicationEmailAddress":{"readOnly":true,"type":"string"},"enroller":{"readOnly":true},"graduationStatus":{"readOnly":true,"type":["string","null"]}}}]},"StudentDynamicFieldValue":{"type":"object","properties":{"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"StudentDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"StudentDynamicFieldValue.jsonld-id_enrolment_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-id_enrolment_read_timestamps"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"StudentInput":{"type":"object","properties":{"enrolment":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"emailAddress":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/DynamicFieldInput"}},"personId":{"type":["string","null"]},"orderNumber":{"type":["string","null"]}},"required":["person"]},"StudentResult":{"type":"object","properties":{"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"string"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"StudentResult.jsonld":{"type":"object","properties":{"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"status":{"type":"string"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"StudentTask":{"type":"object","properties":{"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"attempts":{"default":0,"type":"integer"},"deleted":{"default":false,"type":"boolean"},"extraAttempt":{"default":false,"type":"boolean"},"start":{"type":["string","null"],"format":"date-time"},"byAdmin":{"default":false,"type":"boolean"},"student":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"task":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"seriesTask":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"score":{"type":"integer"},"scoreVisible":{"type":"boolean"},"internalRemarks":{"type":["string","null"]},"noteToStudent":{"type":["string","null"]},"submittedAt":{"type":["string","null"],"format":"date-time"},"status":{"type":"string","enum":["unresolved","failed","passed","late"]},"answers":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"client":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"SubscriptionCategory.jsonld-organisation_profile_subscription_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"minEmployees":{"type":"integer"},"maxEmployees":{"type":"integer"},"label":{"type":"string"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionCategory.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionCategory.jsonld-subscription_category_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"prices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld-subscription_category_list_id_timestamps"}},"minEmployees":{"type":"integer"},"maxEmployees":{"type":"integer"},"label":{"type":"string"},"position":{"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-organisation_profile_subscription_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"position":{"default":0,"type":"integer"},"public":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"position":{"default":0,"type":"integer"},"public":{"default":true,"type":"boolean"},"packageFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-organisation_profiles_read_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-subscription_category_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"position":{"default":0,"type":"integer"},"public":{"default":true,"type":"boolean"},"packageFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_category_list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-subscription_package_feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-subscription_package_feature_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-subscription_package_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"public":{"default":true,"type":"boolean"},"subscriptionPackagePrices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld-subscription_package_item_id_timestamps"}},"packageFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_item_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackage.jsonld-subscription_package_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"position":{"default":0,"type":"integer"},"public":{"default":true,"type":"boolean"},"subscriptionPackagePrices":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackagePrice.jsonld-subscription_package_list_id_timestamps"}},"packageFeatures":{"type":"array","items":{"$ref":"#\/components\/schemas\/SubscriptionPackageFeature.jsonld-subscription_package_list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-subscription_category_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-subscription_package_feature_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_feature_item_id_timestamps"},"feature":{"$ref":"#\/components\/schemas\/Feature.jsonld-subscription_package_feature_item_id_timestamps"},"limitValue":{"minimum":0,"type":["integer","null"]},"featureContext":{"type":["string","null"],"enum":["limit","request","month",null]},"enabled":{"default":true,"type":"boolean"},"position":{"minimum":0,"default":0,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-subscription_package_feature_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_package_feature_list_id_timestamps"},"feature":{"$ref":"#\/components\/schemas\/Feature.jsonld-subscription_package_feature_list_id_timestamps"},"limitValue":{"minimum":0,"type":["integer","null"]},"featureContext":{"type":["string","null"],"enum":["limit","request","month",null]},"enabled":{"default":true,"type":"boolean"},"position":{"minimum":0,"default":0,"type":"integer"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-subscription_package_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"feature":{"$ref":"#\/components\/schemas\/Feature.jsonld-subscription_package_item_id_timestamps"},"limitValue":{"minimum":0,"type":["integer","null"]},"featureContext":{"type":["string","null"],"enum":["limit","request","month",null]},"enabled":{"default":true,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackageFeature.jsonld-subscription_package_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"feature":{"$ref":"#\/components\/schemas\/Feature.jsonld-subscription_package_list_id_timestamps"},"limitValue":{"minimum":0,"type":["integer","null"]},"featureContext":{"type":["string","null"],"enum":["limit","request","month",null]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackagePrice":{"type":"object","properties":{"package":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"subscription":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptionCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"SubscriptionPackagePrice.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"subscription":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"subscriptionCategory":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"SubscriptionPackagePrice.jsonld-organisation_profile_subscription_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-organisation_profile_subscription_read_id_timestamps"},"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"subscriptionCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-organisation_profile_subscription_read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackagePrice.jsonld-organisation_profiles_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-organisation_profiles_read_id_timestamps"},"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"subscriptionCategory":{"anyOf":[{"$ref":"#\/components\/schemas\/SubscriptionCategory.jsonld-organisation_profiles_read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackagePrice.jsonld-subscription_category_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"package":{"$ref":"#\/components\/schemas\/SubscriptionPackage.jsonld-subscription_category_list_id_timestamps"},"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackagePrice.jsonld-subscription_package_item_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"SubscriptionPackagePrice.jsonld-subscription_package_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"monthlyPrice":{"type":["number","null"]},"public":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Tag":{"type":"object","properties":{"children":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"courses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticPassedBranches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"remarks":{"type":["string","null"]},"certificateTypeVariationRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariationRule"},"readOnly":true},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"colour":{"type":["string","null"]},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"isWebsite":{"type":"boolean"},"isCategory":{"type":"boolean"},"isFilter":{"type":"boolean"},"isVisible":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Tag.jsonMergePatch":{"type":"object","properties":{"children":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"courses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"courseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticPassedBranches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"remarks":{"type":["string","null"]},"certificateTypeVariationRules":{"type":"array","items":{"$ref":"#\/components\/schemas\/CertificateTypeVariationRule"},"readOnly":true},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"colour":{"type":["string","null"]},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"isWebsite":{"type":"boolean"},"isCategory":{"type":"boolean"},"isFilter":{"type":"boolean"},"isVisible":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Tag.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"children":{"anyOf":[{"type":"array","items":{"type":["string","null"]}},{"type":"array","items":{"type":"unknown_type"}}]},"courses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"courseBundles":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"automaticPassedBranches":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"remarks":{"type":["string","null"]},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"colour":{"type":["string","null"]},"parent":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"description":{"type":["string","null"]},"isWebsite":{"type":"boolean"},"isCategory":{"type":"boolean"},"isFilter":{"type":"boolean"},"isVisible":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Tag.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Tag.jsonld-id_course_bundle.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Tag.jsonld-id_course_bundle.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Tag.jsonld-id_course_bundle.read_series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"Tag.jsonld-id_timestamps_certificate_type.read-variation":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Tag.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Tag.jsonld-product.code.read_id_timestamps_product.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Tag.jsonld-product.read_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"TagProduct.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professionProduct":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}],"properties":{"academyTag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TagProduct.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"academyTag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_product.professions"},"id":{"readOnly":true,"type":"string"}}}]},"TagProduct.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"academyTag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_product.professions"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProduct.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"academyTag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_profession_product_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProduct.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"academyTag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_profession_product_read"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProduct.jsonld-id_timestamps_tag_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"professionProduct":{"$ref":"#\/components\/schemas\/ProfessionProduct.jsonld-id_timestamps_tag_product_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld"},"profession":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"TagProfession.jsonld-id_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}}]},"TagProfession.jsonld-id_timestamps_academy_homepage_list_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_academy_homepage_list_profession_product_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_branches.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_branches.professions"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_product.professions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_profession_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_profession_product_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_profession_product_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_profession_product_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TagProfession.jsonld-id_timestamps_tag_profession_list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"tag":{"$ref":"#\/components\/schemas\/AcademyTag.jsonld-id_timestamps_tag_profession_list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Task":{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonMergePatch"}},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"randomQuestions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Task.jsonMergePatch":{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonMergePatch"}},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"randomQuestions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}},"Task.jsonld-email.group.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Task.jsonld-email.group.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Task.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-id_TASK_READ"}},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"Task.jsonld-id_timestamps_SERIESTASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Task.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ"}},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"Task.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ"}},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"Task.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"questions":{"type":"array","items":{"$ref":"#\/components\/schemas\/Question.jsonld-id_timestamps_TASK_READ"}},"disclaimer":{"type":["string","null"]},"mustAcceptDisclaimer":{"default":false,"type":"boolean"},"name":{"type":"string"},"description":{"type":"string"},"type":{"type":"string","enum":["quotation","file","form"]},"maximumScore":{"type":"integer"},"minimumRequiredScore":{"type":"integer"},"maxAttempts":{"type":["integer","null"]},"showFeedbackAfterAnswer":{"type":"boolean"},"showFeedbackSummaryAfterSubmit":{"type":"boolean"},"repeatFailedQuestionsOnly":{"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"series":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"Task.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"Teacher":{"type":"object","properties":{"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}},"required":["client","firstName","lastName"]},"Teacher.jsonMergePatch":{"type":"object","properties":{"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget"}},"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}},"Teacher.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"language":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"sessionBudgets":{"type":"array","items":{"$ref":"#\/components\/schemas\/SessionBudget.jsonld"}},"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]}}}]},"Teacher.jsonld-course.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-course.read"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-course.read"},{"type":"null"}]}}}]},"Teacher.jsonld-course.read_course.series":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-course.read_course.series"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-course.read_course.series"},{"type":"null"}]}}}]},"Teacher.jsonld-evaluation_form_entry.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-evaluation_form_entry.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Teacher.jsonld-id_course.read_academy":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_course.read_academy"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_course.read_academy"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Teacher.jsonld-id_enrolment.read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_enrolment.read_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_client_users.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_client_users.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_series.enrolment-sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.enrolment-sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_series.read.item":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read.item"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.read_address.read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_series.sessions":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_series.sessions"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_session.budget":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_session.budget"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-id_timestamps_teacher_read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"person":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-id_timestamps_teacher_read"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-id_timestamps_teacher_read"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-id_timestamps_teacher_read"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-series.budget_session.budget_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-series.budget_session.budget_id"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"}}}]},"Teacher.jsonld-session.read.public":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"Teacher.jsonld-session.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"internalRemarks":{"type":["string","null"]},"hourlyRate":{"type":"string"},"movingFee":{"type":"string"},"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-session.read_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"description":{"type":["string","null"]},"salutation":{"type":["string","null"]},"address":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-session.read_id_timestamps"},{"type":"null"}]},"active":{"type":"boolean"},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Teacher.jsonld-session.simple_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"internalRemarks":{"type":["string","null"]},"organisation":{"anyOf":[{"$ref":"#\/components\/schemas\/Organisation.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":["string","null"]},"phoneNumber":{"type":["string","null"]},"salutation":{"type":["string","null"]},"image":{"anyOf":[{"$ref":"#\/components\/schemas\/Media.jsonld-session.simple_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Theme":{"type":"object","properties":{"name":{"type":"string"},"questions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Theme.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"questions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Theme.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"questions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"client":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Theme.jsonld-id_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"Theme.jsonld-id_timestamps_SERIESTASK_READ_SERIESTASK_LISTREAD_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Theme.jsonld-id_timestamps_SERIESTASK_READ_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Theme.jsonld-id_timestamps_TASK_READ":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Theme.jsonld-question.list.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"}}}]},"Topic":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"data":{"type":["array","null"],"items":{"type":["string","null"]}},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isOrganisationProfileAdminOnly":{"type":["boolean","null"]},"status":{"type":["string","null"]},"clientUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"registryData":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Topic.ics":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"data":{"type":["array","null"],"items":{"type":["string","null"]}},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isOrganisationProfileAdminOnly":{"type":["boolean","null"]},"status":{"type":["string","null"]},"clientUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"registryData":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Topic.jsonld":{"type":"object","properties":{"name":{"type":"string"},"type":{"type":"string"},"data":{"type":["array","null"],"items":{"type":["string","null"]}},"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isOrganisationProfileAdminOnly":{"type":["boolean","null"]},"status":{"type":["string","null"]},"clientUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"client":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"registryData":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourse":{"type":"object","properties":{"name":{"type":"string"},"isFormal":{"default":false,"type":"boolean"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"teacher":{"type":["string","null"]},"trainingCost":{"type":"number"},"isTrainingCostPerAttendee":{"default":false,"type":"boolean"},"wageCost":{"type":"number"},"trainingCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"isWageCostPerHourPerAttendee":{"default":false,"type":"boolean"},"wageCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"countsForPlan":{"type":["boolean","null"]},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"attendees":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"forfaitCost":{"default":false,"type":"boolean"},"canBeEnrolled":{"default":false,"type":"boolean"},"enrollableTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"remarks":{"type":["string","null"]},"autoAcceptRequest":{"default":false,"type":"boolean"},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"trainingPlanCourseRequest":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"},{"type":"null"}]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestingUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"grantsPossible":{"default":true,"type":"boolean"},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allGrantsProcessed":{"default":false,"type":"boolean"},"requestRemarks":{"type":["string","null"]},"trainingPlanCourseForms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"unit":{"readOnly":true,"type":"string"},"durationPerDate":{"readOnly":true},"allUniqueDates":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isProcessed":{"readOnly":true},"inactive":{"readOnly":true}}},"TrainingPlanCourse.jsonMergePatch":{"type":"object","properties":{"name":{"type":"string"},"isFormal":{"default":false,"type":"boolean"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"teacher":{"type":["string","null"]},"trainingCost":{"type":"number"},"isTrainingCostPerAttendee":{"default":false,"type":"boolean"},"wageCost":{"type":"number"},"trainingCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"isWageCostPerHourPerAttendee":{"default":false,"type":"boolean"},"wageCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"countsForPlan":{"type":["boolean","null"]},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"attendees":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonMergePatch"}},"forfaitCost":{"default":false,"type":"boolean"},"canBeEnrolled":{"default":false,"type":"boolean"},"enrollableTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"remarks":{"type":["string","null"]},"autoAcceptRequest":{"default":false,"type":"boolean"},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"trainingPlanCourseRequest":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"},{"type":"null"}]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestingUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"grantsPossible":{"default":true,"type":"boolean"},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allGrantsProcessed":{"default":false,"type":"boolean"},"requestRemarks":{"type":["string","null"]},"trainingPlanCourseForms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"unit":{"readOnly":true,"type":"string"},"durationPerDate":{"readOnly":true},"allUniqueDates":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isProcessed":{"readOnly":true},"inactive":{"readOnly":true}}},"TrainingPlanCourse.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"isFormal":{"default":false,"type":"boolean"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"teacher":{"type":["string","null"]},"trainingCost":{"type":"number"},"isTrainingCostPerAttendee":{"default":false,"type":"boolean"},"wageCost":{"type":"number"},"trainingCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"isWageCostPerHourPerAttendee":{"default":false,"type":"boolean"},"wageCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"trainingPlanCourseDates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld"},{"type":"null"}]},"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"countsForPlan":{"type":["boolean","null"]},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"attendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"forfaitCost":{"default":false,"type":"boolean"},"canBeEnrolled":{"default":false,"type":"boolean"},"enrollableTeams":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"description":{"type":["string","null"]},"remarks":{"type":["string","null"]},"autoAcceptRequest":{"default":false,"type":"boolean"},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"trainingPlanCourseRequest":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest.jsonld"},{"type":"null"}]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"course":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"series":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestingUser":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"grantsPossible":{"default":true,"type":"boolean"},"organisationProfileAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"allGrantsProcessed":{"default":false,"type":"boolean"},"requestRemarks":{"type":["string","null"]},"trainingPlanCourseForms":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"archived":{"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"unit":{"readOnly":true,"type":"string"},"durationPerDate":{"readOnly":true},"allUniqueDates":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isProcessed":{"readOnly":true},"inactive":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isRequestedCourse":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isProcessed":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"isRequestedCourse":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]},"isProcessed":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"teacher":{"type":["string","null"]},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"requestingUser":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isProcessed":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"requestingUser":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstDate":{"readOnly":true},"lastDate":{"readOnly":true},"isProcessed":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstDate":{"readOnly":true},"lastDate":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstDate":{"readOnly":true},"lastDate":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-training_plan_course.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"teacher":{"type":["string","null"]},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld-training_plan_course.list_id_timestamps_syncable"},{"type":"null"}]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-training_plan_course.list_id_timestamps_syncable"},{"type":"null"}]},"attendees":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-training_plan_course.list_id_timestamps_syncable"}},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-training_plan_course.list_id_timestamps_syncable"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]},"firstDate":{"readOnly":true},"lastDate":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"isFormal":{"default":false,"type":"boolean"},"location":{"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"locationField":{"type":["string","null"]},"duration":{"type":"string"},"isDurationPerDay":{"default":false,"type":"boolean"},"teacher":{"type":["string","null"]},"trainingCost":{"type":"number"},"isTrainingCostPerAttendee":{"default":false,"type":"boolean"},"wageCost":{"type":"number"},"trainingCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"isWageCostPerHourPerAttendee":{"default":false,"type":"boolean"},"wageCostType":{"type":"string","enum":["course","person","attendee","hour_per_attendee","hourly_rate_for_attendee","global_rate_per_attendee",""]},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course.read_id_timestamps_syncable"}},"category":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseCategory.jsonld-training_plan_course.read_id_timestamps_syncable"},{"type":"null"}]},"countsForPlan":{"type":["boolean","null"]},"theme":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseTheme.jsonld-training_plan_course.read_id_timestamps_syncable"},{"type":"null"}]},"attendees":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-training_plan_course.read_id_timestamps_syncable"}},"forfaitCost":{"default":false,"type":"boolean"},"canBeEnrolled":{"default":false,"type":"boolean"},"enrollableTeams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeam.jsonld-training_plan_course.read_id_timestamps_syncable"}},"description":{"type":["string","null"]},"remarks":{"type":["string","null"]},"autoAcceptRequest":{"default":false,"type":"boolean"},"trainingPlanCourseGrants":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrant.jsonld-training_plan_course.read_id_timestamps_syncable"}},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"trainingPlanCourseRequest":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest.jsonld-training_plan_course.read_id_timestamps_syncable"},{"type":"null"}]},"isDateForAllAttendees":{"default":true,"type":"boolean"},"isRequestedCourse":{"default":false,"type":"boolean"},"requestStatus":{"type":["boolean","null"]},"payedByOrganisation":{"default":true,"type":"boolean"},"branch":{"anyOf":[{"$ref":"#\/components\/schemas\/Branch.jsonld-training_plan_course.read_id_timestamps_syncable"},{"type":"null"}]},"requestingUser":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-training_plan_course.read_id_timestamps_syncable"},{"type":"null"}]},"grantsPossible":{"default":true,"type":"boolean"},"allGrantsProcessed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]},"firstDate":{"readOnly":true},"lastDate":{"readOnly":true},"isProcessed":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstDate":{"readOnly":true},"lastDate":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_certificate.list_id_timestamps"},{"type":"null"}],"readOnly":true}}}]},"TrainingPlanCourse.jsonld-training_plan_course_date_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"dateType":{"default":"static_dates","type":"string","enum":["static_dates","range","unknown",""]},"id":{"readOnly":true,"type":"string"}}}]},"TrainingPlanCourse.jsonld-training_plan_course_form.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourse.jsonld-training_plan_course_form.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourse.jsonld-trainingplancoursegrant.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]},"firstDate":{"readOnly":true}}}]},"TrainingPlanCourse.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"TrainingPlanCourseAttendee":{"type":"object","properties":{"trainingPlanCourse":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profileMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"durationPresent":{"type":["string","null"]},"lawfullyAbscentDuration":{"default":"0.00","type":["string","null"]},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"remarks":{"type":["string","null"]},"isDurationPerDay":{"type":["boolean","null"]},"isRequested":{"default":false,"type":"boolean"},"isApproved":{"type":["boolean","null"]},"approvedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requestRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acceptedGrantCount":{"readOnly":true,"type":"integer"},"isFullyPresent":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"lastEmploymentEndDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"present":{"readOnly":true}}},"TrainingPlanCourseAttendee.jsonMergePatch":{"type":"object","properties":{"trainingPlanCourse":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profileMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"durationPresent":{"type":["string","null"]},"lawfullyAbscentDuration":{"default":"0.00","type":["string","null"]},"certificates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"remarks":{"type":["string","null"]},"isDurationPerDay":{"type":["boolean","null"]},"isRequested":{"default":false,"type":"boolean"},"isApproved":{"type":["boolean","null"]},"approvedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonMergePatch"}},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requestRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acceptedGrantCount":{"readOnly":true,"type":"integer"},"isFullyPresent":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"lastEmploymentEndDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"present":{"readOnly":true}}},"TrainingPlanCourseAttendee.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld"},"durationPresent":{"type":["string","null"]},"lawfullyAbscentDuration":{"default":"0.00","type":["string","null"]},"certificates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld"}},"remarks":{"type":["string","null"]},"isDurationPerDay":{"type":["boolean","null"]},"isRequested":{"default":false,"type":"boolean"},"isApproved":{"type":["boolean","null"]},"approvedBy":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourseDates":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"trainingPlanCourseGrants":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requestRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"acceptedGrantCount":{"readOnly":true,"type":"integer"},"isFullyPresent":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"lastEmploymentEndDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"firstDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastDate":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"present":{"readOnly":true}}}]},"TrainingPlanCourseAttendee.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"durationPresent":{"type":["string","null"]},"lawfullyAbscentDuration":{"default":"0.00","type":["string","null"]},"certificates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseCertificate.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"remarks":{"type":["string","null"]},"isDurationPerDay":{"type":["boolean","null"]},"isRequested":{"default":false,"type":"boolean"},"isApproved":{"type":["boolean","null"]},"approvedBy":{"anyOf":[{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"}},"requestRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"acceptedGrantCount":{"readOnly":true,"type":"integer"},"isFullyPresent":{"readOnly":true},"status":{"readOnly":true,"type":"string"},"lastEmploymentEndDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"TrainingPlanCourseAttendee.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-form_submission.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseAttendee.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-form_submission.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseAttendee.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"},"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST"},"isRequested":{"default":false,"type":"boolean"},"isApproved":{"type":["boolean","null"]},"requestRemarks":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"status":{"readOnly":true,"type":"string"},"lastEmploymentEndDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"TrainingPlanCourseAttendee.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseAttendee.jsonld-training_plan_course.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseAttendee.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseAttendee.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course_certificate.list_id_timestamps"},"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-training_plan_course_certificate.list_id_timestamps"},"trainingPlanCourseDates":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseDate.jsonld-training_plan_course_certificate.list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"TrainingPlanCourseAttendee.jsonld-training_plan_course_date_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course_date_list_id"},"profileMember":{"$ref":"#\/components\/schemas\/OrganisationProfileMember.jsonld-training_plan_course_date_list_id"},"id":{"readOnly":true,"type":"string"},"status":{"readOnly":true,"type":"string"},"functionsDuringCourse":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"activeFunctions":{"readOnly":true,"type":"array","items":{"type":["string","null"]}}}}]},"TrainingPlanCourseCategory.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"isFormal":{"type":"boolean"},"trainingPlanCourseRequests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest.jsonld"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"TrainingPlanCourseCategory.jsonld-training_plan_course.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseCategory.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseCertificate":{"type":"object","properties":{"attendee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"remarks":{"type":["string","null"]},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isProcessed":{"default":false,"type":"boolean"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"courseLocation":{"readOnly":true,"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"courseDuration":{"readOnly":true,"type":["number","null"]},"isCourseDurationPerDay":{"readOnly":true},"teacher":{"readOnly":true,"type":"string"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TrainingPlanCourseCertificate.jsonMergePatch":{"type":"object","properties":{"attendee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"remarks":{"type":["string","null"]},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isProcessed":{"default":false,"type":"boolean"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"courseLocation":{"readOnly":true,"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"courseDuration":{"readOnly":true,"type":["number","null"]},"isCourseDurationPerDay":{"readOnly":true},"teacher":{"readOnly":true,"type":"string"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}},"TrainingPlanCourseCertificate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"attendee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld"},{"type":"null"}]},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"remarks":{"type":["string","null"]},"user":{"$ref":"#\/components\/schemas\/User.jsonld"},"isProcessed":{"default":false,"type":"boolean"},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"courseLocation":{"readOnly":true,"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"courseDuration":{"readOnly":true,"type":["number","null"]},"isCourseDurationPerDay":{"readOnly":true},"teacher":{"readOnly":true,"type":"string"},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"organisation":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}}}]},"TrainingPlanCourseCertificate.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"user":{"$ref":"#\/components\/schemas\/User.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"isProcessed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"teacher":{"readOnly":true,"type":"string"}}}]},"TrainingPlanCourseCertificate.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"attendee":{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-training_plan_course_certificate.list_id_timestamps"},"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-training_plan_course_certificate.list_id_timestamps"},{"type":"null"}]},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"user":{"$ref":"#\/components\/schemas\/User.jsonld-training_plan_course_certificate.list_id_timestamps"},"isProcessed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"organisation":{"$ref":"#\/components\/schemas\/OrganisationProfile.jsonld-training_plan_course_certificate.list_id_timestamps"}}}]},"TrainingPlanCourseCertificate.jsonld-training_plan_course_certificates.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"fileObject":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-training_plan_course_certificates.read_id_timestamps"},{"type":"null"}]},"date":{"type":"string","format":"date-time"},"expirationDate":{"type":["string","null"],"format":"date-time"},"user":{"$ref":"#\/components\/schemas\/User.jsonld-training_plan_course_certificates.read_id_timestamps"},"isProcessed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"functionsOnCertificateDate":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"courseLocation":{"readOnly":true,"type":"string","enum":["internal","external","training_provider","home","multiple_locations"]},"courseDuration":{"readOnly":true,"type":["number","null"]},"isCourseDurationPerDay":{"readOnly":true},"teacher":{"readOnly":true,"type":"string"}}}]},"TrainingPlanCourseDate.jsonMergePatch":{"type":"object","properties":{"trainingPlanCourse":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"day":{"type":["integer","null"]},"month":{"type":["integer","null"]},"year":{"type":"integer"},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isFullyPresent":{"type":["boolean","null"]},"durationPresent":{"type":["string","null"]},"lawfullyAbscent":{"default":false,"type":"boolean"},"location":{"type":["string","null"]},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"durationForDate":{"type":["string","null"]},"subject":{"type":["string","null"]},"processed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isDurationPerDay":{"readOnly":true}}},"TrainingPlanCourseDate.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"day":{"type":["integer","null"]},"month":{"type":["integer","null"]},"year":{"type":"integer"},"member":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isFullyPresent":{"type":["boolean","null"]},"durationPresent":{"type":["string","null"]},"lawfullyAbscent":{"default":false,"type":"boolean"},"location":{"type":["string","null"]},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"durationForDate":{"type":["string","null"]},"subject":{"type":["string","null"]},"processed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"isDurationPerDay":{"readOnly":true}}}]},"TrainingPlanCourseDate.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"day":{"type":["integer","null"]},"month":{"type":["integer","null"]},"year":{"type":"integer"},"isFullyPresent":{"type":["boolean","null"]},"durationPresent":{"type":["string","null"]},"lawfullyAbscent":{"default":false,"type":"boolean"},"location":{"type":["string","null"]},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"durationForDate":{"type":["string","null"]},"subject":{"type":["string","null"]},"processed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isDurationPerDay":{"readOnly":true}}}]},"TrainingPlanCourseDate.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseDate.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseDate.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"day":{"type":["integer","null"]},"month":{"type":["integer","null"]},"year":{"type":"integer"},"durationPresent":{"type":["string","null"]},"lawfullyAbscent":{"default":false,"type":"boolean"},"location":{"type":["string","null"]},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"durationForDate":{"type":["string","null"]},"subject":{"type":["string","null"]},"processed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"isDurationPerDay":{"readOnly":true}}}]},"TrainingPlanCourseDate.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseDate.jsonld-training_plan_course_date_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course_date_list_id"},{"type":"null"}]},"day":{"type":["integer","null"]},"month":{"type":["integer","null"]},"year":{"type":"integer"},"member":{"anyOf":[{"$ref":"#\/components\/schemas\/TrainingPlanCourseAttendee.jsonld-training_plan_course_date_list_id"},{"type":"null"}]},"isFullyPresent":{"type":["boolean","null"]},"durationPresent":{"type":["string","null"]},"lawfullyAbscent":{"default":false,"type":"boolean"},"location":{"type":["string","null"]},"startTime":{"type":["string","null"]},"endTime":{"type":["string","null"]},"durationForDate":{"type":["string","null"]},"processed":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"isDurationPerDay":{"readOnly":true}}}]},"TrainingPlanCourseForm-training_plan_course_form.write.jsonMergePatch":{"type":"object","properties":{"trainingPlanCourse":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"formTemplateVersion":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"triggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"isPublished":{"default":false,"type":"boolean"},"daysAfterTraining":{"type":["integer","null"]},"sendTime":{"type":["string","null"]},"sendEmail":{"default":true,"type":"boolean"},"onlyForAttendees":{"default":false,"type":"boolean"},"reminders":{"type":["array","null"],"items":{"type":["string","null"]}}}},"TrainingPlanCourseForm.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"formTemplateVersion":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"triggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"isPublished":{"default":false,"type":"boolean"},"publishedDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"daysAfterTraining":{"type":["integer","null"]},"sendTime":{"type":["string","null"]},"sendEmail":{"default":true,"type":"boolean"},"onlyForAttendees":{"default":false,"type":"boolean"},"reminders":{"type":["array","null"],"items":{"type":["string","null"]}},"submissions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"emails":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"organisationProfile":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"amountOfSubmissions":{"readOnly":true,"type":"integer"},"amountOfCourseAttendees":{"readOnly":true,"type":["integer","null"]},"visible":{"readOnly":true}}}]},"TrainingPlanCourseForm.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseForm.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseForm.jsonld-training_plan_course_form.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course_form.list_id_timestamps"},"formTemplateVersion":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-training_plan_course_form.list_id_timestamps"},"name":{"type":"string"},"triggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"isPublished":{"default":false,"type":"boolean"},"publishedDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"daysAfterTraining":{"type":["integer","null"]},"sendTime":{"type":["string","null"]},"sendEmail":{"default":true,"type":"boolean"},"onlyForAttendees":{"default":false,"type":"boolean"},"reminders":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfSubmissions":{"readOnly":true,"type":"integer"},"amountOfCourseAttendees":{"readOnly":true,"type":["integer","null"]},"visible":{"readOnly":true}}}]},"TrainingPlanCourseForm.jsonld-training_plan_course_form.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourse":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-training_plan_course_form.read_id_timestamps"},"formTemplateVersion":{"$ref":"#\/components\/schemas\/FormTemplateVersion.jsonld-training_plan_course_form.read_id_timestamps"},"name":{"type":"string"},"triggerMethod":{"default":"manual","type":"string","enum":["automatic","manual"]},"isPublished":{"default":false,"type":"boolean"},"publishedDate":{"readOnly":true,"type":["string","null"],"format":"date-time"},"daysAfterTraining":{"type":["integer","null"]},"sendTime":{"type":["string","null"]},"sendEmail":{"default":true,"type":"boolean"},"onlyForAttendees":{"default":false,"type":"boolean"},"reminders":{"type":["array","null"],"items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfSubmissions":{"readOnly":true,"type":"integer"},"amountOfCourseAttendees":{"readOnly":true,"type":["integer","null"]},"visible":{"readOnly":true}}}]},"TrainingPlanCourseGrant":{"type":"object","properties":{"grantType":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestDate":{"type":"string","format":"date-time"},"requestAmount":{"type":["number","null"]},"requestedBy":{"default":"","type":["string","null"]},"responseStatus":{"default":"pending","type":"string","enum":["pending","pending_provider","accepted","rejected"]},"responseDate":{"type":["string","null"],"format":"date-time"},"responseAmount":{"type":["number","null"]},"internalRemarks":{"type":["string","null"]},"internalAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"customGrant":{"type":["string","null"]},"isGrantForAllAttendees":{"default":true,"type":"boolean"},"applicableAttendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue"}},"locked":{"default":false,"type":"boolean"},"isNoSync":{"default":true,"type":"boolean"},"externalReference":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isAccepted":{"readOnly":true},"investmentMatrix":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"pricePerAttendee":{"readOnly":true,"type":["number","null"]}}},"TrainingPlanCourseGrant.jsonMergePatch":{"type":"object","properties":{"grantType":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestDate":{"type":"string","format":"date-time"},"requestAmount":{"type":["number","null"]},"requestedBy":{"default":"","type":["string","null"]},"responseStatus":{"default":"pending","type":"string","enum":["pending","pending_provider","accepted","rejected"]},"responseDate":{"type":["string","null"],"format":"date-time"},"responseAmount":{"type":["number","null"]},"internalRemarks":{"type":["string","null"]},"internalAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"customGrant":{"type":["string","null"]},"isGrantForAllAttendees":{"default":true,"type":"boolean"},"applicableAttendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue"}},"locked":{"default":false,"type":"boolean"},"isNoSync":{"default":true,"type":"boolean"},"externalReference":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isAccepted":{"readOnly":true},"investmentMatrix":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"pricePerAttendee":{"readOnly":true,"type":["number","null"]}}},"TrainingPlanCourseGrant.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"grantType":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"requestDate":{"type":"string","format":"date-time"},"requestAmount":{"type":["number","null"]},"requestedBy":{"default":"","type":["string","null"]},"responseStatus":{"default":"pending","type":"string","enum":["pending","pending_provider","accepted","rejected"]},"responseDate":{"type":["string","null"],"format":"date-time"},"responseAmount":{"type":["number","null"]},"internalRemarks":{"type":["string","null"]},"internalAttachments":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"course":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"customGrant":{"type":["string","null"]},"isGrantForAllAttendees":{"default":true,"type":"boolean"},"applicableAttendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"locked":{"default":false,"type":"boolean"},"isNoSync":{"default":true,"type":"boolean"},"externalReference":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"syncId":{"type":["string","null"]},"organisationProfile":{"readOnly":true,"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"isAccepted":{"readOnly":true},"investmentMatrix":{"readOnly":true,"type":"array","items":{"type":["string","null"]}},"pricePerAttendee":{"readOnly":true,"type":["number","null"]}}}]},"TrainingPlanCourseGrant.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"grantType":{"anyOf":[{"$ref":"#\/components\/schemas\/Grant.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"},{"type":"null"}]},"requestDate":{"type":"string","format":"date-time"},"requestAmount":{"type":["number","null"]},"requestedBy":{"default":"","type":["string","null"]},"responseStatus":{"default":"pending","type":"string","enum":["pending","pending_provider","accepted","rejected"]},"responseDate":{"type":["string","null"],"format":"date-time"},"responseAmount":{"type":["number","null"]},"internalRemarks":{"type":["string","null"]},"internalAttachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"}},"course":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-trainingplancoursegrant.list_id_timestamps_syncable"},"customGrant":{"type":["string","null"]},"isGrantForAllAttendees":{"default":true,"type":"boolean"},"applicableAttendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"locked":{"default":false,"type":"boolean"},"isNoSync":{"default":true,"type":"boolean"},"externalReference":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"TrainingPlanCourseGrant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"grantType":{"anyOf":[{"$ref":"#\/components\/schemas\/Grant.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"},{"type":"null"}]},"requestDate":{"type":"string","format":"date-time"},"requestAmount":{"type":["number","null"]},"requestedBy":{"default":"","type":["string","null"]},"responseStatus":{"default":"pending","type":"string","enum":["pending","pending_provider","accepted","rejected"]},"responseDate":{"type":["string","null"],"format":"date-time"},"responseAmount":{"type":["number","null"]},"internalRemarks":{"type":["string","null"]},"internalAttachments":{"type":"array","items":{"$ref":"#\/components\/schemas\/FileObject.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}},"course":{"$ref":"#\/components\/schemas\/TrainingPlanCourse.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"},"customGrant":{"type":["string","null"]},"isGrantForAllAttendees":{"default":true,"type":"boolean"},"applicableAttendees":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"dynamicFieldValues":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseGrantDynamicFieldValue.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"}},"locked":{"default":false,"type":"boolean"},"isNoSync":{"default":true,"type":"boolean"},"externalReference":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"syncId":{"type":["string","null"]}}}]},"TrainingPlanCourseGrantDynamicFieldValue":{"type":"object","properties":{"trainingPlanCourseGrant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourseGrantDynamicFieldValue.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"trainingPlanCourseGrant":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"TrainingPlanCourseGrantDynamicFieldValue.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"dynamicField":{"$ref":"#\/components\/schemas\/DynamicField.jsonld-trainingplancoursegrant.read_id_timestamps_syncable"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseRequest":{"type":"object","properties":{"name":{"type":"string"},"remarks":{"type":"string"},"price":{"type":"string"},"requestingMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourse":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourseRequest.jsonld":{"type":"object","properties":{"name":{"type":"string"},"remarks":{"type":"string"},"price":{"type":"string"},"requestingMember":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"trainingPlanCourse":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"theme":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"category":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourseRequest.jsonld-training_plan_course.read_id_timestamps_syncable":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TrainingPlanCourseTheme":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"}},"usableInTrainingPlan":{"default":true,"type":"boolean"},"visibleForEmployees":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourseTheme.jsonMergePatch":{"type":"object","properties":{"organisationProfile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"name":{"type":"string"},"trainingPlanCourses":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"requests":{"type":"array","items":{"$ref":"#\/components\/schemas\/TrainingPlanCourseRequest"}},"usableInTrainingPlan":{"default":true,"type":"boolean"},"visibleForEmployees":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingPlanCourseTheme.jsonld-trainingPlanCourseTheme.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"usableInTrainingPlan":{"default":true,"type":"boolean"},"visibleForEmployees":{"default":false,"type":"boolean"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseTheme.jsonld-training_plan_course.list_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingPlanCourseTheme.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"name":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"TrainingRightRule.ics":{"type":"object","properties":{"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"minimumFullTimeEquivalentEmployees":{"type":["integer","null"]},"maximumFullTimeEquivalentEmployees":{"type":["integer","null"]},"CollectiveDaysPerFullTimeEquivalentPerYear":{"type":["number","null"]},"IndividualDaysPerFullTimeEquivalentPerYear":{"type":["number","null"]},"CollectiveHoursPerFullTimeEquivalentPerYear":{"type":["number","null"]},"IndividualHoursPerFullTimeEquivalentPerYear":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"TrainingRightRule.jsonld":{"type":"object","properties":{"jointCommittee":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"startDate":{"type":"string","format":"date-time"},"endDate":{"type":["string","null"],"format":"date-time"},"minimumFullTimeEquivalentEmployees":{"type":["integer","null"]},"maximumFullTimeEquivalentEmployees":{"type":["integer","null"]},"CollectiveDaysPerFullTimeEquivalentPerYear":{"type":["number","null"]},"IndividualDaysPerFullTimeEquivalentPerYear":{"type":["number","null"]},"CollectiveHoursPerFullTimeEquivalentPerYear":{"type":["number","null"]},"IndividualHoursPerFullTimeEquivalentPerYear":{"type":["number","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Translation.jsonld-feature_list_id_timestamps":{"type":"object","properties":{"lang":{"type":"string"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Translation.jsonld-subscription_package_item_id_timestamps":{"type":"object","properties":{"lang":{"type":"string"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"Translation.jsonld-subscription_package_list_id_timestamps":{"type":"object","properties":{"lang":{"type":"string"},"value":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-feature_category_item_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-feature_category_list_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-feature_item_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-feature_list_id_timestamps":{"type":"object","properties":{"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Translation.jsonld-feature_list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-file_category_list_id":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}},"TranslationEntry.jsonld-id_certificate.read":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"}}},"TranslationEntry.jsonld-id_timestamps_certificate.read":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-organisation_profile_attachment.list_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-organisation_profile_attachment.read_id_timestamps":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-subscription_package_item_id_timestamps":{"type":"object","properties":{"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Translation.jsonld-subscription_package_item_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-subscription_package_list_id_timestamps":{"type":"object","properties":{"translations":{"type":"array","items":{"$ref":"#\/components\/schemas\/Translation.jsonld-subscription_package_list_id_timestamps"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"TranslationEntry.jsonld-trainingplancoursegrant.read_id_timestamps_syncable":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"User":{"type":"object","properties":{"selectedBranchId":{},"referrals":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"mfaCodeLogs":{"type":"array","items":{"$ref":"#\/components\/schemas\/MfaCodeLog"}},"securityLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastCalendarSync":{"type":["string","null"],"format":"date-time"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"refererBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"firstName":{"readOnly":true,"type":"string"},"lastName":{"readOnly":true,"type":"string"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"amountOfUnclaimedReferrals":{"readOnly":true,"type":"integer"},"unclaimedReferral":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"apiAccess":{"readOnly":true},"activeCode":{"anyOf":[{"$ref":"#\/components\/schemas\/MfaCodeLog"},{"type":"null"}],"readOnly":true},"icalUrl":{"readOnly":true,"type":"string"},"plainPassword":{"type":["string","null"]},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}},"required":["profile","emailAddress"]},"User.ics-id_timestamps_user_read_mfa":{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfUnclaimedReferrals":{"readOnly":true,"type":"integer"},"unclaimedReferral":{"anyOf":[{"$ref":"#\/components\/schemas\/UserReferral.ics-id_timestamps_user_read_mfa"},{"type":"null"}],"readOnly":true},"apiAccess":{"readOnly":true},"icalUrl":{"readOnly":true,"type":"string"},"emailAuthEnabled":{"type":"boolean"},"mfaEnabled":{"readOnly":true}}},"User.jsonMergePatch":{"type":"object","properties":{"selectedBranchId":{},"referrals":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic"}},"mfaCodeLogs":{"type":"array","items":{"$ref":"#\/components\/schemas\/MfaCodeLog"}},"securityLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastCalendarSync":{"type":["string","null"],"format":"date-time"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"refererBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"firstName":{"readOnly":true,"type":"string"},"lastName":{"readOnly":true,"type":"string"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"amountOfUnclaimedReferrals":{"readOnly":true,"type":"integer"},"unclaimedReferral":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"apiAccess":{"readOnly":true},"activeCode":{"anyOf":[{"$ref":"#\/components\/schemas\/MfaCodeLog"},{"type":"null"}],"readOnly":true},"icalUrl":{"readOnly":true,"type":"string"},"plainPassword":{"type":["string","null"]},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}}},"User.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"selectedBranchId":{},"referrals":{"type":"array","items":{"$ref":"#\/components\/schemas\/UserReferral.jsonld"}},"topics":{"type":"array","items":{"$ref":"#\/components\/schemas\/Topic.jsonld"}},"mfaCodeLogs":{"type":"array","items":{"$ref":"#\/components\/schemas\/MfaCodeLog.jsonld"}},"securityLogs":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"lastCalendarSync":{"type":["string","null"],"format":"date-time"},"profile":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"active":{"type":"boolean"},"refererBranch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"lastLogin":{"type":["string","null"],"format":"date-time"},"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"roles":{"type":"array","items":{"type":["string","null"]}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"},"firstName":{"readOnly":true,"type":"string"},"lastName":{"readOnly":true,"type":"string"},"communicationEmailAddress":{"readOnly":true,"type":"string"},"amountOfUnclaimedReferrals":{"readOnly":true,"type":"integer"},"unclaimedReferral":{"readOnly":true,"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"apiAccess":{"readOnly":true},"activeCode":{"anyOf":[{"$ref":"#\/components\/schemas\/MfaCodeLog.jsonld"},{"type":"null"}],"readOnly":true},"icalUrl":{"readOnly":true,"type":"string"},"plainPassword":{"type":["string","null"]},"emailAuthEnabled":{"type":"boolean"},"userIdentifier":{"readOnly":true,"type":"string"},"mfaEnabled":{"readOnly":true},"emailAuthRecipient":{"readOnly":true,"type":"string"},"trustedTokenVersion":{"readOnly":true,"type":"integer"}},"required":["profile","emailAddress"]}]},"User.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-federal_learning_account_syncs.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-federal_learning_account_syncs.list_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-federal_learning_account_syncs.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-federal_learning_account_syncs.read_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-id_log_list_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["emailAddress"],"properties":{"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-id_log_read_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["emailAddress"],"properties":{"emailAddress":{"format":"email","externalDocs":{"url":"https:\/\/schema.org\/email"},"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-id_timestamps_federal_public_service_employment.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-id_timestamps_federal_public_service_employment.list"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-id_timestamps_federal_public_service_employment.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-id_timestamps_federal_public_service_employment.read"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-id_timestamps_user_read_mfa":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"amountOfUnclaimedReferrals":{"readOnly":true,"type":"integer"},"unclaimedReferral":{"anyOf":[{"$ref":"#\/components\/schemas\/UserReferral.jsonld-id_timestamps_user_read_mfa"},{"type":"null"}],"readOnly":true},"apiAccess":{"readOnly":true},"icalUrl":{"readOnly":true,"type":"string"},"emailAuthEnabled":{"type":"boolean"},"mfaEnabled":{"readOnly":true}}}]},"User.jsonld-read.action_log_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["profile"],"properties":{"profile":{"$ref":"#\/components\/schemas\/UserProfile.jsonld-read.action_log_id_timestamps"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"User.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstName":{"readOnly":true,"type":"string"},"lastName":{"readOnly":true,"type":"string"}}}]},"User.jsonld-training_plan_course_certificates.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"firstName":{"readOnly":true,"type":"string"},"lastName":{"readOnly":true,"type":"string"}}}]},"UserProfile":{"type":"object","properties":{"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]},"organisationProfileSubscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"avatar":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["firstName","lastName","emailAddress","language"]},"UserProfile.jsonMergePatch":{"type":"object","properties":{"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]},"organisationProfileSubscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"avatar":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"UserProfile.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"user":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"organisationMemberships":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"persons":{"readOnly":true,"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]},"organisationProfileSubscriptions":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"avatar":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}},"required":["firstName","lastName","emailAddress","language"]}]},"UserProfile.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName","emailAddress","language"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-TRAINING_PLAN_COURSE_ATTENDEE_READ_TRAINING_PLAN_COURSE_ATTENDEE_LIST_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]}}}]},"UserProfile.jsonld-federal_learning_account_syncs.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName","emailAddress"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"nationalNumber":{"type":["string","null"]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]}}}]},"UserProfile.jsonld-federal_learning_account_syncs.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-form_submission.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-form_submission.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-id_timestamps_TRAINING_PLAN_COURSE_ATTENDEE_ATTENDEE_LIST":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName","emailAddress"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-id_timestamps_federal_public_service_employment.list":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-id_timestamps_federal_public_service_employment.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-organisation_profile_attachment.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-organisation_profile_attachment.read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-organisation_profile_member_list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"avatar":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profile_member_list_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-organisation_profile_member_list_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]}},"required":["firstName","lastName","emailAddress","language"]}]},"UserProfile.jsonld-organisation_profile_member_read_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"avatar":{"anyOf":[{"$ref":"#\/components\/schemas\/FileObject.jsonld-organisation_profile_member_read_id_timestamps"},{"type":"null"}]},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"language":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"gender":{"type":["string","null"]},"dateOfBirth":{"type":["string","null"],"format":"date-time"},"placeOfBirth":{"type":["string","null"]},"nationalNumber":{"type":["string","null"]},"domiciliaryAddress":{"anyOf":[{"$ref":"#\/components\/schemas\/Address.jsonld-organisation_profile_member_read_id_timestamps"},{"type":"null"}]},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"communicationEmailAddress":{"readOnly":true,"type":["string","null"]}},"required":["firstName","lastName","emailAddress","language"]}]},"UserProfile.jsonld-read.action_log_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName","emailAddress"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-training_plan_course.read_id_timestamps_syncable":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-training_plan_course_certificate.list_id_timestamps":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"UserProfile.jsonld-training_plan_course_date_list_id":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","required":["firstName","lastName"],"properties":{"firstName":{"type":"string"},"lastName":{"type":"string"},"id":{"readOnly":true,"type":"string"}}}]},"UserReferral":{"type":"object","properties":{"claimedAt":{"type":["string","null"],"format":"date-time"},"declinedAt":{"type":["string","null"],"format":"date-time"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"UserReferral.ics-id_timestamps_user_read_mfa":{"type":"object","properties":{"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}},"UserReferral.jsonMergePatch":{"type":"object","properties":{"claimedAt":{"type":["string","null"],"format":"date-time"},"declinedAt":{"type":["string","null"],"format":"date-time"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"UserReferral.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"claimedAt":{"type":["string","null"],"format":"date-time"},"declinedAt":{"type":["string","null"],"format":"date-time"},"user":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"UserReferral.jsonld-id_timestamps_user_read_mfa":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"referral":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"VideoTracking":{"type":"object","properties":{"presence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"action":{"type":"string"},"presenceCheck":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"videoTime":{"type":"string","format":"date-time"},"videoUrl":{"type":"string"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"VideoTracking.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"presence":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"},"action":{"type":"string"},"presenceCheck":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"videoTime":{"type":"string","format":"date-time"},"videoUrl":{"type":"string"},"session":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"VideoTracking.jsonld-id_timestamps_series.read_address.read":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"}}}]},"Webhook":{"type":"object","properties":{"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"url":{"type":"string"},"event":{"type":"string","enum":["event:enrolment:create","event:enrolment:invoice_paid","event:presence:set_present","event:student:passed","event:student:failed","event:evaluation:changed","event:person:created","event:person:updated","event:organisation:created","event:organisation:updated","event:course:created","event:course:updated","event:certificate:generation"],"example":"event:enrolment:create"},"errorCount":{"default":0,"type":"integer"},"totalCalls":{"default":0,"type":"integer"},"certificateTypeVariations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}},"Webhook.jsonld":{"allOf":[{"$ref":"#\/components\/schemas\/HydraItemBaseSchema"},{"type":"object","properties":{"branch":{"type":["string","null"],"format":"iri-reference","example":"https:\/\/example.com\/"},"url":{"type":"string"},"event":{"type":"string","enum":["event:enrolment:create","event:enrolment:invoice_paid","event:presence:set_present","event:student:passed","event:student:failed","event:evaluation:changed","event:person:created","event:person:updated","event:organisation:created","event:organisation:updated","event:course:created","event:course:updated","event:certificate:generation"],"example":"event:enrolment:create"},"errorCount":{"default":0,"type":"integer"},"totalCalls":{"default":0,"type":"integer"},"certificateTypeVariations":{"type":"array","items":{"type":"string","format":"iri-reference","example":"https:\/\/example.com\/"}},"id":{"readOnly":true,"type":"string"},"createdAt":{"type":"string","format":"date-time"},"updatedAt":{"type":"string","format":"date-time"},"disableUpdatedAt":{"writeOnly":true,"default":false,"type":"boolean"}}}]},"Token":{"type":"object","properties":{"token":{"type":"string","readOnly":true}}},"Credentials":{"type":"object","properties":{"emailAddress":{"type":"string","example":"johndoe@example.com"},"password":{"type":"string","example":"apassword"},"type":{"type":"string","enum":["platform","client","admin"],"example":"platform"},"branchId":{"type":"string","example":""}}},"OrganisationProfileMemberImportDto":{"type":"object","properties":{"organisationProfileMembers":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileMemberDto"}}}},"OrganisationProfileMemberDto":{"type":"object","properties":{"id":{"type":"string"},"firstName":{"type":"string"},"lastName":{"type":"string"},"emailAddress":{"type":"string","nullable":true},"communicationEmailAddress":{"type":"string","nullable":true},"gender":{"type":"string","nullable":true},"dateOfBirth":{"type":"string","format":"date","nullable":true},"employeeNumber":{"type":"string","nullable":true},"nationalNumber":{"type":"string","nullable":true},"birthPlace":{"type":"string","nullable":true},"employmentPercentage":{"type":"number"},"department":{"type":"string","nullable":true},"domiciliaryAddress":{"$ref":"#\/components\/schemas\/DomiciliaryAddressDto","nullable":true},"teams":{"type":"array","items":{"$ref":"#\/components\/schemas\/OrganisationProfileTeamDto"}},"jointCommittee":{"type":"string","nullable":true},"startDate":{"type":"string","format":"date","nullable":true},"endDate":{"type":"string","format":"date","nullable":true},"function":{"type":"string","nullable":true},"language":{"type":"string"},"validationErrors":{"type":"array","items":{"type":"object"}},"isValid":{"type":"boolean"}}},"DomiciliaryAddressDto":{"type":"object","properties":{"address":{"type":"string","nullable":true},"postcode":{"type":"string","nullable":true},"city":{"type":"string","nullable":true},"country":{"type":"string","nullable":true}}},"OrganisationProfileTeamDto":{"type":"object","properties":{"id":{"type":"string","nullable":true},"name":{"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":[{"name":"AcademyHomepage","description":"Resource 'AcademyHomepage' operations."},{"name":"JointCommitteeProduct","description":"Resource 'JointCommitteeProduct' operations."},{"name":"Profession","description":"Resource 'Profession' operations."},{"name":"ProfessionName","description":"Resource 'ProfessionName' operations."},{"name":"ProfessionNameAlternative","description":"Resource 'ProfessionNameAlternative' operations."},{"name":"ProfessionProduct","description":"Resource 'ProfessionProduct' operations."},{"name":"TagProduct","description":"Resource 'TagProduct' operations."},{"name":"TagProfession","description":"Resource 'TagProfession' operations."},{"name":"Event","description":"Resource 'Event' operations."},{"name":"Audit","description":"Resource 'Audit' operations."},{"name":"Branch","description":"Resource 'Branch' operations."},{"name":"Client","description":"Resource 'Client' operations."},{"name":"Email","description":"Resource 'Email' operations."},{"name":"EmailReadLog","description":"Resource 'EmailReadLog' operations."},{"name":"EmailRecipient","description":"Resource 'EmailRecipient' operations."},{"name":"CourseBundle","description":"Resource 'CourseBundle' operations."},{"name":"CourseBundleCustomisableBundle","description":"Resource 'CourseBundleCustomisableBundle' operations."},{"name":"CourseBundleDynamicFieldValue","description":"Resource 'CourseBundleDynamicFieldValue' operations."},{"name":"Answer","description":"Resource 'Answer' operations."},{"name":"Course","description":"Resource 'Course' operations."},{"name":"CourseDynamicFieldValue","description":"Resource 'CourseDynamicFieldValue' operations."},{"name":"EvaluationForm","description":"Resource 'EvaluationForm' operations."},{"name":"EvaluationFormEntry","description":"Resource 'EvaluationFormEntry' operations."},{"name":"EvaluationFormEntryAnswer","description":"Resource 'EvaluationFormEntryAnswer' operations."},{"name":"FormAnswer","description":"Resource 'FormAnswer' operations."},{"name":"FormQuestion","description":"Resource 'FormQuestion' operations."},{"name":"SeriesMedia","description":"Resource 'SeriesMedia' operations."},{"name":"Presence","description":"Resource 'Presence' operations."},{"name":"PresenceCheck","description":"Resource 'PresenceCheck' operations."},{"name":"PresenceCheckTemplate","description":"Resource 'PresenceCheckTemplate' operations."},{"name":"Question","description":"Resource 'Question' operations."},{"name":"Series","description":"Resource 'Series' operations."},{"name":"SeriesCertificateType","description":"Resource 'SeriesCertificateType' operations."},{"name":"SeriesTask","description":"Resource 'SeriesTask' operations."},{"name":"Session","description":"Resource 'Session' operations."},{"name":"SessionCertificateType","description":"Resource 'SessionCertificateType' operations."},{"name":"Task","description":"Resource 'Task' operations."},{"name":"VideoTracking","description":"Resource 'VideoTracking' operations."},{"name":"Organisation","description":"Resource 'Organisation' operations."},{"name":"OrganisationAddress","description":"Resource 'OrganisationAddress' operations."},{"name":"OrganisationBranchConnection","description":"Resource 'OrganisationBranchConnection' operations."},{"name":"OrganisationGroup","description":"Resource 'OrganisationGroup' operations."},{"name":"OrganisationMember","description":"Resource 'OrganisationMember' operations."},{"name":"Person","description":"Resource 'Person' operations."},{"name":"PersonBranchConnection","description":"Resource 'PersonBranchConnection' operations."},{"name":"PersonDynamicFieldValue","description":"Resource 'PersonDynamicFieldValue' operations."},{"name":"PersonGroup","description":"Resource 'PersonGroup' operations."},{"name":"Discount","description":"Resource 'Discount' operations."},{"name":"DiscountRule","description":"Resource 'DiscountRule' operations."},{"name":"EnabledDynamicField","description":"Resource 'EnabledDynamicField' operations."},{"name":"Certificate","description":"Resource 'Certificate' operations."},{"name":"CertificateField","description":"Resource 'CertificateField' operations."},{"name":"CertificateFieldValue","description":"Resource 'CertificateFieldValue' operations."},{"name":"CertificateType","description":"Resource 'CertificateType' operations."},{"name":"CertificateTypeField","description":"Resource 'CertificateTypeField' operations."},{"name":"CertificateTypeFieldValue","description":"Resource 'CertificateTypeFieldValue' operations."},{"name":"CertificateTypeVariation","description":"Resource 'CertificateTypeVariation' operations."},{"name":"Enrolment","description":"Resource 'Enrolment' operations."},{"name":"EnrolmentActionLogItem","description":"Resource 'EnrolmentActionLogItem' operations."},{"name":"EnrolmentDynamicFieldValue","description":"Resource 'EnrolmentDynamicFieldValue' operations."},{"name":"EnrolmentInvoicingData","description":"Resource 'EnrolmentInvoicingData' operations."},{"name":"EnrolmentTag","description":"Resource 'EnrolmentTag' operations."},{"name":"Preknowledge","description":"Resource 'Preknowledge' operations."},{"name":"Product","description":"Resource 'Product' operations."},{"name":"Student","description":"Resource 'Student' operations."},{"name":"StudentDynamicFieldValue","description":"Resource 'StudentDynamicFieldValue' operations."},{"name":"ExportDynamicFieldValue","description":"Resource 'ExportDynamicFieldValue' operations."},{"name":"ExportTemplate","description":"Resource 'ExportTemplate' operations."},{"name":"FeatureFlag","description":"Resource 'FeatureFlag' operations."},{"name":"Article","description":"Resource 'Article' operations."},{"name":"ArticleActivity","description":"Resource 'ArticleActivity' operations."},{"name":"ArticleReadLog","description":"Resource 'ArticleReadLog' operations."},{"name":"ArticleVersion","description":"Resource 'ArticleVersion' operations."},{"name":"Manual","description":"Resource 'Manual' operations."},{"name":"ManualArticle","description":"Resource 'ManualArticle' operations."},{"name":"Location","description":"Resource 'Location' operations."},{"name":"PriceCategory","description":"Resource 'PriceCategory' operations."},{"name":"SingleSignOnMethod","description":"Resource 'SingleSignOnMethod' operations."},{"name":"Tag","description":"Resource 'Tag' operations."},{"name":"Teacher","description":"Resource 'Teacher' operations."},{"name":"Theme","description":"Resource 'Theme' operations."},{"name":"Webhook","description":"Resource 'Webhook' operations."},{"name":"DynamicField","description":"Resource 'DynamicField' operations."},{"name":"FormSubmission","description":"Resource 'FormSubmission' operations."},{"name":"FormTemplate","description":"Resource 'FormTemplate' operations."},{"name":"FormTemplateBlock","description":"Resource 'FormTemplateBlock' operations."},{"name":"FormTemplateBlockOption","description":"Resource 'FormTemplateBlockOption' operations."},{"name":"FormTemplateVersion","description":"Resource 'FormTemplateVersion' operations."},{"name":"FederalPublicServiceEmployment","description":"Resource 'FederalPublicServiceEmployment' operations."},{"name":"Integration","description":"Resource 'Integration' operations."},{"name":"IntegrationDynamicField","description":"Resource 'IntegrationDynamicField' operations."},{"name":"IntegrationFeature","description":"Resource 'IntegrationFeature' operations."},{"name":"IntegrationFeatureDynamicField","description":"Resource 'IntegrationFeatureDynamicField' operations."},{"name":"Label","description":"Resource 'Label' operations."},{"name":"Language","description":"Resource 'Language' operations."},{"name":"FileCategory","description":"Resource 'FileCategory' operations."},{"name":"FileObject","description":"Resource 'FileObject' operations."},{"name":"Media","description":"Resource 'Media' operations."},{"name":"FederalLearningAccountSync","description":"Resource 'FederalLearningAccountSync' operations."},{"name":"OrganisationProfile","description":"Resource 'OrganisationProfile' operations."},{"name":"OrganisationProfileBudget","description":"Resource 'OrganisationProfileBudget' operations."},{"name":"OrganisationProfileDepartment","description":"Resource 'OrganisationProfileDepartment' operations."},{"name":"OrganisationProfileMember","description":"Resource 'OrganisationProfileMember' operations."},{"name":"OrganisationProfileWageCost","description":"Resource 'OrganisationProfileWageCost' operations."},{"name":"Grant","description":"Resource 'Grant' operations."},{"name":"JointCommittee","description":"Resource 'JointCommittee' operations."},{"name":"OrganisationProfileAttachment","description":"Resource 'OrganisationProfileAttachment' operations."},{"name":"OrganisationProfileImport","description":"Resource 'OrganisationProfileImport' operations."},{"name":"OrganisationProfileIntegration","description":"Resource 'OrganisationProfileIntegration' operations."},{"name":"OrganisationProfileIntegrationDynamicFieldValue","description":"Resource 'OrganisationProfileIntegrationDynamicFieldValue' operations."},{"name":"OrganisationProfileJointCommittee","description":"Resource 'OrganisationProfileJointCommittee' operations."},{"name":"OrganisationProfileJointCommitteeHistory","description":"Resource 'OrganisationProfileJointCommitteeHistory' operations."},{"name":"OrganisationProfileMemberEmployment","description":"Resource 'OrganisationProfileMemberEmployment' operations."},{"name":"OrganisationProfileSubscription","description":"Resource 'OrganisationProfileSubscription' operations."},{"name":"OrganisationProfileTeam","description":"Resource 'OrganisationProfileTeam' operations."},{"name":"TrainingPlanCourse","description":"Resource 'TrainingPlanCourse' operations."},{"name":"TrainingPlanCourseAttendee","description":"Resource 'TrainingPlanCourseAttendee' operations."},{"name":"TrainingPlanCourseCategory","description":"Resource 'TrainingPlanCourseCategory' operations."},{"name":"TrainingPlanCourseCertificate","description":"Resource 'TrainingPlanCourseCertificate' operations."},{"name":"TrainingPlanCourseDate","description":"Resource 'TrainingPlanCourseDate' operations."},{"name":"TrainingPlanCourseForm","description":"Resource 'TrainingPlanCourseForm' operations."},{"name":"TrainingPlanCourseGrant","description":"Resource 'TrainingPlanCourseGrant' operations."},{"name":"TrainingPlanCourseGrantDynamicFieldValue","description":"Resource 'TrainingPlanCourseGrantDynamicFieldValue' operations."},{"name":"TrainingPlanCourseTheme","description":"Resource 'TrainingPlanCourseTheme' operations."},{"name":"UserProfile","description":"Resource 'UserProfile' operations."},{"name":"QhseForm","description":"Resource 'QhseForm' operations."},{"name":"QhseFormEntry","description":"Resource 'QhseFormEntry' operations."},{"name":"QhseFormField","description":"Resource 'QhseFormField' operations."},{"name":"QhseFormTemplate","description":"Resource 'QhseFormTemplate' operations."},{"name":"Referral","description":"Resource 'Referral' operations."},{"name":"UserReferral","description":"Resource 'UserReferral' operations."},{"name":"Feature","description":"Resource 'Feature' operations."},{"name":"FeatureCategory","description":"Resource 'FeatureCategory' operations."},{"name":"SubscriptionCategory","description":"Resource 'SubscriptionCategory' operations."},{"name":"SubscriptionPackage","description":"Resource 'SubscriptionPackage' operations."},{"name":"SubscriptionPackageFeature","description":"Resource 'SubscriptionPackageFeature' operations."},{"name":"SubscriptionPackagePrice","description":"Resource 'SubscriptionPackagePrice' operations."},{"name":"Log","description":"Resource 'Log' operations."},{"name":"SecurityLog","description":"Resource 'SecurityLog' operations."},{"name":"ClientUser","description":"Resource 'ClientUser' operations."},{"name":"User","description":"Resource 'User' operations."}],"webhooks":{}}