{"components":{"responses":{"default400":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"Bad request"},"default401":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"Authentication is required"},"default403":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"Access to this resource has been denied"},"default404":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"The requested resource does not exist"},"default405":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"The requested method is not supported for this resource"},"default409":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"A conflict happened when modifying this resource"},"default412":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"The resource has been modified by another user"},"default500":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"An internal error has occurred"},"default503":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/errordescription"}}},"description":"Service not available"}},"schemas":{"accrorganization":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"webLink":{"maxLength":1000,"type":"string"}},"required":["rowkey"],"type":"object"},"address":{"additionalProperties":false,"format":"hovi-address","properties":{"city":{"minLength":1,"type":"string"},"country":{"description":"2 letter country code, see ISO 3166","pattern":"^[A-Z][A-Z]$","type":"string"},"nr_detail":{"description":"Contains house number and subaddressing, eg '13', 13A', '13 - 61'","type":"string"},"street":{"type":"string"},"zip":{"type":"string"}},"required":["city","country"],"type":"object"},"address-optional":{"additionalProperties":false,"format":"hovi-address","nullable":true,"properties":{"city":{"minLength":1,"type":"string"},"country":{"description":"2 letter country code, see ISO 3166","pattern":"^[A-Z][A-Z]$","type":"string"},"nr_detail":{"description":"Contains house number and subaddressing, eg '13', 13A', '13 - 61'","type":"string"},"street":{"type":"string"},"zip":{"type":"string"}},"required":["city","country"],"type":"object"},"consumer":{"additionalProperties":false,"properties":{"hoviTypes":{"items":{"additionalProperties":false,"properties":{"fields":{"items":{"additionalProperties":false,"properties":{"about":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1400,"type":"string"},"en":{"maxLength":1400,"type":"string"},"nl":{"maxLength":1400,"type":"string"}},"type":"object"},"field":{"maxLength":50,"type":"string"}},"required":["field"],"type":"object"},"type":"array"},"hoviType":{"maxLength":50,"type":"string"}},"required":["hoviType"],"type":"object"},"type":"array"},"metaTypes":{"items":{"minItems":1,"type":"string"},"type":"array"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":150,"type":"string"},"en":{"maxLength":150,"type":"string"},"nl":{"maxLength":150,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"consumer_list":{"items":{"additionalProperties":false,"properties":{"hoviTypes":{"$ref":"#/components/schemas/consumer/properties/hoviTypes"},"metaTypes":{"$ref":"#/components/schemas/consumer/properties/metaTypes"},"rowkey":{"$ref":"#/components/schemas/consumer/properties/rowkey"},"title":{"$ref":"#/components/schemas/consumer/properties/title"}},"type":"object"},"type":"array"},"contact":{"additionalProperties":false,"properties":{"contactId":{"type":"string"},"contactSubjects":{"items":{"minItems":1,"type":"string"},"type":"array"},"email":{"maxLength":256,"type":"string"},"organization":{"nullable":true,"type":"string"},"postalAddress":{"$ref":"#/components/schemas/address-optional"},"roleName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"userKey":{"maxLength":500,"type":"string"},"visitorAddress":{"$ref":"#/components/schemas/address-optional"},"webLink":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"}},"type":"object"},"contact_list":{"items":{"additionalProperties":false,"properties":{"contactId":{"$ref":"#/components/schemas/contact/properties/contactId"},"email":{"$ref":"#/components/schemas/contact/properties/email"},"organization":{"$ref":"#/components/schemas/contact/properties/organization"},"roleName":{"$ref":"#/components/schemas/contact/properties/roleName"},"userKey":{"$ref":"#/components/schemas/contact/properties/userKey"}},"type":"object"},"type":"array"},"contact_references":{"additionalProperties":false,"properties":{"location":{"$ref":"#/components/schemas/location_list"},"product":{"$ref":"#/components/schemas/product_list"}},"type":"object"},"cooperation":{"additionalProperties":false,"properties":{"croho":{"nullable":true,"type":"string"},"crohoName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"type":"string"},"en":{"type":"string"},"nl":{"type":"string"}},"type":"object"},"location":{"nullable":true,"type":"string"},"organization":{"nullable":true,"type":"string"},"productId":{"nullable":true,"type":"string"},"productLevel":{"nullable":true,"type":"string"},"productName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":200,"type":"string"},"en":{"maxLength":200,"type":"string"},"nl":{"maxLength":200,"type":"string"}},"type":"object"},"productType":{"minLength":1,"type":"string"},"subOrganizations":{"items":{"minItems":1,"type":"string"},"type":"array"},"userKey":{"maxLength":500,"type":"string"}},"required":["productType"],"type":"object"},"cooperation_list":{"items":{"additionalProperties":false,"properties":{"availableForms":{"items":{"minItems":1,"type":"string"},"type":"array"},"croho":{"$ref":"#/components/schemas/cooperation/properties/croho"},"crohoName":{"$ref":"#/components/schemas/cooperation/properties/crohoName"},"location":{"$ref":"#/components/schemas/cooperation/properties/location"},"organization":{"$ref":"#/components/schemas/cooperation/properties/organization"},"productId":{"$ref":"#/components/schemas/cooperation/properties/productId"},"productLanguages":{"items":{"type":"string"},"type":"array"},"productLevel":{"$ref":"#/components/schemas/cooperation/properties/productLevel"},"productName":{"$ref":"#/components/schemas/cooperation/properties/productName"},"productType":{"$ref":"#/components/schemas/cooperation/properties/productType"},"subOrganizations":{"$ref":"#/components/schemas/cooperation/properties/subOrganizations"},"userKey":{"$ref":"#/components/schemas/cooperation/properties/userKey"}},"type":"object"},"type":"array"},"crohosector":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"crohostudy":{"additionalProperties":false,"properties":{"crohoSector":{"nullable":true,"type":"string"},"isCurrent":{"type":"boolean"},"productLevel":{"nullable":true,"type":"string"},"programLevel":{"enum":["hbo","wo"],"type":"string"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":150,"type":"string"},"en":{"maxLength":150,"type":"string"},"nl":{"maxLength":150,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"degree":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"errordescription":{"properties":{"code":{"type":"string"},"errorid":{"type":"string"},"message":{"type":"string"}},"type":"object"},"event":{"additionalProperties":false,"properties":{"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"eventEndDate":{"format":"date-time","type":"string"},"eventId":{"type":"string"},"eventName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"eventPlanning":{"enum":["default","ondemand","continuous"],"type":"string"},"eventStartDate":{"format":"date-time","type":"string"},"eventType":{"minLength":1,"type":"string"},"informationRegistrationURL":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"locationType":{"enum":["location","online","hybrid"],"type":"string"},"locations":{"items":{"minItems":1,"type":"string"},"type":"array"},"onlineEventURL":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"organization":{"nullable":true,"type":"string"},"participatingProducts":{"items":{"additionalProperties":false,"properties":{"croho":{"nullable":true,"type":"string"},"organization":{"nullable":true,"type":"string"},"product":{"minLength":1,"type":"string"},"productForms":{"items":{"minItems":1,"type":"string"},"type":"array"}},"required":["product","productForms"],"type":"object"},"minItems":1,"type":"array"},"targetRegions":{"items":{"pattern":"^([A-Z]{2}|INT)$","type":"string"},"type":"array"},"userKey":{"maxLength":500,"type":"string"}},"required":["eventType","eventPlanning","eventStartDate","eventEndDate","locationType","participatingProducts"],"type":"object"},"event_list":{"items":{"additionalProperties":false,"properties":{"eventEndDate":{"$ref":"#/components/schemas/event/properties/eventEndDate"},"eventId":{"$ref":"#/components/schemas/event/properties/eventId"},"eventName":{"$ref":"#/components/schemas/event/properties/eventName"},"eventStartDate":{"$ref":"#/components/schemas/event/properties/eventStartDate"},"eventType":{"$ref":"#/components/schemas/event/properties/eventType"},"locationType":{"$ref":"#/components/schemas/event/properties/locationType"},"locations":{"$ref":"#/components/schemas/event/properties/locations"},"organization":{"$ref":"#/components/schemas/event/properties/organization"},"userKey":{"$ref":"#/components/schemas/event/properties/userKey"}},"type":"object"},"type":"array"},"event_references":{"additionalProperties":false,"properties":{},"type":"object"},"eventtype":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"financing":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"instructionmode":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"iscedcluster":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"languageexam":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"location":{"additionalProperties":false,"properties":{"brinVolg":{"type":"string"},"contacts":{"items":{"minItems":1,"type":"string"},"type":"array"},"courseCityName":{"maxLength":80,"type":"string"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"locationEmail":{"maxLength":256,"type":"string"},"locationId":{"type":"string"},"locationName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"locationPhone":{"maxLength":256,"type":"string"},"locationType":{"minLength":1,"type":"string"},"organization":{"nullable":true,"type":"string"},"parentLocation":{"nullable":true,"type":"string"},"userKey":{"maxLength":500,"type":"string"},"vestigingSK123Id":{"maxLength":10,"type":"string"},"visitorAddress":{"$ref":"#/components/schemas/address-optional"},"webLink":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"}},"required":["locationType"],"type":"object"},"location_list":{"items":{"additionalProperties":false,"properties":{"brinVolg":{"$ref":"#/components/schemas/location/properties/brinVolg"},"locationId":{"$ref":"#/components/schemas/location/properties/locationId"},"locationName":{"$ref":"#/components/schemas/location/properties/locationName"},"locationType":{"$ref":"#/components/schemas/location/properties/locationType"},"organization":{"$ref":"#/components/schemas/location/properties/organization"},"parentLocation":{"$ref":"#/components/schemas/location/properties/parentLocation"},"userKey":{"$ref":"#/components/schemas/location/properties/userKey"}},"type":"object"},"type":"array"},"location_references":{"additionalProperties":false,"properties":{"cooperation":{"$ref":"#/components/schemas/cooperation_list"},"event":{"$ref":"#/components/schemas/event_list"},"location":{"$ref":"#/components/schemas/location_list"},"product":{"$ref":"#/components/schemas/product_list"}},"type":"object"},"locationtype":{"additionalProperties":false,"properties":{"enableFields":{"items":{"type":"string"},"type":"array"},"readonlyFields":{"items":{"type":"string"},"type":"array"},"requireFields":{"items":{"type":"string"},"type":"array"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"media":{"additionalProperties":false,"properties":{"description":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^<","type":"string"},"mediaId":{"type":"string"},"mediaLink":{"maxLength":1000,"type":"string"},"mediaType":{"enum":["image","video"],"type":"string"},"organization":{"nullable":true,"type":"string"},"userKey":{"maxLength":500,"type":"string"}},"required":["mediaType","mediaLink","description"],"type":"object"},"media_list":{"items":{"additionalProperties":false,"properties":{"description":{"$ref":"#/components/schemas/media/properties/description"},"mediaId":{"$ref":"#/components/schemas/media/properties/mediaId"},"mediaLink":{"$ref":"#/components/schemas/media/properties/mediaLink"},"mediaType":{"$ref":"#/components/schemas/media/properties/mediaType"},"organization":{"$ref":"#/components/schemas/media/properties/organization"},"userKey":{"$ref":"#/components/schemas/media/properties/userKey"}},"type":"object"},"type":"array"},"media_references":{"additionalProperties":false,"properties":{},"type":"object"},"obligation":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"organization":{"additionalProperties":false,"properties":{"brin":{"type":"string"},"brinName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"type":"string"},"en":{"type":"string"},"nl":{"type":"string"}},"type":"object"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"email":{"maxLength":256,"type":"string"},"organizationId":{"type":"string"},"organizationType":{"nullable":true,"type":"string"},"phone":{"maxLength":50,"type":"string"},"shortCode":{"type":"string"},"webLink":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"}},"type":"object"},"organization_list":{"items":{"additionalProperties":false,"properties":{"brin":{"$ref":"#/components/schemas/organization/properties/brin"},"brinName":{"$ref":"#/components/schemas/organization/properties/brinName"},"organizationId":{"$ref":"#/components/schemas/organization/properties/organizationId"},"shortCode":{"$ref":"#/components/schemas/organization/properties/shortCode"}},"type":"object"},"type":"array"},"organizationtype":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"otherrequirements":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"period":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"placeinproduct":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"product":{"additionalProperties":false,"properties":{"accreditations":{"items":{"additionalProperties":false,"properties":{"accrOrganization":{"minLength":1,"type":"string"}},"required":["accrOrganization"],"type":"object"},"type":"array"},"archived":{"format":"date","type":"string"},"contacts":{"items":{"minItems":1,"type":"string"},"type":"array"},"cooperations":{"items":{"additionalProperties":false,"properties":{"cooperationType":{"enum":["jointdegree","jointprogram"],"type":"string"},"cooperativePartners":{"items":{"additionalProperties":false,"properties":{"isSecretary":{"type":"boolean"},"partnerCountry":{"maxLength":2,"pattern":"^([A-Z]{2})?$","type":"string"},"partnerName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"partnerOrganization":{"maxLength":4,"type":"string"}},"type":"object"},"minItems":1,"type":"array"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"}},"required":["cooperationType","cooperativePartners"],"type":"object"},"type":"array"},"credits":{"format":"hovi-decimal","pattern":"^(([1-9][0-9]*|0)(.[0-9]{1,1})?)?$","type":"string"},"croho":{"nullable":true,"type":"string"},"crohoName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"type":"string"},"en":{"type":"string"},"nl":{"type":"string"}},"type":"object"},"crohoSector":{"nullable":true,"type":"string"},"degrees":{"items":{"minItems":1,"type":"string"},"type":"array"},"exchangePrograms":{"items":{"additionalProperties":false,"properties":{"orgUnitCountry":{"maxLength":2,"pattern":"^([A-Z]{2})?$","type":"string"},"orgUnitName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"programDescription":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":200,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":200,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":200,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"programName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"webLink":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"}},"required":["orgUnitCountry"],"type":"object"},"type":"array"},"financing":{"nullable":true,"type":"string"},"increasedTuitionFeeBKKI":{"type":"boolean"},"isBKKIProduct":{"type":"boolean"},"iscedCluster":{"nullable":true,"type":"string"},"location":{"nullable":true,"type":"string"},"opleidingSK123Id":{"maxLength":10,"type":"string"},"organization":{"nullable":true,"type":"string"},"potentialJobs":{"items":{"additionalProperties":false,"properties":{"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"jobName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"productForms":{"items":{"additionalProperties":false,"properties":{"admissionURL":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"distanceLearningOptions":{"items":{"additionalProperties":false,"properties":{"percentageOnline":{"maximum":99,"minimum":1,"type":"integer"},"type":{"enum":["fullyOnline","hybrid","atLocation"],"type":"string"}},"required":["type"],"type":"object"},"type":"array"},"instructionModeDescription":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"instructionModes":{"items":{"minItems":1,"type":"string"},"type":"array"},"jobPerspective":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"languageRequirements":{"items":{"additionalProperties":false,"properties":{"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"languageExam":{"minLength":1,"type":"string"},"minimumScore":{"maxLength":4,"pattern":"^(0|[1-9]\\d{0,2}|1000|\\d\\.\\d|[A-C][1-2]?)$","type":"string"}},"required":["languageExam","minimumScore"],"type":"object"},"type":"array"},"percentageForeignStudents":{"maximum":100,"minimum":0,"type":"integer"},"percentageNightEducation":{"maximum":100,"minimum":0,"type":"integer"},"productDescription":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"productForm":{"minLength":1,"type":"string"},"productLanguages":{"items":{"additionalProperties":false,"properties":{"percProductLanguage":{"maximum":100,"minimum":1,"type":"integer"},"productLanguage":{"maxLength":2,"pattern":"^[a-z]{2}$","type":"string"}},"required":["productLanguage","percProductLanguage"],"type":"object"},"type":"array"},"productResult":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":1400,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"productStarts":{"items":{"additionalProperties":false,"properties":{"applicationDeadline":{"format":"date","type":"string"},"applicationDeadlineNL":{"format":"date","type":"string"},"applicationDeadlineNonEU":{"format":"date","type":"string"},"endDate":{"format":"date","type":"string"},"startingDate":{"format":"date","type":"string"}},"type":"object"},"type":"array"},"productURL":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"scholarships":{"items":{"additionalProperties":false,"properties":{"scholarship":{"nullable":true,"type":"string"}},"type":"object"},"type":"array"},"sideLocations":{"items":{"minItems":1,"type":"string"},"type":"array"},"studyAbroads":{"items":{"additionalProperties":false,"properties":{"explanationAbroad":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"obligatedStudyAbroad":{"nullable":true,"type":"string"},"percentageStudyAbroad":{"maximum":100,"minimum":0,"type":"integer"},"placeInProduct":{"nullable":true,"type":"string"}},"type":"object"},"type":"array"},"studyAdvices":{"items":{"additionalProperties":false,"properties":{"binding":{"type":"boolean"},"hasMinimumECTS":{"type":"boolean"},"minimumECTS":{"type":"integer"},"period":{"type":"integer"}},"required":["period"],"type":"object"},"type":"array"},"studyCosts":{"items":{"additionalProperties":false,"properties":{"amount":{"format":"hovi-decimal","pattern":"^(([1-9][0-9]*|0)(.[0-9]{1,2})?)?$","type":"string"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"studyGuideURL":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"summitCodes":{"items":{"maxLength":256,"type":"string"},"type":"array"},"tracks":{"items":{"additionalProperties":false,"properties":{"productForm":{"minLength":1,"type":"string"},"track":{"minLength":1,"type":"string"}},"required":["track","productForm"],"type":"object"},"type":"array"},"tuitionFeeIncludes":{"items":{"minItems":1,"type":"string"},"type":"array"},"tuitionFees":{"items":{"additionalProperties":false,"properties":{"amount":{"format":"hovi-decimal","pattern":"^([1-9][0-9]*|0)(.[0-9]{1,2})?$","type":"string"},"definitive":{"type":"boolean"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"tuitionFeePeriod":{"minLength":1,"type":"string"},"tuitionFeeType":{"minLength":1,"type":"string"},"year":{"type":"integer"}},"required":["amount","year","tuitionFeeType","tuitionFeePeriod"],"type":"object"},"type":"array"}},"required":["productForm"],"type":"object"},"minItems":1,"type":"array"},"productId":{"maxLength":10,"type":"string"},"productLevel":{"nullable":true,"type":"string"},"productName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":200,"type":"string"},"en":{"maxLength":200,"type":"string"},"nl":{"maxLength":200,"type":"string"}},"type":"object"},"productType":{"minLength":1,"type":"string"},"programLevel":{"enum":["hbo","wo"],"type":"string"},"soi2006Classification":{"nullable":true,"type":"string"},"studyChoiceChecks":{"items":{"additionalProperties":false,"properties":{"checkName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":500,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"webLink":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"}},"type":"object"},"type":"array"},"studyRoutes":{"items":{"additionalProperties":false,"properties":{"brin":{"maxLength":4,"type":"string"},"croho":{"nullable":true,"type":"string"},"description":{"additionalProperties":false,"nullable":true,"properties":{"de":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"},"en":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"},"nl":{"example":"<p>This is a text with a <b>bold statement<\/b>.<\/p>","format":"hovi-richtext","maxLength":300,"pattern":"^(<.*)?$","type":"string"}},"type":"object"},"studyRouteType":{"nullable":true,"type":"string"}},"type":"object"},"type":"array"},"subOrganizations":{"items":{"minItems":1,"type":"string"},"type":"array"},"tuitionFeeUrl":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":1000,"type":"string"},"en":{"maxLength":1000,"type":"string"},"nl":{"maxLength":1000,"type":"string"}},"type":"object"},"userKey":{"maxLength":500,"type":"string"}},"required":["productType","productForms"],"type":"object"},"product_list":{"items":{"additionalProperties":false,"properties":{"archived":{"$ref":"#/components/schemas/product/properties/archived"},"availableForms":{"items":{"minItems":1,"type":"string"},"type":"array"},"croho":{"$ref":"#/components/schemas/product/properties/croho"},"crohoName":{"$ref":"#/components/schemas/product/properties/crohoName"},"location":{"$ref":"#/components/schemas/product/properties/location"},"organization":{"$ref":"#/components/schemas/product/properties/organization"},"productId":{"$ref":"#/components/schemas/product/properties/productId"},"productLanguages":{"items":{"type":"string"},"type":"array"},"productLevel":{"$ref":"#/components/schemas/product/properties/productLevel"},"productName":{"$ref":"#/components/schemas/product/properties/productName"},"productType":{"$ref":"#/components/schemas/product/properties/productType"},"subOrganizations":{"$ref":"#/components/schemas/product/properties/subOrganizations"},"userKey":{"$ref":"#/components/schemas/product/properties/userKey"}},"type":"object"},"type":"array"},"product_references":{"additionalProperties":false,"properties":{"cooperation":{"$ref":"#/components/schemas/cooperation_list"},"event":{"$ref":"#/components/schemas/event_list"},"product":{"$ref":"#/components/schemas/product_list"}},"type":"object"},"productform":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"productlevel":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"productmetatype":{"additionalProperties":false,"properties":{"enableFields":{"items":{"type":"string"},"type":"array"},"readonlyFields":{"items":{"type":"string"},"type":"array"},"requireFields":{"items":{"type":"string"},"type":"array"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"producttype":{"additionalProperties":false,"properties":{"enableFields":{"items":{"type":"string"},"type":"array"},"metaType":{"minLength":1,"type":"string"},"readonlyFields":{"items":{"type":"string"},"type":"array"},"requireFields":{"items":{"type":"string"},"type":"array"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey","metaType"],"type":"object"},"scholarship":{"additionalProperties":false,"properties":{"comments":{"maxLength":500,"type":"string"},"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"},"webLink":{"maxLength":1000,"type":"string"}},"required":["rowkey"],"type":"object"},"soi2006classification":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"statequery":{"enum":["active","archived","all"],"type":"string"},"studyroutetype":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"subject":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"suborganization":{"additionalProperties":false,"properties":{"organization":{"nullable":true,"type":"string"},"subOrganizationId":{"type":"string"},"subOrganizationName":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":150,"type":"string"},"en":{"maxLength":150,"type":"string"},"nl":{"maxLength":150,"type":"string"}},"type":"object"},"userKey":{"maxLength":500,"type":"string"}},"type":"object"},"suborganization_list":{"items":{"additionalProperties":false,"properties":{"organization":{"$ref":"#/components/schemas/suborganization/properties/organization"},"subOrganizationId":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationId"},"subOrganizationName":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationName"},"userKey":{"$ref":"#/components/schemas/suborganization/properties/userKey"}},"type":"object"},"type":"array"},"suborganization_references":{"additionalProperties":false,"properties":{"cooperation":{"$ref":"#/components/schemas/cooperation_list"},"product":{"$ref":"#/components/schemas/product_list"}},"type":"object"},"testmethod":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"tuitionfeeincludes":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"},"tuitionfeetype":{"additionalProperties":false,"properties":{"rowkey":{"maxLength":50,"type":"string"},"title":{"additionalProperties":false,"nullable":true,"properties":{"de":{"maxLength":256,"type":"string"},"en":{"maxLength":256,"type":"string"},"nl":{"maxLength":256,"type":"string"}},"type":"object"}},"required":["rowkey"],"type":"object"}},"securitySchemes":{"bearerAuth":{"scheme":"bearer","type":"http"}}},"externalDocs":{"description":"HOVI API documentation","url":"https://api.hovi.nl/"},"info":{"contact":{"email":"info@hovi.nl","name":"Studiekeuze 123","url":"https://api.hovi.nl/contact"},"description":"HOVI Database afname en beheer","termsOfService":"https://api.hovi.nl/voorwaarden","title":"HOVI API","version":"5.0.0"},"openapi":"3.0.2","paths":{"/domain/accrorganization":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/accrorganization"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/accrorganization/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/accrorganization/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/accrorganization"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/consumer":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/consumer_list"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/consumer/{rowkey}":{"get":{"description":"Get a single consumer","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/consumer/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/consumer"}}},"description":"The requested consumer"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/crohosector":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/crohosector"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/crohosector/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/crohosector/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crohosector"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/crohostudy":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/crohostudy"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/crohostudy/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/crohostudy/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/crohostudy"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/degree":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/degree"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/degree/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/degree/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/degree"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/eventtype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/eventtype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/eventtype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/eventtype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/eventtype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/financing":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/financing"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/financing/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/financing/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/financing"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/instructionmode":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/instructionmode"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/instructionmode/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/instructionmode/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/instructionmode"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/iscedcluster":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/iscedcluster"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/iscedcluster/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/iscedcluster/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/iscedcluster"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/languageexam":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/languageexam"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/languageexam/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/languageexam/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/languageexam"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/locationtype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/locationtype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/locationtype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/locationtype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/locationtype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/obligation":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/obligation"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/obligation/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/obligation/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/obligation"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/organizationtype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/organizationtype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/organizationtype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/organizationtype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organizationtype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/otherrequirements":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/otherrequirements"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/otherrequirements/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/otherrequirements/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/otherrequirements"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/period":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/period"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/period/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/period/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/period"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/placeinproduct":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/placeinproduct"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/placeinproduct/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/placeinproduct/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/placeinproduct"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productform":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/productform"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productform/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/productform/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/productform"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productlevel":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/productlevel"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productlevel/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/productlevel/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/productlevel"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productmetatype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/productmetatype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/productmetatype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/productmetatype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/productmetatype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/producttype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/producttype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/producttype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/producttype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/producttype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/scholarship":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/scholarship"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/scholarship/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/scholarship/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/scholarship"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/soi2006classification":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/soi2006classification"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/soi2006classification/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/soi2006classification/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/soi2006classification"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/studyroutetype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/studyroutetype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/studyroutetype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/studyroutetype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/studyroutetype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/subject":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/subject"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/subject/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/subject/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/subject"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/testmethod":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/testmethod"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/testmethod/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/testmethod/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/testmethod"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/tuitionfeeincludes":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/tuitionfeeincludes"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/tuitionfeeincludes/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/tuitionfeeincludes/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tuitionfeeincludes"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/tuitionfeetype":{"get":{"description":"","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"items":{"$ref":"#/components/schemas/tuitionfeetype"},"type":"array"}}},"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/domain/tuitionfeetype/{rowkey}":{"get":{"description":"Get a single domain value","parameters":[{"description":"","in":"path","name":"rowkey","required":true,"schema":{"$ref":"#/components/schemas/tuitionfeetype/properties/rowkey"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/tuitionfeetype"}}},"description":"The requested domain value"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/export":{"get":{"description":"Get the daily full export of HOVI","responses":{"200":{"content":{"application/zip":{"schema":{"format":"binary","type":"string"}}},"description":"The exported data. Contanis the data of all GET urls in a ZIP file (except /export, /permissions and /state)"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"}}}},"/organization":{"get":{"description":"Get the list of organizations","parameters":[],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organization_list"}}},"description":"A list of organization ids"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}":{"get":{"description":"Get an single organization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organization"}}},"description":"An organization"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Get an single organization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organization"}}},"description":"Updated organization data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/organization"}}},"description":"The full organization document with the processed updates"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/contact":{"get":{"description":"Get all organization contacts","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact_list"}}},"description":"A list of contacts"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new contact","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact"}}},"description":"Contact data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/contact/{contactId}":{"delete":{"description":"Delete a contact","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"contactId","required":true,"schema":{"$ref":"#/components/schemas/contact/properties/contactId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get a contact","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"contactId","required":true,"schema":{"$ref":"#/components/schemas/contact/properties/contactId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact"}}},"description":"A contact"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update a contact","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"contactId","required":true,"schema":{"$ref":"#/components/schemas/contact/properties/contactId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact"}}},"description":"Contact data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/contact/{contactId}/references":{"get":{"description":"Get the references of to this contact","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"contactId","required":true,"schema":{"$ref":"#/components/schemas/contact/properties/contactId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/contact_references"}}},"description":"References to this contact"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/cooperation":{"get":{"description":"Get all products from other organizations where this organization is mentioned as participating in a joint degree.","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/cooperation_list"}}},"description":"A list of products"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/event":{"get":{"description":"Get all organization events","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_list"}}},"description":"A list of events"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new event","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"Contact data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/event/{eventId}":{"delete":{"description":"Delete an event","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"eventId","required":true,"schema":{"$ref":"#/components/schemas/event/properties/eventId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get an event","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"eventId","required":true,"schema":{"$ref":"#/components/schemas/event/properties/eventId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"An event"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update an event","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"eventId","required":true,"schema":{"$ref":"#/components/schemas/event/properties/eventId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"Event data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/event/{eventId}/references":{"get":{"description":"Get the references of to this event","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"eventId","required":true,"schema":{"$ref":"#/components/schemas/event/properties/eventId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/event_references"}}},"description":"References to this event"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/location":{"get":{"description":"Get all organization locations","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location_list"}}},"description":"A list of locations"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new location","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location"}}},"description":"Location data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/location/{locationId}":{"delete":{"description":"Delete a location","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"locationId","required":true,"schema":{"$ref":"#/components/schemas/location/properties/locationId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get a location","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"locationId","required":true,"schema":{"$ref":"#/components/schemas/location/properties/locationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location"}}},"description":"A location"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update a location","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"locationId","required":true,"schema":{"$ref":"#/components/schemas/location/properties/locationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location"}}},"description":"Location data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/location/{locationId}/references":{"get":{"description":"Get the references of to this location","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"locationId","required":true,"schema":{"$ref":"#/components/schemas/location/properties/locationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/location_references"}}},"description":"References to this location"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/media":{"get":{"description":"Get all organization media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media_list"}}},"description":"A list of media"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media"}}},"description":"Media data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/media/{mediaId}":{"delete":{"description":"Delete an media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"mediaId","required":true,"schema":{"$ref":"#/components/schemas/media/properties/mediaId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get an media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"mediaId","required":true,"schema":{"$ref":"#/components/schemas/media/properties/mediaId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media"}}},"description":"An media"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update an media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"mediaId","required":true,"schema":{"$ref":"#/components/schemas/media/properties/mediaId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media"}}},"description":"Media data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/media/{mediaId}/references":{"get":{"description":"Get the references of to this media","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"mediaId","required":true,"schema":{"$ref":"#/components/schemas/media/properties/mediaId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/media_references"}}},"description":"References to this media"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/product":{"get":{"description":"Get all organization products","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"in":"query","name":"state","required":false,"schema":{"$ref":"#/components/schemas/statequery"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_list"}}},"description":"A list of products"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new product","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"Product data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/product/{productId}":{"delete":{"description":"Delete a product","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"productId","required":true,"schema":{"$ref":"#/components/schemas/product/properties/productId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get a product","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"productId","required":true,"schema":{"$ref":"#/components/schemas/product/properties/productId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"A product"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update a product","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"productId","required":true,"schema":{"$ref":"#/components/schemas/product/properties/productId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"Product data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/product/{productId}/references":{"get":{"description":"Get the references of to this product","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"productId","required":true,"schema":{"$ref":"#/components/schemas/product/properties/productId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/product_references"}}},"description":"References to this product"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/suborganization":{"get":{"description":"Get all organization suborganizations","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization_list"}}},"description":"A list of suborganizations"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"post":{"description":"Create a new suborganization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization"}}},"description":"Suborganization data","required":true},"responses":{"201":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/suborganization/{subOrganizationId}":{"delete":{"description":"Delete a suborganization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"subOrganizationId","required":true,"schema":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationId"}}],"responses":{"204":{"description":""},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"405":{"$ref":"#/components/responses/default405"},"409":{"$ref":"#/components/responses/default409"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"get":{"description":"Get a suborganization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"subOrganizationId","required":true,"schema":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization"}}},"description":"A suborganization"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}},"put":{"description":"Update a suborganization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"subOrganizationId","required":true,"schema":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationId"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization"}}},"description":"Suborganization data","required":true},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization"}}},"description":"Result"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"409":{"$ref":"#/components/responses/default409"},"412":{"$ref":"#/components/responses/default412"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/organization/{organizationId}/suborganization/{subOrganizationId}/references":{"get":{"description":"Get the references of to this suborganization","parameters":[{"description":"","in":"path","name":"organizationId","required":true,"schema":{"$ref":"#/components/schemas/organization/properties/organizationId"}},{"description":"","in":"path","name":"subOrganizationId","required":true,"schema":{"$ref":"#/components/schemas/suborganization/properties/subOrganizationId"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/suborganization_references"}}},"description":"References to this suborganization"},"400":{"$ref":"#/components/responses/default400"},"401":{"$ref":"#/components/responses/default401"},"403":{"$ref":"#/components/responses/default403"},"404":{"$ref":"#/components/responses/default404"},"500":{"$ref":"#/components/responses/default500"},"503":{"$ref":"#/components/responses/default503"}}}},"/permissions":{"get":{"description":"Describe what we're allowed to access in the HOVI database","responses":{"200":{"content":{"application/json":{"schema":{"properties":{"hovilistener":{"description":"A websocket listing recent HOVI changes","type":"string"},"manageOrganizations":{"items":{"$ref":"#/components/schemas/organization/properties/organizationId"},"type":"array"}},"type":"object"}}},"description":"The currently active permissions"},"500":{"$ref":"#/components/responses/default500"}}}},"/state":{"get":{"description":"Get the current state of HOVI","responses":{"200":{"content":{"application/json":{"schema":{"additionalProperties":false,"properties":{"apistate":{"enum":["online","readonly","offline"],"type":"string"},"hovistatelistener":{"description":"A websocket listing only HOVI state changes","type":"string"}},"type":"object"}}},"description":"The currently active permissions"}}}}},"security":[{"bearerAuth":[]}],"servers":[{"description":"HOVI API v5.0.0","url":"https://api.hovi.nl/api/5"}],"tags":[]}